async fn validate_secret<B>(
    __arg0: State<UiApiToken>,
    req: Request<B>,
    next: Next<B>
) -> Result<Response, StatusCode>