Authorization: Bearer ********************curl --location --request GET '/app/app-vehicle-manager/v1.0/behavior/analyze-speed?type=&vin=&startDate=&endDate=&reportType=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"avgSpeed": 7.60,
"maxSpeed": 91.10,
"speeds": [
{
"label": "0~20",
"value": 738013,
"valueH": null
},
{
"label": "20~40",
"value": 125152,
"valueH": null
},
{
"label": "40~60",
"value": 124026,
"valueH": null
},
{
"label": "60~89",
"value": 220716,
"valueH": null
}
]
}
}