meta {
  name: getBrands
  type: http
  seq: 12
}

get {
  url: {{AE_ENDPOINT}}brands?apiKey={{AE_TOKEN}}&orderBy=Recent&limit=10
  body: none
  auth: none
}

query {
  apiKey: {{AE_TOKEN}}
  orderBy: Recent
  limit: 10
}
