curl --location --request GET '/board/posts//comments' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwidXNlcklkIjoxLCJyb2xlcyI6WyJBRE1JTiJdLCJqdGkiOiJiZjI0ZGQzM2YyYmIiLCJpc3MiOiJodHRwczovL2FjY291bnRzLmJleW9uZC5jb20iLCJpYXQiOjE3NTg3ODA4MTAsImV4cCI6MTc1ODc4MjYxMH0.CSoNJRrZ7fM0qFIJ5WxnXRwQ5DDQ0N7P8shGU_4QVoM'[
{
"commentId": 0,
"postId": 0,
"userId": 0,
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"isDeleted": true,
"parentCommentId": 0
}
]