curl --location --request GET '/adminapi/product/brand/list' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"records": [
{
"brandId": 0,
"brandName": "string",
"brandEnName": "string",
"brandLogo": "string",
"brandDesc": "string",
"siteUrl": "string",
"shopId": 0,
"status": 0,
"statusText": "string",
"rejectRemark": "string",
"sortOrder": 0,
"isShow": 0,
"brandType": "string",
"brandIsHot": 0,
"firstWord": "string",
"isStoreBrand": 0,
"checkStatus": 0,
"shop": {
"shopId": 0,
"shopTitle": "string",
"addTime": 0,
"shopLogo": "string",
"clickCount": 0,
"status": 0,
"merchantId": 0,
"shopMoney": 0,
"frozenMoney": 0,
"contactMobile": "string",
"description": "string",
"kefuPhone": "string",
"kefuWeixin": "string",
"kefuLink": "string",
"isContactKefu": 0,
"kefuInlet": "string",
"lastLoginTime": 0
}
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}