Authorization: Bearer ********************{
"content": "string"
}curl --location --request PATCH 'https://prod.your-api-server.com/customers//notes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'