Authorization: Bearer ********************
{
"cid": "string",
"ticket": "string",
"appId": 0,
"appSwitch": true
}
curl --location --request POST '/user/child/device/updateAppManage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "string",
"ticket": "string",
"appId": 0,
"appSwitch": true
}'
{}