{ "opencollection": "1.0.0", "info": { "name": "Distru Public Assemblies FileAttachments API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FileAttachments", "type": "folder" }, "items": [ { "info": { "name": "Upload a file attachment", "type": "http" }, "http": { "method": "POST", "url": "https://app.distru.com/public/v1/file-attachments", "body": { "type": "json", "data": "{}" } }, "docs": "Upload a file attachment" } ] } ], "bundled": true }