My JMeter version is the latest version 2.13. I would like to add an HTTP request to test my API, and the method is either PATCH or PUT.
In Postman, I can test the API and succeed using the PATCH method with some URL parameters.
For example:
URL: https://example.com/user/account
URL parameters: email ----> example@example.com
URL parameters: password ----> 12345678
Method: PATCH
This works in Postman/Paw but in JMeter I setup an HTTP request, add the parameters, and it fails.
How I can setup a working PATCH/PUT request with parameters in JMeter?