async fn query(
    __arg0: State<Arc<AppState>>,
    body: String
) -> Result<(StatusCode, String), AppError>