{
"stationIdName": "string",
"provinceCode": "string",
"cityCode": "string",
"townCode": "string"
}curl --location --request POST '/enterprise/station/query/station' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationIdName": "string",
"provinceCode": "string",
"cityCode": "string",
"townCode": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": {
"sid": 0,
"stationName": ""
}
}