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