{ "dept_id": 10 }
curl --location --request POST 'http://127.0.0.1/topapi/user/listid?access_token=be3Fxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id": 10 }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "userid_list": [ "string" ] } }