curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/chat/widget/' \
--header 'X-API-Key: <api-key>'{
"enabled": true,
"primary_color": "string",
"secondary_color": "string",
"text_color": "string",
"position": "bottom-right",
"welcome_message": "string",
"welcome_message_delay": 0,
"show_welcome_message": true,
"quick_questions": [
{
"text": "string"
}
],
"agent_display_name": "string",
"streaming_enabled": true,
"allowed_domains": [
"string"
]
}