{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup UserPreference API", "version": "core" }, "items": [ { "info": { "name": "UserPreference", "type": "folder" }, "items": [ { "info": { "name": "GET /services/api/userPreference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/api/userPreference", "params": [ { "name": "key", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /services/api/userPreference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/api/userPreference", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }