For the moment in the [Requests](https://github.com/meilisearch/meilisearch-swift/blob/main/Sources/MeiliSearch/Request.swift) structure there is a lot of code duplication. The better idea would be to have one function used by all the methods: `post`,`get`,`patch`,`put` that would set up the request object and make the request.