curl --location --request GET '/api/user/address/detail?id' \
--header 'X-Shop-Id: 0'
{
"address": "string",
"addressId": 0,
"consignee": "string",
"email": "string",
"isDefault": 0,
"isSelected": 0,
"mobile": "string",
"regionName": "string",
"regionNames": [
"string"
],
"telephone": "string",
"userId": 0,
"regionIds": [
0
]
}