auth-bearer: ********************curl --location --request PUT '/appointment//note' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "This is a note about the appointment."
}'{
"message": "string",
"updatedNote": "string"
}