curl --request GET \
--url https://api.example.com/v1/ui/notifications/stats{
"total": 123,
"unread": 123,
"read": 123,
"archived": 123
}Retrieves comprehensive notification statistics for the authenticated user.
curl --request GET \
--url https://api.example.com/v1/ui/notifications/stats{
"total": 123,
"unread": 123,
"read": 123,
"archived": 123
}