curl --request PATCH \
--url https://api.useadam.io/v1/adam/contacts/{uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"address": "<string>",
"type": "<string>"
}
'