pub async fn fetch_adguard_filter_list(
    client: &Client,
    endpoint: &str,
    username: &str,
    password: &str
) -> Result<AdGuardFilteringStatus, Error>