Authorization: ********************{
"name": "Alfred Hitchcock",
"email": "alfred@example.com",
"language": "en",
"metadata": {
"source": "website",
"location": "bangalore"
}
}curl --location --request PATCH '/api/v1/contacts/+919988776655' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Alfred Hitchcock",
"email": "alfred@example.com",
"language": "en",
"metadata": {
"source": "website",
"location": "bangalore"
}
}'{
"id": 1,
"name": "Alfred Hitchcock",
"phone_number": "+919988776655",
"email": "alfred@example.com",
"age": null,
"gender": null,
"language": "en",
"nickname": null,
"opted_out": false,
"timezone": null,
"metadata": {
"source": "website",
"location": "Bangalore"
}
}