curl --location --request POST 'https://api.flashcat.cloud/api/n9e/dashboard-annotations' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}'
{
"dat": 0,
"err": "string"
}