curl --location --request GET '/api/category/category/relateBrand' \
--header 'X-Shop-Id: 0'
[
{
"brandId": 0,
"brandName": "string",
"brandEnName": "string",
"brandLogo": "string",
"brandDesc": "string",
"siteUrl": "string",
"shopId": 0,
"status": 0,
"rejectRemark": "string",
"sortOrder": 0,
"isShow": 0,
"brandType": "string",
"brandIsHot": 0,
"firstWord": "string",
"isStoreBrand": 0,
"checkStatus": 0
}
]