curl --location -g --request GET 'https:///api/v2/analytics/vote-counts/?bucket_type=day&days=30&end_date=2024-03-31&limit=10&start_date=2024-03-01&time_series=true&type=fixed' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Overall vote data retrieved successfully",
"data": {
"vote_data": [
{
"upvote_count": 865,
"downvote_count": 142
}
]
}
}