Send a 6-digit verification code to the given email address. The code expires after 10 minutes.
cURL
curl --request POST \ --url https://api.openwhispr.com/api/v1/auth/email-code \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "message": "<string>" }
Code sent. Returns the same response whether or not the email exists.