curl --location --request POST 'http://localhost:3000/api/v1/auth/resend-verification-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "8e5a996bfa9bd5d293f011bb"
}'{
"status": "success",
"message": "A verification code has been sent to your email address."
}