/v1/auth/resend-otp
{ "email":"skshahra@gmail.com" }
curl --location 'http://localhost:8080/v1/auth/resend-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email":"skshahra@gmail.com" }'
{ "message": "Email OTP Sent Successfully. Please check your email inbox.", "success": true }