
request param
keyword = ang
이렇게 넣으면 됨
{
"isSuccess": true,
"code": "NEIGHBORHOOD_200",
"message": "동네 게시글들 검색 성공",
"result": []
}
{
"isSuccess": true,
"code": "NEIGHBORHOOD_200",
"message": "동네 게시글들 검색 성공",
"result": [
{
"id": 7,
"dong": "상도동",
"neighborhoodPostCategory": "맛집",
"title": "TestTitle2",
"content": "TestContent",
"imageUrl": "image4.jpg",
"createdAt": "2023-11-27T01:26:14.845994",
"view": 7,
"likeCount": 1,
"commentCount": 1
}
]
}