curl --location '/viewbot/customization' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"logoUrl": "string",
"companyName": "string",
"primaryColor": "string",
"bubbleCustomerBg": "string",
"bubbleAgentBg": "string",
"headerTitle": "string",
"headerSubtitle": "string",
"welcomeMessage": "string"
}'