Count messages in a room.

GET /api/notification-unread-count/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "polling": 0
}