Authori-zation: ********************curl --location --request GET '/api/admin/platform/community/note/page/list?auditStatus&categoryId&content&limit=20&page=1&searchType&title&topicId&type' \
--header 'Authori-zation: <api-key>'{
"limit": 0,
"list": [
{
"auditStatus": 0,
"authorId": 0,
"authorName": "string",
"categoryName": "string",
"cover": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"likeNum": 0,
"refusal": "string",
"replyNum": 0,
"replyStatus": 0,
"star": 0,
"title": "string",
"topicList": [
"string"
],
"type": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
}