curl --location --request GET '/system/Vehicle/getTypeCount?searchTime=2026-02' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw'{
"code": 0,
"msg": "",
"data": [
{
"DeptId": 0,
"stationName": "",
"bigCount": 0,
"specialCount": 0,
"transferCount": 0
}
]
}