core
core copied to clipboard
Add profile update event flow and monitoring endpoints
Introduces ProfileUpdatedEvent and related publisher/listener infrastructure to synchronize profile changes across services via Kafka. Adds new monitoring endpoints for deposits, withdrawals, swaps, and trades in the API, with supporting DTOs and proxy implementations. Removes the AuthProxy and related direct update methods in favor of event-driven updates, and updates security configurations for monitoring access.