pub async fn get_token(
    session: &Session,
    client_id: &str,
    scopes: &str
) -> Result<Token, MercuryError>