Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/run/api/RunData/GetDeviceAlarmAnalysis' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"alarmCodeCount": [
{
"code": "string",
"count": 0,
"name": "string"
}
],
"otherCount": 0
}
}