curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/modify?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketId":12345,
"staffId":123,
"type": 0,
"customId":12345,
"fieldId":12345,
"value":"值"
}'
{
"code": 200,
"message": true
}