curl --location --request GET '/availability/calendar?from&to' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"type": "AVAILABILITY",
"title": "string",
"description": "string",
"status": "string",
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
]