Authorization: Bearer ********************curl --location --request GET '/web/vehicle-info/v1.0/vehicle/monitor-vehicle-terminal?vin&terminalType' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"vehicle": {
"vin": "LZGTEST2025110501",
"plateNumber": "京A110501",
"deptId": 101,
"deptName": "质子汽车",
"type": "6",
"fuelType": "0",
"modelName": "翼3 6×4换电牵引车",
"speedlimitStatus": "未限速"
},
"terminal": {
"number": "602199231999",
"typeId": "1",
"model": "1",
"iccid": "89860623580060424602"
}
}
}