{ "offset": 0, "size": 100 }
curl --location --request POST 'http://127.0.0.1/topapi/call/getuserlist?suite_access_token=be46faxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "offset": 0, "size": 100 }'
{ "result": { "has_more": true, "staff_id_list": [ "string" ] }, "errcode": 0, "errmsg": "string", "request_id": "string" }