I have an Web API project with lots of the Controllers, Validators, Services and Repositories in asp.net core
I am going to disable all the 400 Bad requests message bodies (Validate a Property from a model or ...) on production mode due to the security
how I can do this in asp.net core 2.2 ?