{ "opencollection": "1.0.0", "info": { "name": "Lob Creatives API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Creatives", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/creatives", "headers": [ { "name": "x-lang-output", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new creative with the provided properties" } ] } ], "bundled": true }