During a POST call to a mvc springboot application want to force a boolean parameter to fault
Having a MVC pattern Sprinboot application we want the user to send a POST call to register a new PuntoDiInteresse document into a MongoDB collection. The verificato field is entitled to show if the point has been validated by a Curatore so when we create a new one that field must be on false until the Curatore proceed to validate it.