Authorization header set to Bearer ${token} where token is a Quick Auth session token.
This is a convenience function that makes it easy to make authenticated requests but using it is not a requirement. Use getToken to get a token directly and attach it to requests using the library and format of your choosing.

