curl --location 'https://meikou-api.itheima.net/home/new?limit=8' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": [
{
"id": "string",
"name": "string",
"desc": "string",
"price": "string",
"picture": "string",
"orderNum": 0
}
]
}