Need for a Hook/Event on Entity Duplication in Strapi

As part of our use of Strapi for managing entities, we have identified a need related to the duplication of an entity.

Currently, when an entity is duplicated, no specific event or lifecycle hook appears to be triggered for this action, which limits our ability to apply custom business logic.

We would like to:

Investigate whether there is a dedicated hook or event triggered during entity duplication.

If not, explore the possibility of adding a custom solution to execute specific logic when an entity is duplicated.