{
  "data": {
    "createCustomer": {
      "id": "744793",
      "username": "jdoe@email.com",
      "primaryEmail": "jdoe@email.com",
      "primaryPhone": "+123456789",
      "firstName": "John",
      "lastName": "Doe",
      "timezone": "Australia/Sydney",
      "country": "Australia",
      "promotionOptIn": true,
      "retailer": {
        "id": "34"
      },
      "attributes": [
        {
          "name": "loyaltyTier",
          "type": "STRING",
          "value": "Gold"
        }
      ]
    }
  }
}