Sending authentication headers for API integration is a must. There are multiple ways that authentication can be done with third party APIs. And, one of the most common that I have seen is through Bearer token.
If you have worked with Laravel's Sanctum package (which is now part of code), you must have seen that the API calls need tokens. That's possible with the APIs of Saloon SDK.