Swagger import works almost perfectly for me, except for POST bodies. I only get one string variable and an unset body instead a JSON object.
This is what I get:
And this is what I would expect:
This way I could re-import when API changes without having to manually enter JSON variables and bodies ...
Any advice?
Thanks in advance!