curl --location --request GET 'https://api.kicks.dev/v3/utils/brands?page&limit' \
--header 'Authorization: <api-key>'
{
"$schema": "https://api.kicks.dev/schemas/RespListBrandBody.json",
"data": [
{
"brand": "Nike",
"count": 50988
}
],
"meta": null
}