curl --location --request GET '/api/v2/analytics/projects/vote-counts' \
--header 'Ocp-Apim-Subscription-Key;'
{
"success": true,
"message": "Project votes data retrieved successfully",
"data": {
"votes": [
{
"project_name": "Example Project",
"upvote_count": 25,
"downvote_count": 5
}
]
}
}
Ocp-Apim-Subscription-Key: ********************