Send email OTP
Send a one-time password by email to the user for authentication.
GET
/auth/email-otp
curl \
--request GET 'http://api.example.com/auth/email-otp' \
--header "Authorization: $API_KEY"
Send a one-time password by email to the user for authentication.
curl \
--request GET 'http://api.example.com/auth/email-otp' \
--header "Authorization: $API_KEY"