curl --request PATCH \
--url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/tenants/person/{personUuid} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"email": "[email protected]",
"phone": "<string>"
}
'