curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/systems/videos/actions/getCountingConfig' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": {
"enabled": true,
"countingRegionType": "region",
"dataUploadCycle": 60,
"dailyResetTime": "22:00:00+08:00"
}
}