Solution: Add Authorization to a Route Handler

Wrap a route handler with a decorator that enforces role-based access control without modifying the handler itself.

Solution: Add Authorization to a Route Handler

Wrap a route handler with a decorator that enforces role-based access control without modifying the handler itself.