curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/v2/items?videoId&sortField&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng;'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"itemId": "string",
"itemCoverUrl": "string",
"itemName": "string",
"soldCount": 0,
"soldCountGrowthRate": 0,
"itemCategoryId": 0,
"itemCategoryName": "string",
"tkCategoryId": "string",
"tkCategoryName": "string",
"region": "string",
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"gmvInfo": {
"total": {
"local": 0,
"region": 0
},
"video": {
"local": 0,
"region": 0
}
},
"priceList": [
{
"local": 0,
"region": 0
}
],
"soldCountInfo": {
"total": 0,
"video": 0
}
}
]
},
"serverTime": "string"
}