I inherited a project from a coworker and its a simple REST API built with ASP.NET Core off of Visual Studio 2022. The version of Swagger it is using is 1.0 with OpenAPI v3.0.1. I would like the Swagger version to at least be updated to 2.0 so I can Import it successfully into Postman. Any help on how to update my API to v2.0 (as well as terminology, only my second day looking at this).