curl --location --request GET '/contacts/15550294874' \
--header 'x-api-key: HvG7OZaxgz3raDMzX9CYp9105hV9VwDa6zrCS234' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"firstName": "string",
"lastName": "string",
"name": "string",
"mobileNumber": "207193384207",
"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
}