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