{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api auth API", "version": "version" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Get Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Get Status" }, { "info": { "name": "Signup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/auth/signup", "body": { "type": "json", "data": "{}" } }, "docs": "Signup" }, { "info": { "name": "Save User Journey Erp", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/user_journey/save", "body": { "type": "json", "data": "{}" } }, "docs": "Save User journey from ERP" }, { "info": { "name": "Get Institute", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/institute" }, "docs": "Get Institute" } ] } ], "bundled": true }