{
  "data": {
    "data": {
      "customers": [
        {
          "id": 8000000000000,
          "email": "example@example.com",
          "created_at": "2025-01-07T09:32:23Z",
          "updated_at": "2025-01-07T09:32:23Z",
          "first_name": "John",
          "last_name": "Doe",
          "state": "DISABLED",
          "last_order_id": null,
          "note": null,
          "verified_email": true,
          "multipass_identifier": null,
          "tax_exempt": false,
          "tags": "",
          "last_order_name": null,
          "phone": "+18000000000",
          "addresses": [
            {
              "id": null,
              "customer_id": 8000000000000,
              "first_name": "Jane",
              "last_name": "Smith",
              "company": "Example Corp",
              "address1": "456 Oak Avenue",
              "address2": "Suite 12",
              "city": "Metropolis",
              "province": "California",
              "country": "United States",
              "zip": "90210",
              "phone": "555-000-0000",
              "name": "Jane Smith",
              "province_code": "CA",
              "country_code": "US",
              "country_name": "United States"
            }
          ],
          "tax_exemptions": [],
          "email_marketing_consent": {
            "state": "NOT_SUBSCRIBED",
            "opt_in_level": "SINGLE_OPT_IN",
            "consent_updated_at": null
          },
          "sms_marketing_consent": {
            "state": "NOT_SUBSCRIBED",
            "opt_in_level": "SINGLE_OPT_IN",
            "consent_updated_at": null,
            "consent_collected_from": "OTHER"
          },
          "admin_graphql_api_id": "gid://shopify/Customer/8000000000000",
          "default_address": {
            "id": null,
            "customer_id": 8000000000000,
            "first_name": "Jane",
            "last_name": "Smith",
            "company": "Example Corp",
            "address1": "456 Oak Avenue",
            "address2": "Suite 12",
            "city": "Metropolis",
            "province": "California",
            "country": "United States",
            "zip": "90210",
            "phone": "555-000-0000",
            "name": "Jane Smith",
            "province_code": "CA",
            "country_code": "US",
            "country_name": "United States"
          }
        }
      ]
    },
    "pagination": {
      "next": {
        "page_info": "YXJyYXljb25uZWN0aW9uOjA=",
        "rel": "next"
      }
    },
    "pageInfo": "YXJyYXljb25uZWN0aW9uOjA=",
    "rel": "rel=\"next\""
  }
}