{
"workshopCode": "string",
"workshopName": "string",
"factoryId": 0,
"workshopPosition": "string",
"workshopRemark": "string",
"id": 0
}
curl --location --request POST 'http://localhost:7005/workShop/updateWorkShop' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workshopCode": "string",
"workshopName": "string",
"factoryId": 0,
"workshopPosition": "string",
"workshopRemark": "string",
"id": 0
}'
{}