POST /v1/auth/verify-otp
curl --location '/v1/auth/request-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "message": "string", "success": true }