Authorization: Bearer ********************
curl --location --request GET 'http://api.sikey.com.cn/app-api/mcdisk/app/familyCloud/queryUserAuthorization?ticket&userId' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"ticket": "string",
"cloudId": "string",
"photoId": "string"
},
"msg": "string"
}