Authorization: Bearer ********************
{
"property1": 0,
"property2": 0
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/change-device-status//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": 0,
"property2": 0
}'
{}