For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request PUT '/document-templates/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"documentType": "ALLOTMENT_LETTER",
"documentPhase": "BOOKING",
"region": "INDIA",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"towerId": "a940e9b7-a84f-4237-9a16-b70a629fcff1",
"templateContent": "string",
"templateFormat": "HTML",
"templateVariables": "string",
"name": "string",
"version": 0,
"requiresStampPaper": true,
"stampPaperHeightPoints": 0,
"active": true
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Sale Agreement Template v2",
"type": "AGREEMENT",
"status": "ACTIVE",
"content": "<html>...updated...</html>",
"version": "2.0"
}