curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/basic?uidList' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
{
"code": "string",
"message": "string",
"result": [
{
"uid": "string",
"avatarUrl": "string",
"name": "string",
"uniqueId": "string",
"region": "string",
"itemCategoryIds": "string",
"itemCategoryNames": "string",
"followerCountInfo": {
"total": 0
},
"likeCountInfo": {
"total": 0
},
"playCountInfo": {
"total": 0
},
"videoCountInfo": {
"total": 0,
"totalFromStart": 0
},
"itemVideoCountInfo": {
"total": 0,
"totalFromStart": 0
},
"videoDuration": {
"avg": 0
},
"soldCountInfo": {
"video": 0
},
"gmvInfo": {
"video": {
"local": 0
}
},
"gpmInfo": {
"video": 0
},
"currencySymbolInfo": {
"local": "string"
},
"mcnName": "string",
"userType": 0,
"updateTime": 0,
"insId": "string",
"bio_url": "string",
"youtubeChannelId": "string",
"liveRoomCountInfo": {
"total": 0
}
}
],
"serverTime": "string"
}