{
"deviceId": "string",
"status": "NORMAL"
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/device/updateDeviceStatus' \
--header 'x-zm-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"status": "NORMAL"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": null
}