Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/digest/preview?lang=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"headline": "string",
"highlights": [
"string"
],
"has_sales": true,
"nudge": "string",
"period_start": "string",
"period_end": "string"
},
"message": "string"
}