Authorization: Bearer ********************{
"against": true,
"event_id": "string",
"game_play_oracle_list": [
{
"game_play_id": "string",
"idx_list": [
0
]
}
]
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/oracle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"against": true,
"event_id": "string",
"game_play_oracle_list": [
{
"game_play_id": "string",
"idx_list": [
0
]
}
]
}'{
"code": 0,
"msg": "string"
}