Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportDrivingAnalysis/ViolationBehaviod/Rank' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"name": "string",
"data": [
{
"x_Value": "string",
"value": 0,
"sortWeekTime": "2019-08-24T14:15:22Z",
"weekYear": "string"
}
]
}
]
}