{
"keyword": "恒大,中国,股票,物业,债务,刘銮雄,地产",
"excludeKeyword": "",
"startTime": "2023-12-05 00:00:00",
"endTime": "2023-12-12 23:59:59",
"timeType": "day",
"platform": [
"weibo","douyin"
],
"tagList": "jiojio,影帝,树杈,可爱,初雪,玩乐",
"type":2
}
curl --location --request POST '/v5/hotnews/report/create-report' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "恒大,中国,股票,物业,债务,刘銮雄,地产",
"excludeKeyword": "",
"startTime": "2023-12-05 00:00:00",
"endTime": "2023-12-12 23:59:59",
"timeType": "day",
"platform": [
"weibo","douyin"
],
"tagList": "jiojio,影帝,树杈,可爱,初雪,玩乐",
"type":2
}'
{
"code": 0,
"msg": "string",
"data": {
"uid": 0,
"name": "string",
"keyword": "string",
"exclude_keyword": "string",
"start_time": "string",
"end_time": "string",
"time_type": "string",
"platform": "string",
"tag_list": "string",
"status": 0,
"choose_template": "string",
"id": 0,
"type": 0,
"sysn_queue_id": "string"
}
}