curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/deviceStatusControl' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "D66033289",
"deviceDetailType": 1,
"luminance": 50,
"openingDegree": 50,
"operateType": 1,
"isOpen": 1,
"schoolId": ""
}'
{
"code": 200,
"message": "操作成功"
}