curl --location --request GET 'http://open.tabcut.com:8090/api/seller/creator_list?sellerId&contactPlatform&sortField&pageNo&pageSize' \
--header 'x-selected-lng: ja-JP' \
--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": [
{
"creatorInfo": {
"uid": "string",
"nickname": "string",
"avatarUrl": "string",
"uniqueId": "string",
"region": "string",
"followerCountInfo": {
"total": 0
},
"playCountInfo": {
"avg": 0
},
"itemVideoCountInfo": {
"total": 0
},
"categoryList": [
{
"categoryName": "string",
"id": 0,
"pid": 0,
"region": "string",
"level": 0,
"tkCategoryId": "string"
}
],
"tiktokUrl": "string",
"tabcutUrl": "string",
"bioEmail": null,
"bioUrl": "string",
"insId": "string",
"youtubeChannelId": "string",
"youtubeChannelTitle": "string",
"twitterId": "string",
"twitterName": "string"
},
"soldCountInfo": {
"video": 0
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"gmvInfo": {
"video": {
"local": 0,
"region": 0
}
}
}
]
},
"serverTime": "string"
}