Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Templates/template/' \
--header 'Authorization: Bearer <token>'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": {
"templateId": 0,
"templateName": "string",
"templateContent": "string",
"templateInputForm": "string",
"parentTemplateId": 0,
"isActive": true
},
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}