curl --location --request DELETE '/api/v1/board/posts/' \
--header 'Authorization: Bearer <token>'
{
"postId": 0,
"opinion": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"isDeleted": true,
"stockId": 0,
"userId": 0
}