curl --location --request PUT 'https://open-cn.vnnox.com/v2/device-status-monitor/camera' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": 0,
"id": 0,
"name": "string",
"sid": 0
}'