curl --request PUT \
--url https://api.vooma.ai/v0/contacts/{contactId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"contact": {
"carrierId": "<string>",
"customerId": "<string>",
"email": "<string>",
"phone": "<string>",
"name": "<string>"
}
}
'