{ "opencollection": "1.0.0", "info": { "name": "Fake Store Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Login", "type": "http" }, "http": { "method": "POST", "url": "https://fakestoreapi.com/auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a JSON Web Token for the supplied credentials." } ] } ], "bundled": true }