{ "skuCode": "string" }
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/cancelSku' \ --header 'apiKey;' \ --header 'signature;' \ --header 'timestamp;' \ --header 'sourceFrom;' \ --header 'Content-Type: application/json' \ --data-raw '{ "skuCode": "string" }'