{ "id": "string", "content": "string" }
curl --location --request POST 'https://consult-api.itheima.net/patient/order/evaluate/reply' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "success": true, "code": 0, "message": "string", "data": { "id": "string" } }