curl --location --request PUT '/api/PdfTemplate/Update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"documentType": "string",
"isProduction": true,
"content": "string"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {}
}