POST
/api/auth/send-codeSend a one-time login code to the given email address.
PublicAuth
Request Body
Response Example
{ "ok": true }
cURL
curl -X POST 'https://run.meshia.io/api/auth/send-code' \
-H 'Content-Type: application/json' \
-d '{"email":"<email>"}'