{
"toolingNum": "string",
"productionLine": "string",
"fixtureDiffer": "string",
"status": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/tooling/fixtureWarehouse/outbound' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"toolingNum": "string",
"productionLine": "string",
"fixtureDiffer": "string",
"status": "string"
}'
{
"success": true,
"message": "string",
"code": 0,
"result": "string",
"timestamp": 0
}