We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api/club/{clubId}/board/{boardId}/post/{postId}
{ "status": 200, "message": "READ_POST_SUCCESS", "data": { "clubId": 2, "boardId": 3, "postId": 15, "memberId": 3, "title": "게시글 생성 처음", "content": "게시글 생성 완료했어요!!" } }