curl --request PATCH \ --url https://channels-service-alpha.fourvenues.com/bookings/{bookingId}/observations \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "observations_referral": "This client is a VIP. Please give him a good table."}'
curl --request PATCH \ --url https://channels-service-alpha.fourvenues.com/bookings/{bookingId}/observations \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "observations_referral": "This client is a VIP. Please give him a good table."}'