curl --request POST \
--url https://app.demandiq.com/api/roof-measurements \
--header 'Content-Type: application/json' \
--data '
{
"deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"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"
}
}
'