X-API-KEY: ********************curl --location --request PUT 'https://api.falken.ltd/api/reports/templates/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"contextType": "string",
"systemPromptTemplate": "string",
"userPromptTemplate": "string",
"requiredDataFields": "string",
"outputFormat": "string",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isActive": true,
"displayOrder": 0
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"contextType": "string",
"systemPromptTemplate": "string",
"userPromptTemplate": "string",
"requiredDataFields": "string",
"outputFormat": "string",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"isActive": true,
"displayOrder": 0,
"createdByUserId": "string",
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}