{ "staff_id_list": "user123,manager123" }
curl --location --request POST 'http://127.0.0.1/topapi/call/removeuserlist?suite_access_token=be46faxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "staff_id_list": "user123,manager123" }'
{ "errcode": 0, "errmsg": "string" }