Authorization: Bearer ********************
curl --location --request GET '/user/child/device/getAppManageList?ticket=ticket' \
--header 'Authorization: Bearer <token>'
{
"appManages": [
{
"appId": 0,
"appSwitch": "string"
}
]
}