curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/systems/videos/actions/countingConfig' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"countingRegionType": "region",
"dataUploadCycle": 60,
"dailyResetTime": "22:00:00+08:00",
"channelNo": 1,
"deviceSerial": "xxxxxxxx"
}'
{
"code": 200,
"message": "操作成功"
}