For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/reports/revenue?startDate&endDate' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"totalCollected": 0,
"totalPending": 0,
"totalOverdue": 0,
"collectionByMonth": {
"property1": 0,
"property2": 0
},
"revenueByProject": {
"property1": 0,
"property2": 0
},
"collectionRate": 0,
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"totalExpected": 0
}