Authorization: Bearer ********************
{
"ticket": "string"
}
curl --location --request POST 'http://api.sikey.com.cn/user/child/device/wristwatch/getAppManageList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket": "string"
}'
{
"appManages": [
{
"appId": 0,
"appSwitch": true
}
]
}