For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/projects//statistics' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"activeProjects": 4,
"draftProjects": 4,
"projectedSales": {
"amount": 200000,
"currency": "INR",
"currencySymbol": "₹",
"formatted": "200,000.00"
},
"totalProjects": 5
}