Concept Flow - Response DTO for output
Client sends request
Controller receives request
Controller calls Service
Service prepares Response DTO
Controller returns Response DTO
Client receives JSON output
Shows how a Spring Boot controller uses a Response DTO to send structured output back to the client.
