[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

How would you take the “response content” of a POST request and attach it to a global variable?

Like for example, your POST to my login on my server with a valid username/password, it comes back with a response that looks like:

I want to somehow take that “token” value and attach it/set it to a global variable called “Token” to be pulled in later GET requests via Set Header as it used for the JWT auth system I have on the server and it would need it for subsequent requests to the server to authenticate valid GET requests in the header.

This is a screenshot of my current blueprint for the POST request, I am not sure what I could do as far as taking the response content and formatting it out to just pull in the token value?