{ "opencollection": "1.0.0", "info": { "name": "Metadata Query Service API", "version": "version not set" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "QueryService", "type": "folder" }, "items": [ { "info": { "name": "Compute the requested counts", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/query/counts", "body": { "type": "json", "data": "{}" } }, "docs": "Compute the requested counts" } ] } ], "bundled": true }