pub async fn insert_logs( log_batch: Json<BulkLogInsert>, clickhouse: &State<Client>, ) -> Result<Json<Value>, (Status, Json<Value>)>