curl --location --request POST 'pm/order/comment-order' \ --header 'Authorization: {{AUTH_TOKEN}}' \ --form 'orderId="202207080005"' \ --form 'content="测试评论内容"' \ --form 'debug="{{DEBUG}}"'
{ "code": 10000, "msg": "评论成功", "data": [] }