{
"id": "string"
}
curl --location --request POST 'http://localhost:7005/workStation/getWorkStationInfo' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"productLineName": "string",
"workshopName": "string"
}