{
"accountName": "username",
"current": 1,
"name": "自定义名称",
"size": 15
}curl --location 'http://127.0.0.1:6873/api/v1/account/list' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"accountName": "username",
"current": 1,
"name": "自定义名称",
"size": 15
}'{
"code": 0,
"msg": "Success",
"requestId": "1c68583789ab472a8fab783e5a5485f1",
"timestamp": 1756094388606,
"data": {
"list": [
{
"accountId": 1,
"name": "name",
"accountName": "accountName",
"accountPassword": "accountPassword",
"otpSecret": "",
"siteName": "siteName",
"siteAlias": null,
"domainName": null
}
],
"total": 1
}
}