I am learning k6 and stuck in one of the post requests wherein I need to send the below form data parameters. I tried sending it as normal data by using JSON.stringify() method and by using FormData. But I am not getting valid response. It should be URL encoded. Below is the data,
I verified the same in JMeter and POSTMAN. It works perfectly fine with valid response. But I am struggling in k6.