-- Verify camper:unmarshal_booking on pg
begin;
select has_function_privilege('camper.unmarshal_booking(jsonb)', 'execute');
rollback;