I am writing a Python script to access my nest thermostat. I am able to
generate a token this way:def get_access_token():global ACCESS_TOKEN,
HEADERS# Path to the service account JSON key
fileservice_account_key_path = './weatherflow-pi-project-sa.js...