Passing Bearer Token to REST GET
I received a token from a authorization REST POST call. I now need to pass this token as the bearer token of a REST GET call. How can I correctly pass my token to the REST GET snap? I was able to do this successfully using Postman (see screen pic). N...