Not an issue in the repo but with the API documentation. The documentation states _correctly_ that `Messages` `From` is an object: <img width="930" alt="Screenshot 2024-02-26 at 10 23 00" src="https://github.com/mailjet/mailjet-apiv3-python/assets/1893577/499fcea2-6a15-43a5-b799-d4f5215a4ad2"> The Python example in the same spot, however, **_incorrectly_** uses an List wrapper around the `Messages` `From` object. <img width="1496" alt="Screenshot 2024-02-26 at 10 21 36" src="https://github.com/mailjet/mailjet-apiv3-python/assets/1893577/b76d2ff7-832d-416a-adc7-90002c83ee71"> Please correct the code sample.