{ "opencollection": "1.0.0", "info": { "name": "APIPark AI Models Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.apipark.com/v1/teams" }, "docs": "List all teams in the APIPark organization." } ] } ], "bundled": true }