Authorization: Bearer ********************
curl --location --request GET 'http://api.sikey.com.cn/app-api/mcdisk/app/authorizePhoto/queryPhotoAuthorization?ticket' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"id": 0,
"userId": "string",
"ticket": "string",
"loginStatus": 0,
"authorize": 0,
"childPhoneNumber": "string"
},
"msg": "string"
}