Support asynchronous web hooks that trigger after CRUD operations on an entity. When a record is inserted, updated, or deleted, DAB sends a fire-and-forget HTTP POST to a configured endpoint with metadata about the operation. This enables downstream messaging, auditing, cache invalidation, or event processing without affecting the API request latency. The webhook runs outside the request pipeline and is intended for observation and integration scenarios rather than modifying the API response.