curl --location --request GET '/analytics/monthlyengagement' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
{
"monthly_engagement": [
{
"month_start_date": "2024-01-01",
"interaction_count": 297
}
]
}