curl --request PATCH \
--url https://app.telentir.com/api/objects/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>",
"content": "<string>",
"authTag": "<string>",
"relatedId": "<string>"
}
'