{ "opencollection": "1.0.0", "info": { "name": "Decentro KYC & Onboarding Accounts Journals API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "client_secret", "value": "{{client_secret}}", "placement": "header" } }, "items": [ { "info": { "name": "Journals", "type": "folder" }, "items": [ { "info": { "name": "Create a journal entry", "type": "http" }, "http": { "method": "POST", "url": "https://in.decentro.tech/v2/ledger/journal" }, "docs": "Create a journal entry" } ] } ], "bundled": true }