Authorization: Bearer ********************curl --location --request GET '/api/front/reply/product/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"productReply": {
"avatar": "string",
"comment": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"merchantReplyContent": "string",
"nickname": "string",
"pics": [
"string"
],
"score": 0,
"sku": "string",
"uid": 0
},
"replyChance": "string",
"sumCount": 0
},
"message": "string"
}