Authorization: Bearer ********************
curl --location --request GET '/tag/article_list/1'
{
"code": 0,
"data": {
"nowPage": 0,
"pageSize": 0,
"hasMore": true,
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"color": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"article_total": 0
}
]
},
"message": "string"
}