{ "opencollection": "1.0.0", "info": { "name": "Certify API Layer Auth Resource API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth Resource", "type": "folder" }, "items": [ { "info": { "name": "User Login", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9001/auth/login", "headers": [ { "name": "tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates a user with email and password and returns a JWT token" } ] } ], "bundled": true }