/json/reply route not populating request object from query params

Our Angular application calls /json/reply/ with parameters in the query string.

In at least one case, the query string parameters are not coming through in the request object.

We need to be able to reproduce issues in order to be able to identify them, please provide the Request DTO and the HTTP Request and Response headers.

This was happening because I had a Body specified for the GET request in POSTman.