{ "opencollection": "1.0.0", "info": { "name": "Merchant API HPP", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-auth-account-id", "value": "{{x-auth-account-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Prepare", "type": "folder" }, "items": [ { "info": { "name": "postprepare", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/prepare", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }