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