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