{ "success": true, "status": 200, "data": { "message": "If an account exists for this number, an OTP has been sent." }}
Auth
Request password reset OTP
Sends a 6-digit OTP to the provided phone number to initiate a password reset.
Returns the same response whether or not an account exists — prevents phone enumeration.
Follow up with POST /auth-reset-password once the user has the OTP.