This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [export API](https://www.meilisearch.com/docs/reference/api/export). For more context, see the related issue in Meilisearch: https://github.com/meilisearch/meilisearch/issues/5713 ## Tasks - [ ] Add the new methods to interact with the Meilisearch API - [ ] Add new tests cases - [ ] Write an example code in `.code-samples.meilisearch.yaml` under the `export_post_1` key; the example should be similar to [this CURL example](https://github.com/meilisearch/documentation/blob/09f6519b14fd3c518c67a1ab08d8ce07f409214e/.code-samples.meilisearch.yaml#L1475C1-L1486C7)
This issue follows the changes related to Meilisearch v1.16.0 mega issue.
Description
Add the necessary methods to interact with the export API.
For more context, see the related issue in Meilisearch: meilisearch/meilisearch#5713
Tasks
.code-samples.meilisearch.yamlunder theexport_post_1key; the example should be similar to this CURL example