{ "opencollection": "1.0.0", "info": { "name": "Duda Partner Accounts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.duda.co/api/accounts/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Account." } ] } ], "bundled": true }