{
"email": "john.doe@example.com"
}curl --location --globoff 'https://api.enviablelogistics.com/auth/resend-email-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com"
}'{"message":"OTP sent successfully"}