curl --request PUT \
--url https://app.demandiq.com/api/slides/{slideId}/product-data \
--header 'Content-Type: application/json' \
--data '
{
"subtitle": "<string>",
"brandLogo": "<string>",
"disclaimer": "<string>",
"defaultSelectedTier": "good",
"backgroundColor": "<string>",
"selectionColor": "<string>",
"roundTo": 123,
"good": {},
"better": {},
"best": {}
}
'