pub async fn get_memory_handler( __arg0: State<Arc<MnemoEngine>>, __arg1: Path<Uuid>, ) -> Result<Json<Value>, AppError>
GET /v1/memories/:id – retrieve a single memory by UUID.