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