curl --request PUT \
--url https://app.demand-iq.com/api/company/contact \
--header 'Content-Type: application/json' \
--cookie session= \
--data '
{
"phone": "<string>",
"email": "jsmith@example.com",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"licenseNumber": "<string>",
"timezone": "<string>"
}
'