{
  "board_id": 143,
  "name": "Daily Leaderboard",
  "description": "This <b>Leaderboard</b> is showing the names and current scores of the leading competitors of the day.<br>\nYou can put any text here to describe this Leaderboard from Smartico backoffice. HTML is s…",
  "rules": "Leaderboards are the simplest form of tournaments. Easy to set up in 5 minutes or less. Boards only calculate gamification point progress, and award points for prize places. The points can later be…",
  "period_type_id": 1,
  "version_id": 0,
  "create_date": 0,
  "rewards": [
    {
      "place": 1,
      "points": 100
    },
    {
      "place": 2,
      "points": 75
    }
  ],
  "users": [
    {
      "public_username": "Maxi*****",
      "avatar_url": "https://cdn.example/d1a960365f8a3716aa5a72-Lionmale.webp",
      "level_id": 700,
      "position": 1,
      "points": 1200,
      "is_me": false
    },
    {
      "public_username": "Asut*****",
      "avatar_url": "https://cdn.example/d58c99035fadf00dcfe638-Dragongenderless.webp",
      "level_id": 701,
      "position": 2,
      "points": 1020,
      "is_me": false
    }
  ],
  "me": {
    "public_username": "Antonio",
    "avatar_url": "https://cdn.example/avatars/11/00000000-0000-0000-0000-000000000000.png",
    "level_id": 701,
    "position": -1,
    "points": 0,
    "is_me": true
  }
}