{ "opencollection": "1.0.0", "info": { "name": "Kustomer REST Conversations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "Create a conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.kustomerapp.com/v1/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new conversation associated with a customer." } ] } ], "bundled": true }