curl --location --request GET '/education-materials/'{
"isSuccess": true,
"statusCode": 200,
"data": {
"id": "string",
"name": "string",
"description": "string",
"pdfs": [
{
"url": "string",
"originalName": "string"
}
],
"videos": [
{
"url": "string",
"title": "string"
}
],
"locale": "tr",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.133Z"
}