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