200 - new OTP sent422 - invalid email | 429 - OTP request limit reached{
"email": "user@example.com"
}curl --location 'https://uat-api.hastaai.in/api/v1/auth/resend-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"success": true,
"message": "OTP resent successfully"
}