Concept Flow - Route handlers (route.ts)
Incoming HTTP Request
Match URL & Method
Call Route Handler Function
Process Request Data
Generate Response
Send Response to Client
This flow shows how Next.js route handlers receive a request, process it, and send back a response.
