curl --location 'https://meikou-api.itheima.net/goods/3995857/evaluate/page' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": {
"counts": 0,
"pageSize": 0,
"pages": 0,
"page": 0,
"items": [
{
"id": "string",
"orderInfo": null,
"member": null,
"score": 0,
"tags": null,
"content": "string",
"pictures": [
"string"
],
"officialReply": null,
"praiseCount": 0,
"createTime": "string",
"praisePercent": null
}
]
}
}