Authorization: Bearer ********************
"string"
curl --location --request POST 'http://api.sikey.com.cn/app-api/mcdisk/wristwatch/authorize/accessToken1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": 0,
"data": {
"accessToken": "string",
"expiresIn": "string"
},
"msg": "string"
}