Authorization: ********************{
"page": 1,
"pageSize": 10
}curl --location '/api/v1/user/getUserListManage' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {},
"msg": "string"
}