curl --request POST \
--url https://app.demandiq.com/api/decks/{deckId}/presentations \
--header 'Content-Type: application/json' \
--data '
{
"homeowner": {
"first_name": "Sarah",
"address": "123 Main St",
"city": "Denver",
"country": "US",
"last_name": "Johnson",
"state": "CO",
"zip": "80202",
"phone": "+13035551234",
"email": "sarah@example.com"
},
"voice_settings": {
"voice_id": "<string>",
"stability": 123,
"similarity_boost": 123
},
"language_settings": {
"language_code": "en"
},
"price_inputs": {
"roof_squares": 32,
"system_size_kw": 8.5
},
"measurement_strategy": "manual"
}
'