{
"live_id": 0,
"current": 1,
"page_size": 10
}curl --location --request POST '/api/vote/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_id": 0,
"current": 1,
"page_size": 10
}'{
"list": [
{
"id": 0,
"votes_id": 0,
"title": "string",
"status": 0,
"total_count": 0,
"deadline": "string",
"created_at": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}