Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportDeviceAnalysis/statistics/status' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"normalCount": 0,
"alarmCount": 0,
"faultCount": 0,
"approachingExpiredCount": 0,
"expiredCount": 0
}
}