{
"against": false,
"eventId": "string",
"gamePlayOracleList": [
{
"gamePlayId": "string",
"idxList": [
0
],
"extraInfo": {
"key": {}
}
}
]
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/oracle/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"against": false,
"eventId": "string",
"gamePlayOracleList": [
{
"gamePlayId": "string",
"idxList": [
0
],
"extraInfo": {
"key": {}
}
}
]
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}