curl --location --request GET '/analytics/weeklyengagement' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
{
"weekly_engagement": [
{
"week_start_date": "2024-01-15",
"interaction_count": 128
}
]
}