documentation
render a template using the provided data
post/render
Request body
Example request
{
"template": "{{!mustache}}",
"context": "{}"
}Response
successful operation
{
"template": "{{!mustache}}",
"context": "{}"
}successful operation