curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/video_trend?uidList&bizDate' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
{
"code": "string",
"message": "string",
"result": [
{
"uid": "string",
"videoTrendInfoList": [
{
"videoId": "string",
"playCount": [
{
"date": "string",
"score": 0
}
],
"commentCount": [
{
"date": "string",
"score": 0
}
],
"likeCount": [
{
"date": "string",
"score": 0
}
],
"shareCount": [
{
"date": "string",
"score": 0
}
],
"soldCount": [
{
"date": "string",
"score": 0
}
],
"localGmv": [
{
"date": "string",
"score": 0
}
],
"totalPlayCount": [
{
"date": "string",
"score": 0
}
],
"totalLikeCount": [
{
"date": "string",
"score": 0
}
],
"totalShareCount": [
{
"date": "string",
"score": 0
}
],
"totalCommentCount": [
{
"date": "string",
"score": 0
}
],
"totalSoldCount": [
{
"date": "string",
"score": 0
}
],
"totalLocalGmv": [
{
"date": "string",
"score": 0
}
],
"currencySymbolInfo": {
"local": "string"
}
}
]
}
],
"serverTime": "string"
}