{
"data": [
{
"id": 1,
"name": "Rizky Nur H.",
"phone": "85739020631",
"phone_code": "62",
"is_primary": true,
"type": "home",
"status": "on_review",
"address": null,
"image": "https://placehold.com/200",
"note": null
}
],
"links": {
"first": "http://localhost/api/apps/v1/profile/address?page=1",
"last": "http://localhost/api/apps/v1/profile/address?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/apps/v1/profile/address?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/apps/v1/profile/address",
"per_page": 10,
"to": 1,
"total": 1
}
}