Concept Flow - Response transformation
Incoming HTTP Request
Controller Method Called
Return Raw Data Object
Interceptor Intercepts Response
Transform Data (e.g., format, filter)
Send Transformed Response to Client
The request hits the controller, which returns data. The interceptor catches this data, transforms it, then sends the modified response to the client.