{
"id": null,
"type": null,
"hasCas": null,
"cas": null,
"productName": null,
"level": null,
"nums": null,
"pack": null,
"price": null
}
curl --location --request POST 'http://openapi.chem-site.com//pc/consignmentorder/publishConsignment' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"type": null,
"hasCas": null,
"cas": null,
"productName": null,
"level": null,
"nums": null,
"pack": null,
"price": null
}'
{
"status": "string",
"code": "string",
"message": "string",
"data": {},
"error": {}
}