curl --location --request GET '/store/reply/lst?page=&limit=' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"uid": 0,
"product_score": 0,
"service_score": 0,
"postage_score": 0,
"comment": "string",
"pics": [
"string"
],
"create_time": "string",
"merchant_reply_content": null,
"nickname": "string",
"avatar": "string",
"store_name": "string",
"image": "string",
"is_reply": "string"
}
]
}
}