curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/hide-accessibility-app' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"mobileIds": [39295],
"packageNames": ["com.ld.phonestore", "com.zx.ga3", "com.example.a11y_test"]
}'