curl --request PUT \
--url https://app.demand-iq.com/api/presentations/{presentationId}/product-selection \
--header 'Content-Type: application/json' \
--data '
{
"slideId": "<string>",
"tier": "good",
"productName": "<string>",
"price": "<string>",
"priceSuffix": "<string>",
"productImage": "<string>",
"highlights": [
"<string>"
]
}
'