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