curl --location '/n-operation/api/community//forum_posts/page?filter_last_comment_time_after=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"content": "string",
"comment_count": 0,
"created_by": {
"id": "string",
"name": "string",
"username": "string",
"email": "string",
"avatar": "string",
"dept_name": "string"
},
"created_at": 0
}
],
"total": 0,
"has_more": true
}