{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes user-notification-settings API", "version": "0.1" }, "items": [ { "info": { "name": "user-notification-settings", "type": "folder" }, "items": [ { "info": { "name": "getUserSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/notification-settings" } }, { "info": { "name": "update_2", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/notification-settings", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }