pub async fn validate_api_token<B>(
    req: Request<B>,
    next: Next<B>
) -> impl IntoResponse