brand query parameter to filter the list to brands whose name contains the given text. The response is a flat list of brand-name strings under the brands key.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/products/brands.json?brand=acme' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"brands": [
"Acme",
"Acme Pro",
"Acme Studio"
]
}