about summary refs log tree commit diff
def get_metadata(token: str):
    return [("authorization", "bearer " + token)]