Index Feature HTTP Method Route Note
1 使用者可以追蹤其他使用者 POST POST /api/followships need authentication
2 使用者可以取消追蹤其他使用者 DELETE DETELE /api/followships/:followingId need authentication
3 使用者可以看到最多人追蹤的 10 個人 GET GET /api/followships/top_users need authentication

1. 使用者可以追蹤其他使用者:POST /api/followships

2. 使用者可以取消追蹤其他使用者:DETELE /api/followships/:followingId

3. 使用者可以看到最多人追蹤的 10 個人:GET /api/followships/top_users