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