curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/auth/verify-account \
--header 'Content-Type: application/json' \
--cookie auth_token= \
--data '
{
"otp": "<string>"
}
'{
"success": true,
"message": "<string>"
}Verifies the OTP sent to email and activates the company account. Requires auth token cookie.
curl --request POST \
--url https://sgjm-api.vohoangphuc.com/v1/auth/verify-account \
--header 'Content-Type: application/json' \
--cookie auth_token= \
--data '
{
"otp": "<string>"
}
'{
"success": true,
"message": "<string>"
}