Authorization: ********************{
"cursor": {},
"pageSize": 10,
"uid": "string",
"states": [
0
]
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/event/my/voted' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": {},
"pageSize": 10,
"uid": "string",
"states": [
0
]
}'{
"code": 0,
"msg": "",
"data": {
"cursor": {},
"pageSize": 0,
"data": [
{
"beginTime": 0,
"creator": "",
"creatorType": 0,
"eventDescribe": "",
"endTime": 0,
"image": "",
"eventId": "",
"notary": "",
"oracleReward": "",
"status": 0,
"title": "",
"amount": "",
"favorite": false,
"eventType": 0,
"reason": "",
"state": 0
}
]
}
}