Concept Flow - Dynamic API routes
Request comes in
Check URL path
Match dynamic route pattern
Extract dynamic params
Run API handler with params
Send response back
When a request hits the API, Next.js matches the URL to a dynamic route file, extracts parameters, runs the handler, and returns the response.