x-api-key: ********************
{ "orderId": "string" }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL//cancelStock/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderId": "string" }'
{ "message": "string", "items": [ { "sku": "string", "warehouse": "string", "currentQuantity": 0 } ] }