I'm using postman with scripting.
First, I perform a request to retrieve a oauth token.
Then, inside the 'Test' tab, I'm using postman scripting to use the received token to set a global (postman) variable.
Additionally, I would like to decode the token, because I want to use information inside the token to set them as variables. The token payload is base 64 url encoded.
How do I do that?