Me neither as you can see, but thanks for pointing that out.
It is working now, made these changes:
data1 = AutCall.json()
access_token = data1[“access_token”]
Headers = {‘Client-ID’: ClientId, ‘Authorization’: "Bearer " + access_token}StreamsCall = requests.get(url=Url, headers=Headers)
Thank you <3