How to add security tests to REST requests with JSON content
Ok, let me explain my problem: I have REST request with few parameters, POST method, service accept only JSON content, so I changed Media Type to application/json and put values to the request body...