Authorization: Bearer ********************{
"eventId": "string",
"votes": [
{
"playGameId": "string",
"items": [
{
"itemId": 0,
"votes": "string"
}
]
}
]
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/vote' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"votes": [
{
"playGameId": "string",
"items": [
{
"itemId": 0,
"votes": "string"
}
]
}
]
}'{
"code": 0,
"msg": "",
"data": ""
}