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