API Endpoints
GET /api/echo?message=hello
Minimal JSON echo endpoint
GET /api/users
Get all users
GET /api/user?id=1
Get a specific user
GET /api/error
Get error response (500 status)
Minimal JSON echo endpoint
Get all users
Get a specific user
Get error response (500 status)