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' \
--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
}
}'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": true,
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}