curl --location --request PATCH 'http://dev-cn.your-api-server.com/api/v0/chatbots//appearance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "My Bot",
"welcomeMessage": "Hello! How can I assist you today?",
"placeholderText": "Ask me anything...",
"brandColor": "#2563eb",
"brandTextColor": "#FFFFFF",
"fontSize": 14,
"height": 85,
"learnMore": "Learn more",
"ctaText": "",
"ctaLink": "",
"watermarkText": "Powered by SiteGPT",
"watermarkLink": "https://sitegpt.ai",
"hideWatermark": false,
"hideSources": false,
"hideTooltip": false,
"hideFeedbackButtons": false,
"rtl": false,
"distanceFromBottom": 16,
"horizontalDistance": 16,
"iconSize": "SMALL",
"iconPosition": "RIGHT"
}'