Http request authentication from Node Red

Trying to query some Losant data tables using http reqest in Node red.
I have created an application token, but sure where to add that in Node reds http request node.

Any hints?

You authenticate Losant API requests as described in the REST API documentation - by providing an “Authorization” HTTP header with a value of “Bearer YOUR_TOKEN”.

I haven’t used Node-Red in a while but this page I found describes how to set HTTP headers in your request.