Hi, I'm testing api: https://supertokens.com/docs/thirdpartyemailpassword/testing/testing-with-postman and in Postman I'm getting: sAccessToken and sIdRefreshToken
in Cookie tab and e. g. session.getAccessTokenPayload(); in Body with GET but if I do in web browser I have 401 code :/ I even turned off cache in code and dev tools and I added @Header('rig', 'thirdpartyemailpassword') , I get 401 too.