curl --location --request GET '/api/v1/board/posts?stockId&page&size'
{
"page": 0,
"size": 0,
"total": 0,
"items": [
{
"postId": 0,
"opinion": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"isDeleted": true,
"stockId": 0,
"userId": 0
}
]
}