curl --location --request PUT '/ai/bot//update-bot' \
--header 'Content-Type: application/json' \
--data-raw '{
"bot_icon": "string",
"bot_name": "string",
"welcome_message": "string",
"bot_question": "string",
"primary_color": "string",
"secondary_color": "string",
"allowed_domain": "string",
"export_enabled": true,
"attach_enabled": true,
"auto_pop_up": false,
"is_fullscreen": false,
"is_visible": true,
"languages": [],
"id": 0,
"delete_available": false,
"api_key": "string",
"terms_default": "string",
"engaging_message_default": "string",
"allow_preview": true,
"chatbot_setup": true,
"prompt_setup": true,
"file_setup": true,
"url_setup": true,
"style": {},
"agent_reply": true
}'