pub async fn query_elastic( context: Arc<ServerContext>, _session: Arc<Session>, body: Value, ) -> Result<impl Reply, Rejection>
REST API handler to perform a raw query against the Elastic Search server.