curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/followers/update?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketId":1111,
"staffId":27663,
"optype":0,
"followers":["111","2222"]
}'
{
"code": 200,
"total": 2,
"message": [
{
"1111": "kefu1",
"2222": "kefu2"
}
]
}