{
"cursor": "string",
"pageSize": 10,
"eventId": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/pub/v1/crypto/history' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"pageSize": 10,
"eventId": "string"
}'{
"code": 0,
"msg": "",
"data": {
"cursor": {},
"pageSize": 0,
"data": [
{
"gamePlayId": "",
"playName": "",
"image": "",
"playDescribe": "",
"win": "",
"beginTime": 0,
"endTime": 0,
"endVoteTime": 0,
"amount": "",
"startPrice": "",
"endPrice": ""
}
]
}
}