{
"minutes": "",
"oper": "start/stop , 开启调试/关闭调试",
"deviceId": ""
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/debugDevice' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"minutes": "",
"oper": "start/stop , 开启调试/关闭调试",
"deviceId": ""
}'
{}