200 - OTP sent406 - device not registered or different provider422 - invalid email429 - rate limited or OTP locked{
"device_id": "device_a1b2c3d4e5",
"email": "user@example.com"
}curl --location 'https://uat-api.hastaai.in/api/v1/auth/send-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "device_a1b2c3d4e5",
"email": "user@example.com"
}'{
"success": true,
"message": "OTP sent successfully"
}