{
"lineBodyId": "string",
"productId": "string",
"equipmentId": "string"
}
curl --location --request POST 'http://192.168.0.22/nexgen/produce-data/workStation/getWorkStationEqBind' \
--header 'Content-Type: application/json' \
--data-raw '{
"lineBodyId": "string",
"productId": "string",
"equipmentId": "string"
}'
{
"id": "string",
"workStationName": "string",
"workStationCode": "string",
"workStationId": "string"
}