curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/trend?hashtagId=®ion=&startDs=&endDs=' \
--header 'x-appKey: au3iGmLAuPj' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"hashtagId": "string",
"region": "string",
"videoCount": [
{
"date": "string",
"score": 0
}
],
"playCount": [
{
"date": "string",
"score": 0
}
]
},
"serverTime": "string"
}