curl --location --request POST 'https://api.xiaojukeji.com//v1/oauth/codeVerification' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"device": "string",
"device_id": "string",
"rand_str": "string",
"refresh_code": "string"
}'
{
"device_id": "string",
"ticket": "string",
"refresh_code": "string",
"ticket_expire": "string"
}