{ "opencollection": "1.0.0", "info": { "name": "Fever - Reporting Authentication API", "version": "1.5.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Request auth token", "type": "http" }, "http": { "method": "POST", "url": "/v1/auth/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Request JWT auth token from username and password" } ] } ], "bundled": true }