{
"status": "success",
"message": "Families retrieved successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/employees/families?page=1",
"data": [
{
"id": 1,
"employee_profile_id": 1,
"name": "John Doe",
"relationship": "Brother",
"date_of_birth": "1995-08-15T00:00:00.000000Z",
"place_of_birth": "Jakarta",
"highest_education": "8",
"email": "johndoe@example.com",
"phone": "+628123456789",
"occupation": "Software Engineer",
"company": "Tech Corp",
"created_at": "2025-08-12T16:16:09.000000Z",
"updated_at": "2025-08-12T16:16:09.000000Z"
},
{
"id": 2,
"employee_profile_id": 1,
"name": "John Doe",
"relationship": "Brother",
"date_of_birth": "1995-08-15T00:00:00.000000Z",
"place_of_birth": "Jakarta",
"highest_education": "8",
"email": "johndoe@example.com",
"phone": "628123456789",
"occupation": "Software Engineer",
"company": "Tech Corp",
"created_at": "2025-08-12T16:19:22.000000Z",
"updated_at": "2025-08-12T16:19:22.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/families?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees/families",
"per_page": 10,
"prev_page_url": null,
"to": 2
}
}