Authorization: Bearer ********************{
"category": "formal",
"institution": "Universitas Indonesia",
"major": "Computer Science",
"location": "Jakarta",
"start_date": "2018-08-01",
"graduation_date": "2022-07-15",
"gpa": 3.9,
"notes": "Test create method"
}{
"status": "success",
"message": "Education created successfully",
"data": {
"category": "formal",
"institution": "Universitas Indonesia",
"major": "Computer Science",
"location": "Jakarta",
"start_date": "2018-08-01T00:00:00.000000Z",
"graduation_date": "2022-07-15T00:00:00.000000Z",
"gpa": "3.90",
"notes": "Test create method",
"employee_profile_id": "1",
"updated_at": "2025-08-15T01:58:56.000000Z",
"created_at": "2025-08-15T01:58:56.000000Z",
"id": 6
}
}