curl --location 'https://api.artemisads.com/openapi/seller/v2/brands?marketplace=amazon.com&brandIds=undefined&status=undefined&limit=undefined&cursor=undefined' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'{
"brands": [
{
"id": "string",
"name": "string",
"status": "string",
"logoImage": "string",
"biography": "string",
"url": "string",
"marketplace": "string"
}
],
"cursor": "string"
}