{
"type": "string",
"phone": "string",
"email": "string",
"verifyCode": "string"
}
curl --location --request POST '/common/v1/verify/code/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"phone": "string",
"email": "string",
"verifyCode": "string"
}'
{
"code": "string",
"success": true,
"msg": "string",
"traceId": "string",
"data": true
}