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