curl --location -g --request POST 'test-mg-admin.hwyc.io/pub/v1/event/query?event_id=1234&title=NBA&tags=["NBA", "英超"]&status=1&begin_time=投票开始时间&end_time=投票结束时间&event_type&creator=张三&cursor=1000&page_size=10'{
"code": 0,
"msg": "string",
"data": {
"event_id": "string",
"title": "string",
"image": "string",
"event_describe": "string",
"begin_time": 0,
"end_time": 0,
"oracle_reward": "string",
"notary": "string",
"creator": "string",
"status": 0,
"amount": "string",
"favorite": true,
"style": 0
},
"success": true
}