I have set up an API call but I am getting an "Error parsing JSON: Syntax error"
The problem seems to be with one of the variables which is a string of text. This is the way I have set up that variable:
And this is the way it then gets passed back in the response body:
It looks like the string of text is formatted as [test, test] instead of ["test", "test"]
Am I doing something wrong here?