curl --location --request GET 'https://api.thinkeo.io/v1/teams' \
--header 'Authorization: Basic Og=='
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"stripeCustomerId": "string",
"aiConfig": {
"model": null,
"systemPrompt": null,
"topP": null,
"temperature": null,
"presencePenalty": null,
"frequencyPenalty": null,
"maxTokensOutput": null,
"reason": null,
"responseFormat": {
"json": {
"name": "string",
"schema": {}
}
},
"fileAttribute": null
}
}
]