declare interface POSTTemplateSaveTemplateResponseType { code: number; desc: string; message: string; data: string; timestamp: string; }