[delivery=json([state=json([id=1,name='Delivery']),comment='',files=[],coordinate=json([longitude=127.5599578,latitude=50.2588662])]),
point=json([id='1006901',address='123 123',
coordinate=json([longitude=127.519798,latitude=50.306539]),
courier=json([id=80730,name='Test 1']),
warehouse=json([id=51564,name='Street']),
routeDate='2023-11-13T00:00:00',
pointType='Order',
point=json([id='1006901',address='Street',
coordinate=json([longitude=127.519798,latitude=50.306539]),
orderId=3774544]),
arriveTime='2023-11-13T10:00:00']),distanceFromOrder=6020.0]
How can I get the courier id value?
courier=json([id=80730,name='Test 1']),