Oauth2 authorization issue

So what I do is I record the network tab in chrome dev tools, then I save it as HAR file, after that I convert it to Gatling Scala class through Gatling recorder,
As you see on the screenshot the /authorize request is the request_3, that was the one that returns me a sessionToken :slight_smile: ,

apparently that sessionToken is not a good one since when I pass on next request when I sign in it returns this : {“errorCode”:“E0000011”,“errorSummary”:“Invalid token provided”,“errorLink”:“E0000011”,“errorId”:“oaeSyalNNrqTlexEHDrFDva5A”,“errorCauses”:}

Screen Shot 2021-01-21 at 12.14.55 PM