In Quarkus, I expose a PUT method that allows to modify an Animal, which can be a Dog or a Cat
Here is the method signature I want to have:
@PUT @Path(&quo