Authorization: ********************
{
"appId": "string",
"stationId": "string",
"vehicleType": 0
}
curl --location --request POST '/management/station/activeStationCount' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"appId": "string",
"stationId": "string",
"vehicleType": 0
}'
{
"code": "string",
"msg": "string",
"data": 0,
"stackTraceMsg": "string"
}