{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e",
"bundleId":"com.cctv.yangshipin.app.iphone"
}
curl --location --request POST '/openapi/uninstallApp' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e",
"bundleId":"com.cctv.yangshipin.app.iphone"
}'
{
"code": 0,
"data": "string"
}