I am working on an external integration, and for each API call, I need to retrieve a token from a dedicated token endpoint(Basic Auth) and include it in the header of the main API call. Is there a way to dynamically pass the token in the header within the API suite itself?
In the present solution, I have two API steps in the flow: the first retrieves the token, and the second uses it for the main request.