Authorization: Bearer ********************curl --location --request GET '/api/front/article/category/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"extra": "string",
"id": 0,
"name": "string",
"path": "string",
"pid": 0,
"sort": 0,
"status": true,
"type": 0,
"url": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}