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