curl --location --globoff 'https://stageapi.partake.ng/api/v2/entries/{{entryId}}/vote' \
--header 'Authorization: Bearer {{userAccessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"contestId": "{{contestId}}"
}'{
"success": true,
"data": {
"voteId": "v1a2b3c4-d5e6-7f8a-9b0c-d1e2f3a4b5c6",
"entryId": "e1a2b3c4-d5e6-7f8a-9b0c-d1e2f3a4b5c6",
"contestId": "c1a2b3c4-d5e6-7f8a-9b0c-d1e2f3a4b5c6",
"numberOfVotes": 1,
"voterType": "anonymous",
"createdAt": "2026-04-29T10:30:00.000Z"
},
"message": "Vote cast successfully."
}