{ "opencollection": "1.0.0", "info": { "name": "Breeze Admin Withdrawals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Withdrawals", "type": "folder" }, "items": [ { "info": { "name": "process_for_withdraw_with_instruction", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/withdraw/ix", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } } }, { "info": { "name": "process_for_withdraw_with_transaction", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/withdraw/tx", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } } } ] } ], "bundled": true }