{ "opencollection": "1.0.0", "info": { "name": "Redmine REST Attachments My API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Redmine-API-Key", "value": "{{X-Redmine-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "My", "type": "folder" }, "items": [ { "info": { "name": "Get my account", "type": "http" }, "http": { "method": "GET", "url": "https://{redmine_host}/my/account.json" }, "docs": "Get my account" } ] } ], "bundled": true }