I am debugging my application and I want to catch the request (HttpServletRequest) as curl command so that I can import that to postman and try it with different options.
The problem that I have is that it has lots of dynamically added headers and it's rather difficult to write that manually in postman.
I found similar question, but it only helps getting URL without headers and it's impossible to import the result in postman.