{ "opencollection": "1.0.0", "info": { "name": "Accounts API", "version": "2.0.MCCY-ACC" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "This endpoint is used to create a new real multi-currency account.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mccy/v2/Accounts", "headers": [ { "name": "Authorization", "value": "" }, { "name": "DigitalSignature", "value": "" }, { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to create a new real multi-currency account." } ] } ], "bundled": true }