curl --request PATCH \
--url https://app.enzo.health/api/v1/notes/{voiceNoteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"updates": {
"newTitle": "<string>",
"duration": 123,
"isFavorite": true,
"isDeleted": true,
"date": "<string>"
}
}
'