curl --location --request PUT '/contacts/+13092042072' \
--header 'x-api-key: HvG7OZaxgz3raDMzX9CYp9105hV9VwDa6zrCS234' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"firstName": "string",
"lastName": "string",
"mobileNumber": "+1772270660034",
"email": "string",
"notes": [
"string"
],
"tags": "[tag1, tag2, tag3..]",
"blocked": false,
"optOutStatus": false,
"donotDisturb": false
}'{
"id": "string",
"firstName": "string",
"lastName": "string",
"name": "string",
"mobileNumber": "464281182464",
"notes": [
{
"id": "string",
"createdAgentName": "string",
"message": "string",
"creationDate": 0,
"lastUpdatedDate": 0,
"noteAssociatedType": "CONTACT",
"contactId": "string",
"agentId": "string"
}
],
"tags": "[tag1, tag2, tag3..]",
"email": "string",
"blocked": false,
"optOutStatus": false,
"donotDisturb": false
}