{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes API", "version": "0.1" }, "items": [ { "info": { "name": "account-time-schemes", "type": "folder" }, "items": [ { "info": { "name": "fetchAccountTimeSchemes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/account-time-schemes" } }, { "info": { "name": "createAccountTimeScheme", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/account-time-schemes", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patchAccountTimeScheme", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/account-time-schemes/:accountTimeSchemeId", "params": [ { "name": "accountTimeSchemeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }