Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/annotations?days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"annotations": [
{
"date": "string",
"iso_date": "string",
"type": "string",
"label": "string"
}
]
},
"message": "string"
}