GET
/
brands
/
top
curl --request GET \
  --url https://api.kicks.dev/brands/top \
  --header 'Authorization: Bearer <token>'
[
  {
    "brand": "Nike",
    "products": 324338
  },
  {
    "brand": "adidas",
    "products": 130235
  },
  {
    "brand": "Jordan",
    "products": 76375
  },
  {
    "brand": "New Balance",
    "products": 31619
  },
  {
    "brand": "Supreme",
    "products": 28099
  },
  {
    "brand": "Converse",
    "products": 13223
  },
  {
    "brand": "Asics",
    "products": 11451
  },
  {
    "brand": "BAPE",
    "products": 10810
  },
  {
    "brand": "Vans",
    "products": 8127
  },
  {
    "brand": "Reebok",
    "products": 8091
  },
  {
    "brand": "adidas Originals",
    "products": 8055
  },
  {
    "brand": "Puma",
    "products": 7567
  },
  {
    "brand": "Fear of God",
    "products": 5701
  },
  {
    "brand": "On",
    "products": 5043
  },
  {
    "brand": "Under Armour",
    "products": 3643
  },
  {
    "brand": "Hoka One One",
    "products": 3516
  },
  {
    "brand": "OFF-WHITE",
    "products": 3509
  },
  {
    "brand": "Crocs",
    "products": 3141
  },
  {
    "brand": "UGG",
    "products": 2995
  },
  {
    "brand": "Salomon",
    "products": 2536
  },
  {
    "brand": "LEGO",
    "products": 2220
  },
  {
    "brand": "The North Face",
    "products": 2209
  },
  {
    "brand": "Bearbrick",
    "products": 2117
  },
  {
    "brand": "Saucony",
    "products": 1921
  },
  {
    "brand": "Burberry",
    "products": 1635
  }
]
[
  {
    "brand": "Nike",
    "products": 324338
  },
  {
    "brand": "adidas",
    "products": 130235
  },
  {
    "brand": "Jordan",
    "products": 76375
  },
  {
    "brand": "New Balance",
    "products": 31619
  },
  {
    "brand": "Supreme",
    "products": 28099
  },
  {
    "brand": "Converse",
    "products": 13223
  },
  {
    "brand": "Asics",
    "products": 11451
  },
  {
    "brand": "BAPE",
    "products": 10810
  },
  {
    "brand": "Vans",
    "products": 8127
  },
  {
    "brand": "Reebok",
    "products": 8091
  },
  {
    "brand": "adidas Originals",
    "products": 8055
  },
  {
    "brand": "Puma",
    "products": 7567
  },
  {
    "brand": "Fear of God",
    "products": 5701
  },
  {
    "brand": "On",
    "products": 5043
  },
  {
    "brand": "Under Armour",
    "products": 3643
  },
  {
    "brand": "Hoka One One",
    "products": 3516
  },
  {
    "brand": "OFF-WHITE",
    "products": 3509
  },
  {
    "brand": "Crocs",
    "products": 3141
  },
  {
    "brand": "UGG",
    "products": 2995
  },
  {
    "brand": "Salomon",
    "products": 2536
  },
  {
    "brand": "LEGO",
    "products": 2220
  },
  {
    "brand": "The North Face",
    "products": 2209
  },
  {
    "brand": "Bearbrick",
    "products": 2117
  },
  {
    "brand": "Saucony",
    "products": 1921
  },
  {
    "brand": "Burberry",
    "products": 1635
  }
]