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