curl --location --request POST '/api/v1/auth/resend-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "smartdevs17@gmail.com" }'
{ "success": true, "message": "otp sent successfully" }