{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics Notes API", "version": "0.5.2" }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "Sync Notes", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/notes/sync", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sync notes with the server." } ] } ], "bundled": true }