{
"event_id": "string",
"event_type": 0,
"event_type2": 0,
"title": "string",
"status": [
"string"
],
"begin_time": 0,
"end_time": 0,
"creator": "string",
"cursor": "string",
"page_size": 0,
"page": 0,
"filter_type": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "string",
"event_type": 0,
"event_type2": 0,
"title": "string",
"status": [
"string"
],
"begin_time": 0,
"end_time": 0,
"creator": "string",
"cursor": "string",
"page_size": 0,
"page": 0,
"filter_type": 0
}'{
"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
}