Authorization: Bearer ********************
curl --location --request GET 'http://api.sikey.com.cn/app-api/mcdisk/wristwatch/authorize/refreshToken?refreshToken&ticket' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"accessToken": "string",
"expiresIn": "string"
},
"msg": "string"
}