Here is what i tried in the HTTP sampler:
Web Server name <host>
HTTP request PATH <host>
In the send parameters with the request section - I understand we can add as many parameter as we want. Here is what I tried:
{ "customer": {"Name": "TestID1"} }
{ "customer": {"Name": "TestID2"} }
When I run the test, I see TestID1 in my host, but I dont see the TestID2 customer. Can you please guide me to understand how to do send multiple POST request? Thank you