{ "opencollection": "1.0.0", "info": { "name": "Mobile Money Withdrawals v1", "version": "v1.0" }, "items": [ { "info": { "name": "Submit Withdrawal Request", "type": "folder" }, "items": [ { "info": { "name": "Provides the ability for a consumer to execute a withdrawal request to service providers.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/withdraw", "headers": [ { "name": "transactionId", "value": "" } ] }, "docs": "Provides the ability for a consumer to execute a withdrawal request to service providers." } ] } ], "bundled": true }