{ "opencollection": "1.0.0", "info": { "name": "QaaS Backend admin User API", "version": "1.0.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Serve User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/user/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Serve React app for user routes." } ] } ], "bundled": true }