I need help generating a valid JSON OpenAI Swagger with .NET (Microsofts Minimal API with Dapper and EF Core as ORM Mapper) that works on Postman. I'm currently having trouble importing Swagger APIs through a json into Postman. Could you please a guide on how to do this? Thank you. What I am struggling with is actually is having postman accept my json, maybe I need to configure it first?
The error I am getting on postman is this: Error while importing: format not recognized
Recently I wrote restful APIs with SpringMvc and swagger-ui(v2). I noticed the Import function in Postman: So my question is how to create the file which Postman needed?