Authorization: Bearer ********************curl --location --request GET '/app/app-vehicle-manager/v1.0/behavior/analyze-behavior-count?type=&vin=&startDate=&endDate=&reportType=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"label": "急加速",
"value": 892,
"valueH": null
},
{
"label": "急减速",
"value": 188,
"valueH": null
},
{
"label": "超速 ",
"value": 2754,
"valueH": null
}
]
}