curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/auth/resend-otp \
--cookie auth_token={
"success": true,
"message": "<string>"
}Resends a new OTP to the user’s email. Requires auth token cookie.
curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/auth/resend-otp \
--cookie auth_token={
"success": true,
"message": "<string>"
}