This commit implements the follow/unfollow feature for moments in the Search, Timeline, and Explore tabs.
It includes:
- Adding a follow button to moment cards and implementing follow/unfollow logic in the respective ViewModels.
- Updating the UI to reflect the follow status changes in the moment list.
- Handling follow/unfollow API requests.