Authorization: ********************curl --location --request GET '/credit/statistic/' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>'{
"activityId": 0,
"activityTitle": "string",
"account": "string",
"usedCreditAmount": 0,
"claimRules": [
{
"validSymbolTypes": [
0
],
"claimType": "1",
"fixedLotsRewards": {
"lots": 0,
"claimValue": 0,
"maximumValue": 0,
"remark": "string"
},
"tieredRewards": [
{
"mininumLots": 0,
"claimValue": 0,
"remark": "string"
}
]
}
],
"tradeCurrency": "string"
}