curl --location --request GET 'https://api.flashcat.cloud/api/n9e/dashboard-annotations?dashboard_id&from&to' \
--header 'X-User-Token: <api-key>'{
"dat": [
{
"id": 0,
"dashboard_id": 0,
"panel_id": 0,
"description": "string",
"config": "string",
"tags": [
"string"
],
"time_start": 0,
"time_end": 0,
"create_by": "string",
"create_at": 0,
"update_by": "string",
"update_at": 0
}
],
"err": "string"
}