`api-audit` is a lightweight, plug-and-play Spring Boot library designed to simplify the implementation of comprehensive
audit trails. It provides a dual-layer auditing strategy:
* **Request Auditing**: Captures high-level API interactions, metadata, and request bodies.
* **Entity-Level Auditing**: Captures fine-grained data mutations (Create, Update, Delete) at the database level.
By integrating seamlessly with Spring **AOP** and **Hibernate**, `api-audit` ...