curl --location 'https://meikou-api.itheima.net/hot/inVogue' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": {
"id": "string",
"title": "string",
"subTypes": [
{
"id": "string",
"title": "string",
"goodsItems": {
"counts": 0,
"pageSize": 0,
"pages": 0,
"page": 0,
"items": [
{
"id": "string",
"name": "string",
"desc": "string",
"price": "string",
"picture": "string",
"orderNum": 0
}
]
}
}
]
}
}