{ "opencollection": "1.0.0", "info": { "name": "AMC Theatres Barcodes Refunds API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-AMC-Vendor-Key", "value": "{{X-AMC-Vendor-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Get Fee Waiver For Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.amctheatres.com/v1/fee-waiver", "body": { "type": "json", "data": "{}" } }, "docs": "Get Fee Waiver For Order" } ] } ], "bundled": true }