Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//whatsapp/analytics?period=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"period": "string",
"total_sent": 0,
"total_delivered": 0,
"total_read": 0,
"total_failed": 0,
"delivery_rate": 0,
"read_rate": 0,
"active_conversations": 0,
"avg_response_time_minutes": 0,
"daily_stats": [],
"by_template": {}
},
"message": "string"
}