Authorization: Bearer ********************
{
"OddNumber": "46",
"Submitter": "003",
"Auditor": "001",
"AuditResult": "T",
"AuditComments": "OK"
}
curl --location --request POST 'https://yizhuapi.rgwsoft.com/api/rgw/ProductMix/Revocation' \
--header 'Content-Type: application/json' \
--data-raw '{
"OddNumber": "46",
"Submitter": "003",
"Auditor": "001",
"AuditResult": "T",
"AuditComments": "OK"
}'
{}