Authorization: Bearer ********************{
"name": "John Doe Edit",
"relationship": "Brother Edit",
"date_of_birth": "1995-08-15",
"place_of_birth": "Jakarta Uata",
"email": "johndoe@example.com",
"phone": 628123456789,
"occupation": "Software Engineer Edit",
"company": "Tech Corp Edit",
"highest_education": 8
}
{
"status": "success",
"message": "Family updated successfully",
"data": {
"id": 1,
"employee_profile_id": 1,
"name": "John Doe Edit",
"relationship": "Brother Edit",
"date_of_birth": "1995-08-15T00:00:00.000000Z",
"place_of_birth": "Jakarta Uata",
"highest_education": 8,
"email": "johndoe@example.com",
"phone": 628123456789,
"occupation": "Software Engineer Edit",
"company": "Tech Corp Edit",
"created_at": "2025-08-12T16:16:09.000000Z",
"updated_at": "2025-08-12T16:59:44.000000Z"
}
}