curl --location --request GET '/operate/api/userCenter/getUserCenterList?storeName&ageId&appid' \
--header 'Authorization: Bearer {{token}}'
{
"records": [
{
"storeName": "string",
"ageId": "string",
"ageName": "string",
"updateUser": "string",
"updateTime": "string",
"storeId": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
}