curl --location --request GET '/api/v1/board/user/?page&numOfRows' \
--header 'Authorization: Bearer <token>'
{
"page": 0,
"size": 0,
"total": 0,
"items": [
{
"postId": 0,
"title": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"viewCount": 0,
"stockId": 0,
"userId": 0
}
]
}