curl --location --request POST '/serviceV3?servicekey=&service=&user=&pass=&startdate='
[
{
"arranged_balance": 0,
"balance": 0,
"balance_credit_granted": 0,
"balance_value": 0,
"countable_balance": 0,
"currency": "string",
"description": "string",
"product": "string",
"transactions": [
{
"amount": 0,
"balance": 0,
"categoryId": 0,
"date": "2019-08-24",
"date2": "2019-08-24",
"description": "string",
"transactionId": "string"
}
],
"type": "string"
}
]