200
422
429
{ "email": "user@example.com" }
curl --location '/api/v1/auth/resend-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "success": true, "message": "OTP resent successfully" }