Endpoints
POST /board
QueryString
Search
Request Body Field
Search
Response Body Field
Search
{
"status": 200,
"data": {
"boardId": 12,
"content": "first diary...",
"respectBoardId": null,
"authorId": 1,
"category": "내가 다른 사람에게 받았어요",
"hearts": 0,
"papaerType": "letter",
"hashtags": [
"양보",
"칭찬"
]
},
"timestamp": "2024-04-06T19:37:03.340801"
}
JSON
복사