curl --location --request PUT 'https://api.snakk.ai/api/chat/config/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"chat_enabled": true,
"enabled": true,
"primary_color": "string",
"text_color": "string",
"background_color": "string",
"position": "bottom-right",
"button_icon": "string",
"welcome_enabled": true,
"welcome_title": "string",
"welcome_subtitle": "string",
"quick_questions": [
{
"text": "string",
"message": "string"
}
],
"show_agent_name": true,
"agent_display_name": "string",
"agent_avatar_url": "string",
"show_powered_by": true,
"allow_file_uploads": true,
"streaming_enabled": true,
"allowed_domains": [
"string"
],
"model": "string",
"temperature": 0,
"max_tokens": 0,
"max_messages_per_session": 0,
"max_sessions_per_hour": 0
}'