POST REQUEST TOOL TEST BUG
I am trying to test my post request by defining some default values for my request bodies. However the values I define look like "0" or "1" except the first variable which is the url. In this picture normally I set limit 200 as default. After that I also included an object variable with 2 default strings
"location": {
"country": "US",
"languages": ["en-US"]
}
However they got the value of first variable which is the url in the test. what is wrong?
"location": {
"country": "US",
"languages": ["en-US"]
}
However they got the value of first variable which is the url in the test. what is wrong?

