[{”post_id” : ”1”,
“title” : ”title”,
”content”:”content”,
"createdAt": "2023-12-05T15:29:28.790981",
"modifiedAt": "2023-12-05T15:29:28.790981",
”accessCount” : “조회수 입니다”,
”comment_list": [
{
”comment_id” : “3”,
”user_id” : “유저 이름1”,
”content”:”content1”,
"createdAt": "2023-11-16T15:29:28.790981",
"modifiedAt": "2023-12-05T15:29:28.790981"
},
{
”comment_id” : “4”,
”user_id” : “유저 이름2”,
”content”:”content2”,
"createdAt": "2023-11-16T15:29:28.790981",
"modifiedAt": "2023-12-05T15:29:28.790981"
}
]