{ "opencollection": "1.0.0", "info": { "name": "Quenza ArchiveClient CreateClient API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CreateClient", "type": "folder" }, "items": [ { "info": { "name": "Create a client", "type": "http" }, "http": { "method": "POST", "url": "https://developers.quenza.com/v1/clients", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new client and sends them an invitation email." } ] } ], "bundled": true }