For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/reports/bookings/projects/?startDate&endDate' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"bookingsByStatus": {
"property1": 0,
"property2": 0
},
"bookingsByProject": {
"property1": 0,
"property2": 0
},
"bookingsByMonth": {
"property1": 0,
"property2": 0
},
"revenueByProject": {
"property1": 0,
"property2": 0
},
"totalBookings": 0,
"totalBookingValue": 0,
"startDate": "2019-08-24",
"endDate": "2019-08-24"
}