I\'m using swagger 5.6.3 in .net 5 web API application
In a controller, I use a DTO object
[HttpPost] public void create([FromForm] CDTO data)