Twitter node/custom authentication

Hello All.
I currently have some flows that use the twitter nodes. These are able to listen to specific usernames/hashtags. I am also able to post multimedia and standard tweets.
This node is great and very easy.
The problem I have is not inherently with the node but it's limited ability to do things.

I would like to get a list of followers. Looking into the API, this would appear to be fairly easy. See reference
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-list
I can easily create an http GET via available nodes.
What I am unclear about is how to do the authentication on this. Looking through the API authentication it needs it in a header. I don't know/don't understand how to combine the two. i can do one or the other but not both :frowning :frowning:
Does anybody have any suggestions on how to combine authentication with a HTTP GET of "https://api.twitter.com/1.1/followers/list.json"

Twitter uses OAUTH authentication there are OAUTH nodes which you should be able to use to authenticate.

I did not know that! I will look into that and get back to you. TYVM