{ "opencollection": "1.0.0", "info": { "name": "EasyPost Shipping Addresses Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Create a report", "type": "http" }, "http": { "method": "POST", "url": "https://api.easypost.com/v2/reports/:type", "params": [ { "name": "type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a report" } ] } ], "bundled": true }