{
"success": true,
"httpStatus": "OK",
"responseBody": {
"data": [{
"postId": 1,
"writerId": 1,
"writer": "username",
"title": "post test title",
"content": "post test content",
"likeCount": 3,
"recentLikeUser": "username",
"myLike": true,
"lastModifiedDate": "2023-11-23 06:21:56"
}],
"errorResponse": null
}
}