{ "opencollection": "1.0.0", "info": { "name": "Merchant API Credit Card Token", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-auth-account-id", "value": "{{x-auth-account-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Sale", "type": "folder" }, "items": [ { "info": { "name": "postsale", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sale", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }