Authorization: Bearer ********************
{
"snCodes": [
"string"
]
}
curl --location --request PUT 'http://localhost:8080/ess/yiwei-iot-device/updateDeviceStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"snCodes": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": false
}