{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Income API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Income", "type": "folder" }, "items": [ { "info": { "name": "Process income", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/income/process", "body": { "type": "json", "data": "{}" } }, "docs": "Process income" }, { "info": { "name": "Get income", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/income/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get income" } ] } ], "bundled": true }