cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/auth \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "message": "Verification email sent to [email protected]. Please check your inbox." }
Sends a magic link to the user’s email for authentication.
"[email protected]"
Verification email sent successfully.