curl --location --request GET 'https://api.zhimu-tech.com/zhimu-api/report/getDeviceAlarmStats?deviceId&startDate=2025-07-01&endDate=2025-09-01' \
--header 'x-zm-token;'{
"success": true,
"errorCode": "SUCCESS",
"errorMessage": "操作成功",
"data": {
"list": [
{
"statDate": "2025-09-15",
"warningCount": "16",
"errorCount": "0"
}
],
"totalCount": 1
}
}