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,
"max_gpa": 10,
"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",
"max_gpa": "10.00",
"notes": "Test create method",
"updated_at": "2025-08-28T15:22:56.000000Z",
"created_at": "2025-08-28T15:22:56.000000Z",
"id": 8
}
}