curl --location --request GET 'http://open.tabcut.com:8090/api/seller/video_list?sellerId&tkLv1Id&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": [
{
"videoInfo": {
"videoId": "string",
"videoTitle": "string",
"coverUrl": "string",
"playUrl": "string",
"tkVideoUrl": "string",
"duration": 0,
"createTime": 0,
"region": "string",
"playCountInfo": {
"total": 0
},
"likeCountInfo": {
"total": 0
},
"shareCountInfo": {
"total": 0
},
"commentCountInfo": {
"total": 0
},
"engageRate": 0,
"adAwemeSource": null,
"adConsumeTotal": 0,
"adPlayRate": 0,
"adTransactionRate": 0,
"adRoas": 0
},
"creatorInfo": {
"uid": "string",
"nickname": "string",
"avatarUrl": "string",
"uniqueId": "string",
"region": "string",
"followerCountInfo": {
"total": 0
}
},
"itemInfoList": [
{
"itemId": "string",
"itemName": "string",
"itemPicUrl": [
"string"
],
"categoryList": [
{
"categoryName": "string",
"id": 0,
"pid": 0,
"region": "string",
"level": 0,
"tkCategoryId": "string"
}
],
"soldCountInfo": {
"total": 0
},
"priceList": [
{
"local": 0,
"region": 0
}
]
}
],
"soldCountInfo": {
"video": 0
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"gmvInfo": {
"video": {
"local": 0,
"region": 0
}
}
}
]
},
"serverTime": "string"
}