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