Hi all!
I have an issue with a converted test from Postman to k6.
In Postman I am sending a payload body that has a number as a value, and the test passes, but the converted test in k6, sends the value as a string and the test fails.
The issue here is that it needs to be a number, not a string, for the test to pass.