{
"keyword": "string",
"sortMethod": "string",
"sortField": "string",
"page": 0,
"pageSize": 0
}curl --location 'https://meikou-api.itheima.net/search/all' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "string",
"sortMethod": "string",
"sortField": "string",
"page": 0,
"pageSize": 0
}'{
"code": "string",
"msg": "string",
"result": {
"conditions": {
"categories": null,
"brands": [
{
"id": "string",
"name": "string",
"nameEn": "string",
"logo": "string",
"picture": "string",
"type": null,
"desc": null,
"place": null
}
]
},
"pageData": {
"counts": 0,
"pageSize": 0,
"pages": 0,
"page": 0,
"items": [
{
"id": "string",
"name": "string",
"desc": "string",
"price": "string",
"picture": "string",
"orderNum": 0
}
]
}
}
}