Get order details based on latest updated datetime of the order only

Hi Sam,

Following call should fetch the outcome on ascending order of
updated_at_min time:

/admin/api/2019-10/orders.json?limit=5&updated_at_min=
2019-07-19T00:04:46Z&status=any&order=updated_at%20asc
)

What is wrong here?