curl --location --request GET 'https://mandamong-dev.sailin.cloud/api/mandalart' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": {
"totalPage": 1,
"hasNext": false,
"content": [
{
"id": 6,
"name": "멋진 개발자 계획표",
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
},
{
"id": 7,
"name": "멋진 개발자 계획표",
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
},
{
"id": 8,
"name": "멋진 개발자 계획표",
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
},
{
"id": 9,
"name": "멋진 개발자 계획표",
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
},
{
"id": 10,
"name": "멋진 개발자 계획표",
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
}
]
},
"error": null
}