curl --location --request GET '/calendar?startDate&endDate&type'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [],
"result": [
{
"date": "2019-08-24",
"type": "NATIONAL_HOLIDAY",
"title": "string",
"description": "string",
"source": "school-calendar",
"meta": {
"property1": "string",
"property2": "string"
}
}
]
}