Authorization: ********************curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/my/voted?cursor&pageSize=10' \
--header 'Authorization: <token>'{
"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
}