Working on implementing the use of super tokens in my local application. I am successfully using supertokens to generate JWT tokens that the API and UI use. but, I'm trying to be able to test my api via postman without having to copy paste the token from the cookie. How can i achieve this?