Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/calendar?month=8' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": [
{
"id": 1,
"repeat": "once",
"date": "2024-08-14",
"title": "Babalar günü",
"description": null,
"color": "#ff1a1a",
"links": {
"web": null,
"mobile": null
},
"eventType": "other",
"textColor": "#ffffff"
}
],
"success": true,
"code": 0,
"message": ""
}