Concept Flow - Validation error responses
Client sends request with data
Spring Boot validates data
Data valid
Process request
Send success
Client receives response
The client sends data, Spring Boot checks it, then either processes it or sends back validation errors.