{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api Operations API", "version": "version" }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "Update Loan Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/ops/update_loan_status", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Update Loan Status" }, { "info": { "name": "Log Activity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/ops/log_activity", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Log Activity" } ] } ], "bundled": true }