curl --location --request POST 'https://api2.hik-cloud.com/api/v1/ezviz/devices/actions/setDefence' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "xxxxxxxxxx",
"isDefence": 1
}'{
"code": "200",
"message": "操作成功",
"data": null
}