通用API转换器 cd进入universal_converter目录。 使用npm start运行服务器。 将路径替换为要转换的本地OpenAPI3 / Swagger2文档的路径后,使用以下curl。 此外,改变format和convertTo相应。 curl --location --request POST 'localhost:3001/converter?type=string&format=openapi3&convertTo=postman2' \ --form 'file=@"/home/sarthak/code/openapi-to-postman/example-spec.yaml"'