{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes quest API", "version": "0.1" }, "items": [ { "info": { "name": "quest", "type": "folder" }, "items": [ { "info": { "name": "getCompletedQuests", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/quest" } }, { "info": { "name": "completeQuest", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/users/current/quest", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }