{
"id": "string"
}
curl --location --request POST 'http://localhost:7005/workShop/getWorkShopStation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"workStationCode": "string",
"workStationName": "string",
"workStationAddress": "string",
"workStationRemark": "string"
}