Authorization: Bearer ********************curl --location --request PUT 'https://dev-api-desk.tks.co.th/api/Templates/template' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; v=1.0' \
--data '{
"template": {
"templateId": 0,
"templateName": "string",
"templateContent": "string",
"templateInputForm": "string",
"parentTemplateId": 0,
"isActive": true
},
"userRequest": {
"userId": "string",
"email": "string",
"teamId": 0,
"departmentId": 0,
"companyId": 0
}
}'{}