Concept Flow - API versioning
Client sends request
Check API version in request
Route to correct controller version
Process request in versioned controller
Send response back to client
The server checks the API version from the client request, routes it to the matching controller version, processes it, and sends back the response.