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