Sending json
as request parameter in Rest
api from Postman throws Bad Request Exception.
I encountered this while testing a legacy system. Sending json in a request param is not a good idea unless you cannot avoid it like in my case.
So, what is the correct way of sending json as request param from Postman?