curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/companies//events/dates?start_ts=&end_ts=&timezone=&search_type=&search=&device_ids=' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"meta": {
"code": 200
},
"response": {
"events_dates": [
"2024-08-16",
"2024-08-17",
"2024-08-18",
"2024-08-19",
"2024-08-20",
"2024-08-21",
"2024-09-09",
"2024-09-16",
"2024-10-24",
"2024-10-29",
"2024-10-30"
]
},
"result": "OK"
}