{
  "code": 0,
  "clients": 0,
  "events": [
    {
      "t": "MUSIC_UPDATE",
      "d": {
        "artist": "Phan Duy Anh",
        "track": "Vô Cùng (Vì Anh Thương Em)",
        "image": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png",
        "isPlaying": false
      }
    },
    {
      "t": "WEATHER_UPDATE",
      "d": {
        "temp": 30,
        "condition": "Sunny",
        "code": 1000,
        "location": "An Giang"
      }
    },
    {
      "t": "TIKTOK_UPDATE",
      "d": {
        "activities": {
          "status": "offline"
        }
      }
    }
  ]
}