In #renew_item_request we're using the /circulation/renew-by-id', json: { itemId: item_id, userId: user_id } end point and posting some JSON. I wonder if there's a reason we'd prefer to use the patron API at /patron/account/{id}/item/{itemId}/renew? Would need to test.