TicketReply权限节点curl --location --request PUT 'http://127.0.0.1:6810/api/tickets/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply": "string"
}'{
"code": "CLOSE_TICKET",
"message": "成功关闭工单",
"data": true
}