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