curl --location -g --request GET 'https://api.paylogos.com.br/v1/balances/history?created_date_range[gte]&created_date_range[lte]'{
    "resource": "string",
    "uri": "string",
    "items": {
        "2019-10-16": {
            "currentBalance": "string",
            "currentBlockedBalance": "string",
            "items": [
                {
                    "id": "string",
                    "resource": "string",
                    "nsu": 0,
                    "amount": 0,
                    "blocked_amount": 0,
                    "gross_amount": 0,
                    "fee": 0,
                    "date": "string",
                    "description": "string",
                    "current_balance": 0,
                    "current_blocked_balance": 0,
                    "type": "string",
                    "object_id": "string",
                    "object_type": "string",
                    "transaction": {
                        "id": "string",
                        "authorization_code": "string"
                    }
                }
            ]
        }
    },
    "has_more": "string",
    "limit": 0,
    "total_page": 0,
    "page": true,
    "offset": 0,
    "total": 0,
    "query_count": 0
}