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