curl --location 'https://meikou-api.itheima.net/home/category/head' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": [
{
"id": "string",
"name": "string",
"picture": "string",
"children": [
{
"id": "string",
"name": "string",
"picture": "string",
"children": null,
"goods": null
}
],
"goods": [
{
"id": "string",
"name": "string",
"desc": "string",
"price": "string",
"picture": "string",
"orderNum": 0
}
]
}
]
}