curl --location --request GET '/school-calendar?startDate&endDate&type&page&limit'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"date": "2019-08-24T14:15:22.123Z",
"type": "NATIONAL_HOLIDAY",
"title": "string",
"description": "string",
"appliesToRoles": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}