{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Files API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "List Files", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/files" }, "docs": "List Files" }, { "info": { "name": "Upload File", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/files", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload File" } ] } ], "bundled": true }