I am unable to fetch the Revese/Return pickup tracking details.
On the order object, Shopify provides a fulfillment object, which contains tracking details.
This object does not contain the tracking details of the reverse pickup which is shown here in the admin dashboard
however, when i saw the network calls, i saw a graphQL request with the reverseFulfillmentOrders object
this object contains the tracking number
how can we retrieve this in a REST API

