{
"usedRecordId": 0,
"productStar": 0,
"packStar": 0,
"logisticsStar": 0,
"comment": "string",
"images": "string",
"imagesOssIds": "string",
"productLabels": "string",
"packLabels": "string",
"logisticsLabels": "string"
}curl --location --request POST 'https://test.51vive.com/store/gift/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"usedRecordId": 0,
"productStar": 0,
"packStar": 0,
"logisticsStar": 0,
"comment": "string",
"images": "string",
"imagesOssIds": "string",
"productLabels": "string",
"packLabels": "string",
"logisticsLabels": "string"
}'{
"code": 0,
"msg": "string",
"data": 0
}