For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/projects/upload/parse' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--form 'file=@""'{
"projects": [
{
"name": "Sunrise Apartments",
"reraNumber": "RERA2024001",
"location": "Whitefield, Bangalore",
"totalTowers": "3",
"totalUnits": "240"
}
],
"towers": [],
"floors": [],
"units": [],
"paymentPlans": []
}