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