{
"taskId": 0,
"topicBos": [
{
"origin": "string",
"checkCode": "string",
"title": "string",
"content": "string",
"contentType": 0,
"tag": "string",
"remark": "string",
"frequency": "string",
"level": "string",
"duration": "string",
"sort": "string",
"top": "string",
"firstTime": "2019-08-24T14:15:22.123Z"
}
]
}curl --location --request POST 'https://test.51vive.com/forums/hot/topic/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 0,
"topicBos": [
{
"origin": "string",
"checkCode": "string",
"title": "string",
"content": "string",
"contentType": 0,
"tag": "string",
"remark": "string",
"frequency": "string",
"level": "string",
"duration": "string",
"sort": "string",
"top": "string",
"firstTime": "2019-08-24T14:15:22.123Z"
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}