def make_auth_header(account): return {"Authorization": "Bearer {0}".format(account.access_token)}