POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/updateAdb \
-H 'Content-Type: application/json' \
-d '{
"enableAdb": true,
"ids": [
1633612946805630
]
}'Response
{ "code": 0, "msg": "string", "requestId": "string" }