Results 1 comments of Amar

Our fix was to not use `--extract-response-body` and to make sure your api spec has the right properties. E.g. in spring boot, we had to add `default-produces-media-type: application/json` in our...