curl --location --request POST 'https://api2.hik-cloud.com/api/v1/ezviz/detector/status/set' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId":"xxxxxx",
"detectorSerial":"xxxx",
"safeMode":0,
"enable":0
}'{
"code": 200,
"message": "操作成功"
}