curl --location --request POST 'https://www.micecube.com/api/article/getCategoryList' \
--header 'Mice-Auth;'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"parent_id": 0,
"intro": "string",
"content": "string",
"thumbnail": "string",
"count": 0
}
],
"url": "string",
"time": 0
}