{ "opencollection": "1.0.0", "info": { "name": "Freshchat REST Accounts Files API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "uploadFile", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.freshchat.com/v2/files/upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } } }, { "info": { "name": "uploadImage", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.freshchat.com/v2/images/upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } } } ] } ], "bundled": true }