{
"sections": [
{
"name": "섹션1",
"sections": [
{
"name": "하위 섹션1-1",
"sections": [
{
"name": "서브하위 섹션1-1-1",
"articles": [
{
"title": "아티클1-1-1-1",
"url": "/article1-1-1-1",
"promoted": false
}
// 추가 아티클...
]
}
// 추가 서브하위 섹션...
],
"articles": [
{
"title": "아티클1-1-0",
"url": "/article1-1-0",
"promoted": true
}
// 추가 아티클...
]
}
// 추가 하위 섹션...
],
"articles": [
{
"title": "아티클1-0",
"url": "/article1-0",
"promoted": true
}
// 추가 아티클...
]
}
// 추가 섹션...
],
"promoted_articles": [
// 프로모션 아티클...
],
"category": {
"id": "5187280654991"
}
}