{
"id": 0
}curl --location --request POST '/api/vote/result' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"id": 0,
"name": "string",
"total_count": 0,
"deadline": "string",
"vote_type": 0,
"questions": [
{
"id": 0,
"title": "string",
"count": 0,
"options": [
{
"id": 0,
"content": "string",
"image": "string",
"count": 0
}
]
}
]
}