isPublic flag. The note ID is scoped to the caller's user ID and the current contact, so you can't edit someone else's note or a note from another customer.Authorization: ********************curl --location --request PATCH '/users/me/contacts//notes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"isPublic": true
}'