ProviderType (string), Currency (string), UserId (integer), From (string), To (string), CampaignId (integer)SuccessResponseModelOfStatisticBalanceGetModelcurl --location 'https://api.veloconnect.me/api/statistics/balances?ProviderType=undefined&Currency=undefined&UserId=undefined&From=undefined&To=undefined&CampaignId=undefined'{
"data": [
{
"date": "2025-01-01T00:00:00Z",
"balance": 0,
"currency": "string"
}
]
}