Scenario: I'm trying to automate an API with get request.
It requires Auth bearer token. However, the token keeps changing.
Is there a way to fetch the Auth bearer token dynamically during the runtime in python?
Please help...
Scenario: I'm trying to automate an API with get request.
It requires Auth bearer token. However, the token keeps changing.
Is there a way to fetch the Auth bearer token dynamically during the runtime in python?
Please help...