curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/rank?rankType®ion&sortField&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"tagName": "string",
"tagId": "string",
"region": "string",
"regionComment": "string",
"videoCount": 0,
"playCount": 0,
"commentCount": 0,
"likeCount": 0,
"shareCount": 0,
"videoList": [
{
"videoId": "string",
"videoCoverUrl": "string",
"videoUrl": "string",
"videoDuration": 0,
"playCount": 0,
"tkVideoUrl": "string"
}
],
"rank": 0
}
]
},
"serverTime": "string"
}