curl --location --request GET '/board/posts//comments'
[
{
"commentId": 0,
"postId": 0,
"userId": 0,
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"isDeleted": true,
"parentCommentId": 0
}
]