{ "opencollection": "1.0.0", "info": { "name": "Breeze Admin Selective Yield Sources API", "version": "1.0.0" }, "items": [ { "info": { "name": "Selective Yield Sources", "type": "folder" }, "items": [ { "info": { "name": "get_selective_yield_sources", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/organization/get-selective-yield-sources", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }