cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email-code/resend \ --header 'Content-Type: application/json' \ --data ' { "email": "gbailey@example.net" } '
{ "code": "OTP_RESENT", "message": "OTP resent." }
Resends a 6-digit OTP for a pending user.
"gbailey@example.net"
OTP resent.
"OK"