{
"platform": "string",
"cookie": "string",
"keyword": "string",
"sortType": 0,
"publishTime": 0,
"filterDuration": 0,
"diggCount": 0,
"commentCount": 0,
"shareCount": 0,
"stateChange": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/resource/external/video/triggerGather' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "string",
"cookie": "string",
"keyword": "string",
"sortType": 0,
"publishTime": 0,
"filterDuration": 0,
"diggCount": 0,
"commentCount": 0,
"shareCount": 0,
"stateChange": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}