{
"rankId": "string",
"rankType": "string",
"limit": 0,
"language": "string"
}
curl --location --request POST '/v2/alibaba/product/topListQuery' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rankId": "string",
"rankType": "string",
"limit": 0,
"language": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"rankId": "",
"rankName": "",
"rankType": "",
"rankProductModels": [
{
"itemMapId": "",
"title": "",
"translateTitle": "",
"imgUrl": "",
"sort": 0,
"serviceList": [
""
],
"buyerNum": 0,
"soldOut": 0,
"goodsScore": ""
}
]
}
}