I am trying to replicate a Postman request using Python. I use the Request module, specifically the Request and Session objects to create a prepared request and to send the request to the authorization API, which generates the Bearer Token. The request header in Postman includes Cache-Control, Conte...