Authorization: Bearer ********************{
"ticket": "string",
"code": "string"
}curl --location --request POST '/verify/verifyCode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket": "string",
"code": "string"
}'{
"code": 0,
"data": {},
"msg": ""
}