1. Incoming request
  2. Middleware
  3. Guards
  4. Interceptors (pre-controller)
  5. Pipes
  6. Controller (method handler)
  7. Service (if exists)
  8. Interceptors (post-request)
  9. Exception filters
  10. Server response