200 OK
[{
”category” : “카테고리”,
”nickname” : “작성자”,
”title” : “게시물 제목”,
”content” : “내용”,
“image”: “img-url”,
”likes” : 123,
”comments” : [{}, {}],
”created_date_time” : “2023-07-26”,
”modified_date_time” : “2023-07-26”
},
{
”category” : “카테고리2”,
”nickname” : “작성자2”,
”title” : “게시물 제목2”,
”content” : “내용2”,
“image”: “img-url2”,
”likes” : 13,
”comments” : [{}, {}],
”created_date_time” : “2023-07-27”,
”modified_date_time” : “2023-07-27”
}]