curl --location --request GET 'http://open.tabcut.com:8090/api/item/v3/creator_list?itemId=&sortField=followerCountTotal&sortType=desc&lastCollaborationBeginDs=20241122&lastCollaborationEndDs=20251221&contactPlatform=&relatedType=&creatorType=&firstCollaborationInPeriodFlag=&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"authorUid": "string",
"authorAvatarUrl": "string",
"authorName": "string",
"uniqueId": "string",
"region": "string",
"regionCommentZh": "string",
"regionCommentEn": "string",
"followerCountTotal": 0,
"originAuthorUrl": "string",
"liveRoomCount": 0,
"itemVideoAvgPlayCount": 0,
"liveRoomSoldCountPeriod": 0,
"categoryList": [
{
"categoryName": "string",
"id": 0,
"pid": 0,
"region": "string",
"level": 0,
"tkCategoryId": "string"
}
],
"itemVideoCountTotal": 0,
"videoSoldCount": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"videoGmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"liveRoomGmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"totalGmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"totalSoldCount": 0,
"avgSalePriceInfo": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"tiktokUrl": "string",
"tabcutUrl": "string",
"bioEmail": "string",
"insId": "string",
"youtubeChannelId": "string",
"twitterId": "string",
"youtubeChannelTitle": "string",
"twitterName": "string"
}
]
},
"serverTime": "2026-02-05 10:53:25"
}