curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/unread-count{
"totalUnread": 123,
"unreadConversationCount": 123
}Get the total unread message count and unread conversation count for the current user
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/conversations/unread-count{
"totalUnread": 123,
"unreadConversationCount": 123
}