Notification unread count doesn't change even after called mark all as read

Using the v3 edition of the notification beta API, even after calling GET https://beta.amity.services/notifications/v3/mark-all-as-read multiple times, when I make a GET call to https://beta.amity.services/notifications/v3 I still get the response:

{
“data”: {“totalUnreadCount”: 29}
}

Hello @awareai-dev , We recommend using the following API to mark notifications as read: Last Read Notifications API. For more details, please refer to the documentation here: Notification Tray Documentation.