{
"unique": "string",
"comment": "string",
"pics": [
"string"
],
"product_score": 0,
"service_score": 0
}curl --location --request POST '/order/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"unique": "string",
"comment": "string",
"pics": [
"string"
],
"product_score": 0,
"service_score": 0
}'{
"status": 0,
"msg": "string"
}