Route Status Change

{
  "route_id": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
  "status": "CREATED",
  "event_type": "ROUTE_STATUS_CHANGE",
  "event_at": "2023-01-10T10:18:44.000Z",
  "timestamp": 1673363868000,
  "route_cost": 1200,
  "driver": {
    "name": "Joao Felix",
    "document": "12312312312"
  },
  "orders": [
    {
      "id": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
      "tracking": "XPT-OqpTlSfxB",
      "number": "123123",
      "external_id": "xxx"
    },
    {
      "id": "yyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyy",
      "tracking": "XBC-ObgTlSfxB",
      "number": "345345",
      "external_id": "yyy"
    },
    {
      "id": "zzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz",
      "tracking": "YPZ-OrwTlSfxB",
      "number": "678678",
      "external_id": "zzz"
    }
  ]
}