👋 First off thank you for this package! It's a life saver!
I have a working prototype using this to track packages, but I'm wondering how I might adapt the track_package example to accommodate multiple packages.
Specifically: It looks like in the example, we're identifying a single package (https://github.com/python-fedex-devs/python-fedex/blob/master/examples/track_shipment.py#L23)
In the API Documentation section 5.1.1 Batch Tracking (pg. 21 - https://www.fedex.com/us/developer/downloads/pdf/2019/FedEx_WebServices_TrackService_WSDLGuide_v2019.pdf) seems to suggest that we can query up to 30 packages at the same time.
Is this possible within the wrapper? How might we do that?