curl --location --request GET '/api/category/category/relateRank' \
--header 'X-Shop-Id: 0'
{
"price": [
{
"marketPrice": "string",
"picThumb": "string",
"price": "string",
"productId": 0,
"productName": "string",
"productSn": "string"
}
],
"brand": [
{
"marketPrice": "string",
"picThumb": "string",
"price": "string",
"productId": 0,
"productName": "string",
"productSn": "string"
}
],
"cate": [
{
"marketPrice": "string",
"picThumb": "string",
"price": "string",
"productId": 0,
"productName": "string",
"productSn": "string"
}
]
}