Hi,
I need your help, I’m running a POST request and try to get some of the fields in the response to a environment variable and for some magical reason, the value retrieved by pm.response when converting to json is not the one retrieved by the Server
In attached screenshot you can see the different values I’m getting
In red the response convert to Json
in blue the response in text
In green the response retrieved by the Server
Could you please advice why the sessionId value retrieved by postman is different when converting to Json???
Thanks