Employees
List educations
curl -X GET "https://example.com/api/public/v3/employees/0/educations"{ "data": [ { "id": 0, "school": "string", "degree": "string", "from_year": null, "to_year": null, "grade": null, "created_at": "string", "updated_at": "string" } ]}