Trying to convert this working curl command:
curl ipinfo.io/8.8.8.8/json?token=$TOKEN
To python3 requests, this is my script