Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DrbehRecord/GetMonthByMonth' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"violationsCount": 0,
"violationsCountLastMonth": 0,
"violentOperationCount": 0,
"violentOperationCountLastMonth": 0
}
}