curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/reopen?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketId":12345,
"staffId":123,
"comment": "转交他人继续处理",
"targetGroup":0,
"targetStaff":1
}'
{
"code": 200,
"message": true
}