pub async fn filter(
    root: BoxedFilter<()>,
    context: SharedContext,
    enable_api_tokens: bool
) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone