curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/filter/list?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffId":12345,
"status":1
}'
{
"code": 200,
"message": [
{
"id": 123,
"name": "过滤器名",
"status": 1,
"crossType": 0
}
]
}