The Privacy and Access Endpoint documentation (found at https://developer.clickup.com/reference/publicpatchacl) represents Entries to be a simple JSON object.
However, when making an API call like the example, an error is returned because it expects an array (which it will then use the MAP function on). I think the Documentation may need to be updated with "entries" as an array.