Index Feature HTTP Method Route Note
1 使用者可以回覆特定一則 tweet POST POST /api/tweets/:tweet_id/replies need authentication
2 使用者可以看到特定一則 tweet 的所有回覆 GET GET /api/tweets/:tweet_id/replies need authentication

1. 使用者可以回覆特定一則 tweet:POST /api/tweets/:tweet_id/replies

2. 使用者可以看到特定一則 tweet 的所有回覆:GET /api/tweets/:tweet_id/replies