curl --location '/auth/request-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "emmanuel@mycantant.com" }'
{ "success": true, "message": "OTP sent successfully", "data": { "otp": "30760" } }