FrontToken: ********************curl --location --request GET '/discuss/list/page?competitionId&keywordSearch&startTime&endTime&pageNum&pageSize' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"total": 0,
"records": [
{
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"competitionId": "string",
"parentId": "string",
"userId": "string",
"title": "string",
"content": "string",
"isTop": 0,
"likesCount": 0,
"repliesCount": 0,
"userName": "string",
"avatarIndex": "string"
}
],
"pages": 0,
"current": 0
},
"error": true,
"success": true
}