Summary
Apply a template to text
Description
Apply a template to parse text
Route
GET /template_builder/applyTemplate
Roles
            admin
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| text | string | yes | Text to parse | 
| template | string | yes | Template name used to parse the text | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| parsed | object | Parsed object based on the template and text provided |