Authorization: ********************curl --location --request GET '/crm/bonus/pagelist?activityId&dateTimeRange.begin&dateTimeRange.end&status&tradeCurrency&keyword.activityParticipationId&keyword.userId&keyword.account&keyword.type&keyword.value&pageIndex&pageSize&refreshTotal&orderBy&isDesc' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>'{
"items": [
{
"activityId": 0,
"activityParticipationId": 0,
"account": "string",
"userId": 0,
"depositAmount": 0,
"effectiveTime": 0,
"ineffectiveTime": 0,
"totalBonus": 0,
"remainingBonus": 0,
"claimedBonus": 0,
"lots": 0,
"tcs": "string",
"validityBonus": 0,
"tradeCurrency": "string"
}
],
"totalCount": 0,
"refreshedTotal": true,
"totalDeposit": 0,
"totalBonus": 0,
"totalClaimedBonus": 0,
"totalRemainingBouns": 0,
"tradeCurrency": "string",
"totalLots": 0
}