Enable email OTP
Enable email OTP (One-Time Password) authentication. It requires verification code sent to email.
POST
/auth/email-otp
curl \
--request POST 'http://api.example.com/auth/email-otp' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"email_otp":"string"}'
Request examples
{
"email_otp": "string"
}