{ "opencollection": "1.0.0", "info": { "name": "AptarGroup Product Catalog Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "AptarGroup - Create Sample Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.aptargroup.com/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a sample request for AptarGroup packaging products" } ] } ], "bundled": true }