curl --location 'https://api.neucron.io/v1/vendor/expense/graph?vendorID=¤cy=&from=&to=&period=' \
--header 'X-Neucron-Business-ID;'{
"property1": {
"data_points": [
{
"currency": "CLP",
"date": "string",
"outstanding": 0,
"paid": 0,
"total": 0
}
],
"total_expense": 0,
"total_outstanding": 0,
"total_paid": 0
},
"property2": {
"data_points": [
{
"currency": "CLP",
"date": "string",
"outstanding": 0,
"paid": 0,
"total": 0
}
],
"total_expense": 0,
"total_outstanding": 0,
"total_paid": 0
}
}