Authorization: Bearer ********************curl --location --request GET '/web/vehicle-query/v1.0/sg-energy/detail?vin=&startTime=&endTime=¤t=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"date": "string",
"timestamp": 0,
"group": "string",
"vin": "string",
"plateNumber": "string",
"energy": 0,
"mileage": 0,
"energy100km": 0
}
],
"code": 0,
"msg": "string"
}