{
"username": "username",
"description": "description"
“posts”:
[ {
"title": "게시글 제목",
"content": "내용",
"createdAt": "2022-12-01T12:56:36.821474",
"updated_at": "2022-12-01T12:56:36.821474"
},
{
"title": "게시글 제목2",
"content": "내용2",
"createdAt": "2022-12-01T12:56:36.821474",
"updated_at": "2022-12-01T12:56:36.821474"
},
{
"title": "게시글 제목3",
"content": "내용3",
"createdAt": "2022-12-01T12:56:36.821474",
"updated_at": "2022-12-01T12:56:36.821474"
} ]
}