curl --location 'llm-integration-settings' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"baseUrl": "string",
"token": "string",
"chatModel": "string",
"embeddingModel": "string"
}'{
"id": "3a5383cb-73d8-4619-864d-641e251fbdb1",
"baseUrl": "https://api.openai.com/v1",
"chatModel": "gpt-4.1-mini",
"embeddingModel": "text-embedding-3-small",
"hasToken": true,
"tokenPreview": "...9fK2",
"token": "sk-...",
"createdAt": "2024-05-13T09:36:18.132Z",
"updatedAt": "2024-05-13T09:36:18.132Z"
}