{
"cursor": {},
"pageSize": 0,
"uid": "string",
"posId": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/interest/record' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": {},
"pageSize": 0,
"uid": "string",
"posId": 0
}'{
"code": 0,
"msg": "string",
"data": {
"cursor": {},
"pageSize": 0,
"data": [
{
"posId": 0,
"tokenName": "string",
"amount": "string",
"beginTime": 0,
"endTime": 0,
"createTime": 0
}
]
},
"success": true
}