Bulk support for Clients APIs (PATCH API)

We would like to ask for a bulk support for the PATCH API https://auth0.com/docs/api/management/v2#!/Clients/patch_clients_by_id.
our use case:
As a SaaS, offers its Customers to manage OAuth clients. As an Admin of one of the customers, I can enable/disable a bulk of clients (we modify the client metadata in this specific feature).
The bulk can be a big list of clients which we would like to update as a bulk instead of individuals because:

  1. Performance (we have to synchronously update all clients before we give back a response to our customers, which can be a very time consing for a big list, for example, 50-100 clients)
  2. Make it transactional.