For example: `GET /api/user/:id` returns data about the user, and `LIST /api/user/:id/tweets` returns that user's tweets.
For example:
GET /api/user/:idreturns data about the user, andLIST /api/user/:id/tweetsreturns that user's tweets.