Simply put, I have a situation where I make an API call and receive a response that includes the Authorization
in the header. I need to extract this authorization token from the header as it is crucial for future API calls. What would be the best way to approach this?