{
"enableAdb": true,
"mobileIds": [
"string"
]
}curl --location --request POST '/api/v1/cloud-mobile/batch-update-adb' \
--header 'Content-Type: application/json' \
--data-raw '{
"enableAdb": true,
"mobileIds": [
"string"
]
}'{
"code": "",
"data": [
{
"mobileId": 0,
"remark": "",
"success": 0
}
],
"msg": ""
}