curl --location 'https://api.neucron.io/v1/invoice/revenue?from=&to=¤cy=&customerID=&period=' \
--header 'h-Neucron-Team-ID;' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;'{
"property1": {
"data_points": [
{
"currency": "CLP",
"date": "string",
"outstanding": 0,
"paid": 0,
"total": 0
}
],
"total_outstanding": 0,
"total_paid": 0,
"total_revenue": 0
},
"property2": {
"data_points": [
{
"currency": "CLP",
"date": "string",
"outstanding": 0,
"paid": 0,
"total": 0
}
],
"total_outstanding": 0,
"total_paid": 0,
"total_revenue": 0
}
}