public string ExportJson([FromBody] string template)
 => _sampleService.ExportJsonByTemplate(template);