{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Authentication API", "version": "v1" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create a token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a token" } ] } ], "bundled": true }