I used HTTPS module to get some response from NetSuite page, with Admin authentication. (By using NLAuth with plaintext credentials).
From 2020.2 release onwards, plaintext credentials is deprecated by NetSuite, and they suggest to use TBA or OAuth2.0.
I decided to use TBA and created an Integration and also, access tokens for Admin user.
Now, I have Consumer key, Consumer Secret, Token ID and Token Secret.
How can I make a HTTP call with these credentials. Do I need to generate oauth_signature dynamically every time?