curl --location --request GET 'https://meikou-api.itheima.net/home/recommend?limit=8' \
--header 'Authorization: {{ token }}'
{
"code": "string",
"msg": "string",
"result": [
{
"id": "string",
"name": "string",
"price": "string",
"picture": "string",
"payCount": 0
}
]
}