How do you add a Bearer Token to HTTP Request
We are creating a new outbound Rest Web Service with GET Method. This interface is between our PeopleSoft system and Samsara.
Samsara uses the Bearer Token HTTP authentication scheme. In order to use the authentication token, they want us to include it in the Authorization
header in our HTTP request.
How is this done?