curl --request PATCH \
--url https://api.halth.com/v1/organisations/{organisationId}/booking-settings \
--header 'Content-Type: application/json' \
--data '
{
"notesEnabled": true,
"cancellationFeeAmount": 50000,
"cancellationFeePercent": 50.5,
"cancellationFeeEnabled": true,
"cancellationNoFeeBeforeHours": 60,
"paymentDetailsRequired": true,
"bookingNotificationsEnabled": true,
"providerBookingNotificationsEnabled": true,
"cancellationFeeAutoChargeEnabled": true,
"googleTagManagerContainerId": "<string>",
"healthFundCardCollectionEnabled": true
}
'