[
      {
        "address_id": 1,
        "customer_id": 501,
        "name": "John Doe",
        "street": "123 Main St",
        "city": "New York",
        "state": "NY",
        "postal_code": "10001",
        "country": "USA",
        "type": "Shipping"
      },
      {
        "address_id": 2,
        "customer_id": 502,
        "name": "Jane Smith",
        "street": "456 Elm St",
        "city": "Los Angeles",
        "state": "CA",
        "postal_code": "90001",
        "country": "USA",
        "type": "Billing"
      },
      {
        "address_id": 3,
        "customer_id": 503,
        "name": "Alice Johnson",
        "street": "789 Maple Ave",
        "city": "Chicago",
        "state": "IL",
        "postal_code": "60601",
        "country": "USA",
        "type": "Shipping"
      },
      {
        "address_id": 4,
        "customer_id": 501,
        "name": "John Doe",
        "street": "321 Oak St",
        "city": "Newark",
        "state": "NJ",
        "postal_code": "07102",
        "country": "USA",
        "type": "Billing"
      }
    ]
