Request - X

Response

{
    "isSuccess": true,
    "code": "NEIGHBORHOOD_LIKE_POSTS_200",
    "message": "좋아요 누른 게시글 조회 성공",
    "result": [
        {
            "id": 9,
            "dong": "상도동",
            "neighborhoodPostCategory": "맛집",
            "title": "TestTitle",
            "content": "TestContent",
            "imageUrl": "image1.jpg",
            "createdAt": "2023-11-27T17:26:02.243349",
            "view": 0,
            "likeCount": 1,
            "commentCount": 1
        }
    ]
}