{ "opencollection": "1.0.0", "info": { "name": "Breeze Admin Strategy API", "version": "1.0.0" }, "items": [ { "info": { "name": "Strategy", "type": "folder" }, "items": [ { "info": { "name": "get_strategy_template_by_tags", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/organization/get-strategy", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }