curl --location --request POST 'https://api.thinkeo.io/v1/teams' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{
"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
}
}