Concept Flow - Request DTO for input
Client sends HTTP request
Spring Boot Controller receives request
Request body parsed into DTO object
Controller method uses DTO for processing
Response generated and sent back
The client sends data in a request, Spring Boot converts it into a DTO object, which the controller uses to process the input.