{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store auth API", "version": "1.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "AuthController_login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/auth/login" } }, { "info": { "name": "AuthController_profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/auth/profile" } }, { "info": { "name": "AuthController_refreshToken", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/auth/refresh-token", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }