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