token: ********************
curl --location --request GET 'http://127.0.0.1:8091/clean/super/account/filter//' \
--header 'token;'
[PageVo]<[AccountInfoVo]>
{
"code": "",
"msg": "",
"data": {
"totalSize": 0,
"currentPage": 0,
"totalPage": 0,
"pageSize": 0,
"records": [
{
"id": 0,
"userAccount": "",
"userPassword": "",
"accountContact": "",
"userPosition": "",
"contactInformation": ""
}
]
}
}