{ "opencollection": "1.0.0", "info": { "name": "Amigo Account API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Create a workspace under the authenticated identity", "type": "http" }, "http": { "method": "POST", "url": "https://api.amigo.ai/v1/me/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workspace and attach the authenticated caller as the owner." } ] } ], "bundled": true }