cURL
curl --request POST \ --url https://api.offlineprotocol.com/api/v1/auth/send-code \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "data": "<unknown>" }
Sends an authentication code to the provided email.
Success