curl --location --request POST 'https://qiyukf.com/openapi/v2/staff/group/list/new?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staff":false
}'
{
"code": 200,
"message": "OK",
"data": [
{
"id": 123,
"name": "客服分组名",
"staffIdList": [
111,
222,
333
]
}
]
}