curl --request PUT \
--url https://app.demand-iq.com/api/decks/{deckId}/branding \
--header 'Content-Type: application/json' \
--cookie session= \
--data '
{
"palette": {
"primary": "#1a73e8",
"primaryLight": "#4a9af5",
"accent": "#fbbc04",
"neutral": "#5f6368",
"text": "#202124"
},
"cta": {
"headline": "<string>",
"body": "<string>",
"buttonText": "<string>",
"buttonUrl": "<string>"
},
"name": "<string>",
"logo": "<string>",
"avatar": "<string>",
"chatName": "<string>",
"chatGreeting": "<string>",
"fonts": {},
"contact": {
"phone": "<string>",
"email": "jsmith@example.com"
}
}
'