curl --location '/articles?type=undefined&lang=undefined&page=undefined&limit=undefined'{
"data": [
{
"article_id": 0,
"class_id": 0,
"type": "string",
"title": "string",
"isPopular": true,
"files": {},
"tags": [
{
"tag_id": 0,
"title": "string"
}
]
}
],
"meta": {
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0
}
}