curl --request GET \
--url https://api.example.com/cabinet/tickets/notifications/unread-count \
--header 'Authorization: Bearer <token>'{
"unread_count": 123
}Get unread notifications count for current user.
curl --request GET \
--url https://api.example.com/cabinet/tickets/notifications/unread-count \
--header 'Authorization: Bearer <token>'{
"unread_count": 123
}