curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/brands?marketplace=amazon.com&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
{
"brands": [
{
"brandId": "",
"brandName": "",
"marketplace": "",
"image": "",
"biography": "",
"avgCommission": 0.0,
"activeProductCount": 0,
"url": ""
}
],
"cursor": ""
}