{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Project API", "version": "1.0" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "프로젝트 효과 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/project/effect/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 효과 리스트" }, { "info": { "name": "프로젝트 유형 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/project/type/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 유형 리스트" } ] } ], "bundled": true }