cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email-code/send \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "code": "OTP_SENT", "message": "OTP sent." }
Creates (or reuses) a pending user and sends a 6-digit OTP by email.
"[email protected]"
OTP sent.
"OK"