/v1/auth/resend-otp
curl --location --request POST 'https://api.vidinfra.com/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
}