curl --location --request GET '/api/user/address/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"address": "string",
"addressId": 0,
"consignee": "string",
"email": "string",
"isDefault": 0,
"isSelected": 0,
"mobile": "string",
"regionName": "string",
"regionNames": [
"string"
],
"telephone": "string",
"userId": 0,
"regionIds": [
0
]
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}