{
"workStationCode": "string",
"workStationName": "string",
"lineBodyId": "string",
"workStationAddress": "string",
"workStationRemark": "string"
}
curl --location --request POST 'http://localhost:7005/workStation/addWorkStation' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workStationCode": "string",
"workStationName": "string",
"lineBodyId": "string",
"workStationAddress": "string",
"workStationRemark": "string"
}'
{}