curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/trend?uid&startDate&endDate' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
{
"code": "string",
"message": "string",
"result": {
"uid": "string",
"playCount": [
{
"date": "string",
"score": 0
}
],
"likeCount": [
{
"date": "string",
"score": 0
}
],
"shareCount": [
{
"date": "string",
"score": 0
}
],
"commentCount": [
{
"date": "string",
"score": 0
}
],
"soldCount": [
{
"date": "string",
"score": 0
}
],
"followerCount": [
{
"date": "string",
"score": 0
}
],
"videoCount": [
{
"date": "string",
"score": 0
}
],
"itemVideoCount": [
{
"date": "string",
"score": 0
}
],
"localGmv": [
{
"date": "string",
"score": 0
}
],
"currencySymbolInfo": {
"local": "string"
},
"totalPlayCount": [
{
"date": "string",
"score": 0
}
],
"totalLikeCount": [
{
"date": "string",
"score": 0
}
],
"totalShareCount": [
{
"date": "string",
"score": "string"
}
],
"totalCommentCount": [
{
"date": "string",
"score": 0
}
],
"totalItemSoldCount": [
{
"date": "string",
"score": 0
}
],
"totalFollowerCount": [
{
"date": "string",
"score": 0
}
],
"totalVideoCount": [
{
"date": "string",
"score": 0
}
],
"totalItemVideoCount": [
{
"date": "string",
"score": "string"
}
],
"totalLocalGmv": [
{
"date": "string",
"score": 0
}
]
}
}