curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/member//address?filter[search]=&page=&limit=' \
--header 'Accept: application/json'
{
"data": [
{
"id": "string",
"name": "string",
"phone": "string",
"phone_code": "string",
"is_primary": true,
"type": "string",
"address": "string",
"image": "string",
"note": "string",
"status": "string",
"created_at": "string"
}
],
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
},
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}