## Context [Meilisearch 1.48.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.48.0) introduces the render template route as an experimental feature. ## Objective Update the SDK to support the [render template](https://www.meilisearch.com/docs/reference/api/template/render-documents-with-post) route as an experimental feature. Experimental features should require opt-in by the user. ## Tasks - [ ] Add method to handle interacting with the render template API endpoint - [ ] Add test cases for the new method - [ ] Add a code sample in `.code-samples.meilisearch.yaml`, it should be the equivalent of the [documentation's CURL example](https://github.com/meilisearch/documentation/blob/ea674f4b86c52675c7996d817ec1b339c164dcff/.code-samples.meilisearch.yaml#L1327-L1340).
Context
Meilisearch 1.48.0 introduces the render template route as an experimental feature.
Objective
Update the SDK to support the render template route as an experimental feature. Experimental features should require opt-in by the user.
Tasks
.code-samples.meilisearch.yaml, it should be the equivalent of the documentation's CURL example.