{ "email": "user@example.com", "type": "register" }
curl --location --request POST 'http://127.0.0.1:10081/api/v1/auth/send-verification-code' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "type": "register" }'
{}