-- MySQL dump 10.13  Distrib 8.0.43, for Linux (x86_64)
--
-- Host: localhost    Database: growthdeskuser_wa_username_es
-- ------------------------------------------------------
-- Server version	8.0.43

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `account_user_relations`
--

DROP TABLE IF EXISTS `account_user_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `account_user_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `mapped_user_id` bigint unsigned NOT NULL,
  `email` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile_country_code` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `account_user_relations_user_id_mapped_user_id_unique` (`user_id`,`mapped_user_id`),
  KEY `account_user_relations_user_id_index` (`user_id`),
  KEY `account_user_relations_mapped_user_id_index` (`mapped_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `account_user_relations`
--

LOCK TABLES `account_user_relations` WRITE;
/*!40000 ALTER TABLE `account_user_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `account_user_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `address_states`
--

DROP TABLE IF EXISTS `address_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `address_states` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `directory_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `address_states`
--

LOCK TABLES `address_states` WRITE;
/*!40000 ALTER TABLE `address_states` DISABLE KEYS */;
INSERT INTO `address_states` VALUES (1,'Selangor','selangor','/directory-selangor/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(2,'WP Kuala Lumpur','kuala-lumpur','/directory-kuala-lumpur/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(3,'Negeri Sembilan','negeri-sembilan','/directory-negeri-sembilan/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(4,'Pulau Pinang','pulau-pinang','/directory-pulau-pinang/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(5,'Pahang','pahang','/directory-pahang/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(6,'Johor','johor','/directory-johor/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(7,'Sabah','sabah','/directory-sabah/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(8,'Sarawak','sarawak','/directory-sarawak/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(9,'Melaka','melaka','/directory-melaka/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(10,'Kelantan','kelantan','/directory-kelantan/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(11,'Kedah','kedah','/directory-kedah/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(12,'Perak','perak','/directory-perak/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(13,'Perlis','perlis','/directory-perlis/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(14,'Putrajaya','putrajaya','/directory-putrajaya/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17'),(15,'Terengganu','terengganu','/directory-terengganu/','MY','2026-04-07 06:34:17','2026-04-07 06:34:17');
/*!40000 ALTER TABLE `address_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `analytics_bi_summaries`
--

DROP TABLE IF EXISTS `analytics_bi_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `analytics_bi_summaries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `analytic_viewid` bigint unsigned NOT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  `group_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key1` timestamp NULL DEFAULT NULL,
  `group_key2` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key3` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key4` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key5` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key6` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key7` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key8` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key9` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key10` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key11` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key12` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key13` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_key14` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `synced_date` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `group_type_index` (`analytic_viewid`,`business_account_id`,`group_type`(6)),
  KEY `group_key_index` (`analytic_viewid`,`business_account_id`,`group_key1`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `analytics_bi_summaries`
--

LOCK TABLES `analytics_bi_summaries` WRITE;
/*!40000 ALTER TABLE `analytics_bi_summaries` DISABLE KEYS */;
INSERT INTO `analytics_bi_summaries` VALUES (1,0,1,'statistics',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"users\":{\"list\":{\"1\":6,\"0\":5},\"total\":11},\"referrals\":{\"list\":[],\"total\":0},\"points\":{\"list\":{\"spend\":0,\"unspend\":0},\"total\":0},\"chances\":{\"list\":{\"spend\":0,\"unspend\":35},\"total\":35},\"userActives\":{\"list\":{\"active\":2},\"total\":11},\"dstwSpin\":{\"list\":[],\"total\":0},\"plants\":{\"list\":[],\"total\":0},\"voucherDownloads\":{\"list\":{\"burnt\":4},\"total\":\"2\"},\"voucherTrnsAmt\":{\"list\":[],\"total\":0},\"receipts\":{\"list\":{\"complete\":11,\"other\":0},\"total\":11},\"receiptTrnsAmt\":{\"list\":{\"complete\":0,\"other\":0},\"total\":0},\"dcAppInstallApprovals\":{\"list\":{\"rejected\":0,\"pending\":0,\"scheduling\":0},\"total\":0},\"dcOfflineEngApprovals\":{\"list\":{\"rejected\":0,\"pending\":0,\"scheduling\":0},\"total\":0},\"dcSocialFollowsApprovals\":{\"list\":{\"rejected\":0,\"pending\":0,\"scheduling\":0},\"total\":0},\"dcTakeAPhotoApprovals\":{\"list\":{\"rejected\":0,\"pending\":0,\"scheduling\":0},\"total\":0},\"dcReceiptUploadApprovals\":{\"list\":{\"rejected\":0,\"pending\":0,\"scheduling\":0},\"total\":11}}','2026-05-13 10:00:26','2026-05-13 07:00:21','2026-05-13 10:00:26');
/*!40000 ALTER TABLE `analytics_bi_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `analytics_view`
--

DROP TABLE IF EXISTS `analytics_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `analytics_view` (
  `viewid` bigint NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `title` text NOT NULL,
  `description` text NOT NULL,
  `data_group` text NOT NULL,
  `data_type` text NOT NULL,
  `setting` text NOT NULL,
  `is_home_bi` tinyint(1) NOT NULL DEFAULT '0',
  `bi_home_order` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`viewid`),
  KEY `account_group_type_index` (`business_account_id`,`data_group`(8),`data_type`(20)),
  KEY `account_bi_order_index` (`business_account_id`,`is_home_bi`,`bi_home_order`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `analytics_view`
--

LOCK TABLES `analytics_view` WRITE;
/*!40000 ALTER TABLE `analytics_view` DISABLE KEYS */;
/*!40000 ALTER TABLE `analytics_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `api_logs`
--

DROP TABLE IF EXISTS `api_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `api_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `method` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `response_headers` longtext COLLATE utf8mb4_unicode_ci,
  `response` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `apilable_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `apilable_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `apilable_key` (`apilable_type`,`apilable_id`),
  KEY `api_logs_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `api_logs`
--

LOCK TABLES `api_logs` WRITE;
/*!40000 ALTER TABLE `api_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `approvals`
--

DROP TABLE IF EXISTS `approvals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `approvals` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `module_identifier` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reviewed_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reviewed_at` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `status_reason` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ocr_appv_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `approvals_module_module_identifier_index` (`module`,`module_identifier`),
  KEY `approvals_status_index` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `approvals`
--

LOCK TABLES `approvals` WRITE;
/*!40000 ALTER TABLE `approvals` DISABLE KEYS */;
INSERT INTO `approvals` VALUES (1,'daily_challenge','34','1','2026-05-12 12:03:04','approved',NULL,'scheduling','2026-05-12 03:42:09','2026-05-12 04:03:04'),(2,'daily_challenge','35','1','2026-05-12 12:06:28','approved',NULL,'scheduling','2026-05-12 03:44:37','2026-05-12 04:06:28'),(3,'daily_challenge','36','1','2026-05-12 13:15:34','approved',NULL,'scheduling','2026-05-12 04:10:01','2026-05-12 05:15:34'),(4,'daily_challenge','37','1','2026-05-12 13:15:53','approved',NULL,'scheduling','2026-05-12 04:10:18','2026-05-12 05:15:53'),(5,'daily_challenge','38','1','2026-05-12 13:31:46','approved',NULL,'scheduling','2026-05-12 05:22:32','2026-05-12 05:31:46'),(6,'daily_challenge','39','1','2026-05-12 13:47:24','approved',NULL,'scheduling','2026-05-12 05:46:47','2026-05-12 05:47:24'),(7,'daily_challenge','40','1','2026-05-12 13:50:13','approved',NULL,'scheduling','2026-05-12 05:49:57','2026-05-12 05:50:13'),(8,'daily_challenge','41','1','2026-05-12 16:23:17','approved',NULL,'scheduling','2026-05-12 08:23:01','2026-05-12 08:23:17'),(9,'daily_challenge','46','1','2026-05-12 16:36:44','approved',NULL,'scheduling','2026-05-12 08:26:53','2026-05-12 08:36:44'),(10,'daily_challenge','48','1','2026-05-13 13:54:44','approved',NULL,'scheduling','2026-05-13 04:25:41','2026-05-13 05:54:44'),(11,'daily_challenge','50','1','2026-05-13 17:09:23','approved',NULL,'scheduling','2026-05-13 09:08:38','2026-05-13 09:09:23');
/*!40000 ALTER TABLE `approvals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `asset_challenge_relations`
--

DROP TABLE IF EXISTS `asset_challenge_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `asset_challenge_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_asset_id` bigint unsigned NOT NULL,
  `model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `challengable_index` (`model_type`,`model_id`),
  KEY `asset_challenge_relations_business_asset_id_index` (`business_asset_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `asset_challenge_relations`
--

LOCK TABLES `asset_challenge_relations` WRITE;
/*!40000 ALTER TABLE `asset_challenge_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `asset_challenge_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `asset_paths`
--

DROP TABLE IF EXISTS `asset_paths`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `asset_paths` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `assetable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `assetable_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `path` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hash` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mime_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `asset_paths_assetable_type_assetable_id_index` (`assetable_type`,`assetable_id`),
  KEY `asset_paths_type_index` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `asset_paths`
--

LOCK TABLES `asset_paths` WRITE;
/*!40000 ALTER TABLE `asset_paths` DISABLE KEYS */;
INSERT INTO `asset_paths` VALUES (1,'image','App\\Models\\Receipts','1','public/business_account/1WAUsernameTest/receipts/9GyvPOwU7y-a1c243c5-521e-4149-afa0-b98131e490d2.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/9GyvPOwU7y-a1c243c5-521e-4149-afa0-b98131e490d2.jpeg','d2eab247fc3bda9e365ef52d6f94e532','image/jpeg',NULL,'2026-05-12 03:42:07','2026-05-12 03:42:07'),(2,'image','App\\Models\\Receipts','2','public/business_account/1WAUsernameTest/receipts/6nt66dgyBL-a1c244a9-42e7-46db-bcdc-30bdfc0db42c.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/6nt66dgyBL-a1c244a9-42e7-46db-bcdc-30bdfc0db42c.jpeg','d2eab247fc3bda9e365ef52d6f94e532','image/jpeg',NULL,'2026-05-12 03:44:36','2026-05-12 03:44:36'),(3,'image','App\\Models\\Receipts','3','public/business_account/1WAUsernameTest/receipts/wJlNWy85QF-a1c24dbf-52d3-4488-8e20-3c5846179fab.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/wJlNWy85QF-a1c24dbf-52d3-4488-8e20-3c5846179fab.jpeg','3019f36ba7fae4369698ea2c8d678056','image/jpeg',NULL,'2026-05-12 04:10:01','2026-05-12 04:10:01'),(4,'image','App\\Models\\Receipts','4','public/business_account/1WAUsernameTest/receipts/ua00kCvK9g-a1c24dd8-f2df-488e-a8e5-4dfe4dfcd1ae.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/ua00kCvK9g-a1c24dd8-f2df-488e-a8e5-4dfe4dfcd1ae.jpeg','0b935539bd6dc733656cd3a13f49d39f','image/jpeg',NULL,'2026-05-12 04:10:17','2026-05-12 04:10:17'),(5,'image','App\\Models\\Receipts','5','public/business_account/1WAUsernameTest/receipts/1Et31gAOYf-a1c267ae-77e4-4323-9e2b-e1257aa5c606.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/1Et31gAOYf-a1c267ae-77e4-4323-9e2b-e1257aa5c606.jpeg','eca4ef2ce4b83efc0d03194db7ae7462','image/jpeg',NULL,'2026-05-12 05:22:32','2026-05-12 05:22:32'),(6,'image','App\\Models\\Receipts','6','public/business_account/1WAUsernameTest/receipts/MM8RuAeraN-a1c2705b-0013-42d8-ad9c-5827e4dd9aaf.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/MM8RuAeraN-a1c2705b-0013-42d8-ad9c-5827e4dd9aaf.jpeg','f75900f0c450d08a97b595c0c33f18c5','image/jpeg',NULL,'2026-05-12 05:46:47','2026-05-12 05:46:47'),(7,'image','App\\Models\\Receipts','7','public/business_account/1WAUsernameTest/receipts/SaCtfMdh9j-a1c2717d-06fc-4b5e-8b79-df3dad1e017c.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/SaCtfMdh9j-a1c2717d-06fc-4b5e-8b79-df3dad1e017c.jpeg','550ec24d69941dd88acf7aea52107a4f','image/jpeg',NULL,'2026-05-12 05:49:57','2026-05-12 05:49:57'),(8,'image','App\\Models\\Receipts','8','public/business_account/1WAUsernameTest/receipts/vHkWp7QyCP-a1c2a83a-9416-47b0-94d0-f2388e973b1b.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/vHkWp7QyCP-a1c2a83a-9416-47b0-94d0-f2388e973b1b.jpeg','f2bc07cfa095371f3338b42dca6b5d94','image/jpeg',NULL,'2026-05-12 08:23:01','2026-05-12 08:23:01'),(9,'image','App\\Models\\Receipts','9','public/business_account/1WAUsernameTest/receipts/5U2zY9GGMB-a1c2a99c-c5ae-4079-93fe-948ad98a99fe.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/5U2zY9GGMB-a1c2a99c-c5ae-4079-93fe-948ad98a99fe.jpeg','b330dfd1361f3785c7185d9243d03e58','image/jpeg',NULL,'2026-05-12 08:26:53','2026-05-12 08:26:53'),(10,'image','App\\Models\\Receipts','10','public/business_account/1WAUsernameTest/receipts/ZUgMoJyQas-a1c45654-fdc8-44db-b765-d4a71ead768a.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/ZUgMoJyQas-a1c45654-fdc8-44db-b765-d4a71ead768a.jpeg','e4dcfd1abaa6af0d991949f30732388e','image/jpeg',NULL,'2026-05-13 04:25:40','2026-05-13 04:25:40'),(11,'image','App\\Models\\Receipts','11','public/business_account/1WAUsernameTest/receipts/vd62sQ4DAz-a1c4bb86-3e78-41b0-8172-a86a2a68869b.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/vd62sQ4DAz-a1c4bb86-3e78-41b0-8172-a86a2a68869b.jpeg','064e8ecfd7e259b0f63ca54105a49891','image/jpeg',NULL,'2026-05-13 09:08:38','2026-05-13 09:08:38');
/*!40000 ALTER TABLE `asset_paths` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `audit_revisions`
--

DROP TABLE IF EXISTS `audit_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `audit_revisions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `business_account_id` bigint unsigned DEFAULT NULL COMMENT 'Changes apply to Business Account',
  `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `before_update` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `after_update` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `audit_revisions_user_id_index` (`user_id`),
  KEY `audit_revisions_``type``(6)_index` (`type`(6)),
  KEY `audit_revisions_business_account_id_type_index` (`business_account_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `audit_revisions`
--

LOCK TABLES `audit_revisions` WRITE;
/*!40000 ALTER TABLE `audit_revisions` DISABLE KEYS */;
INSERT INTO `audit_revisions` VALUES (1,NULL,NULL,'translation_command',NULL,'translations:import','2026-04-07 06:33:38'),(2,NULL,NULL,'translation_command',NULL,'translations:export','2026-04-07 06:33:42'),(3,NULL,NULL,'business_account',NULL,'{\"country\":\"SG\",\"language\":\"en\",\"company_name\":\"WA Username Test\",\"account_sn\":\"AUse\",\"hostname\":\"wa-username-testing.growthdesk.dev\",\"icon\":\"-\",\"sender_id\":\"SKALE\",\"noreply\":\"no-reply@skale.today\",\"is_agency\":\"0\",\"account_group\":null,\"updated_at\":\"2026-04-07 14:36:23\",\"created_at\":\"2026-04-07 14:36:23\",\"id\":1}','2026-04-07 06:36:24'),(4,NULL,1,'business_domains',NULL,'{\"hostname\":\"wa-username-testing.growthdesk.dev\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":1}','2026-04-07 06:36:24'),(5,NULL,NULL,'business_account','{\"country\":\"SG\",\"language\":\"en\",\"company_name\":\"WA Username Test\",\"account_sn\":\"AUse\",\"hostname\":\"wa-username-testing.growthdesk.dev\",\"icon\":\"-\",\"sender_id\":\"SKALE\",\"noreply\":\"no-reply@skale.today\",\"is_agency\":\"0\",\"account_group\":null,\"updated_at\":\"2026-04-07T06:36:23.000000Z\",\"created_at\":\"2026-04-07T06:36:23.000000Z\",\"id\":1}','{\"account_sn\":\"1AUse\",\"updated_at\":\"2026-04-07 14:36:24\",\"slug\":\"1WAUsernameTest\"}','2026-04-07 06:36:24'),(6,NULL,NULL,'business_account','{\"country\":\"SG\",\"language\":\"en\",\"company_name\":\"WA Username Test\",\"account_sn\":\"1AUse\",\"hostname\":\"wa-username-testing.growthdesk.dev\",\"icon\":\"-\",\"sender_id\":\"SKALE\",\"noreply\":\"no-reply@skale.today\",\"is_agency\":\"0\",\"account_group\":null,\"updated_at\":\"2026-04-07T06:36:24.000000Z\",\"created_at\":\"2026-04-07T06:36:23.000000Z\",\"id\":1,\"slug\":\"1WAUsernameTest\"}','{\"alias\":\"WA Username Test Campaign\"}','2026-04-07 06:36:24'),(7,NULL,1,'env_configs','{\"business_account_id\":1}','{\"CAMPAIGN_NAME\":\"WA Username Test Campaign\",\"CAMPAIGN_SHORT_NAME\":\"\",\"CAMPAIGN_DESCRIPTION\":\"\",\"CAMPAIGN_KEYWORDS\":\"\",\"IS_PRE_CAMPAIGN_GAME\":\"\",\"CAMPAIGN_START_MSG\":\"\",\"CAMPAIGN_END_MSG\":\"\",\"CAMPAIGN_REDEEM_END_MSG\":\"\",\"CLIENT_TERMS_LINK\":\"\",\"CLIENT_PRIVACY_LINK\":\"\",\"THEME_COLOR\":\"#410505\",\"TEXT_COLOR_DEFAULT\":\"#FFFFFF\",\"LOGO_WHITE_DEFAULT\":\"\",\"MASTHEAD_DEFAULT\":\"\",\"MASTHEAD_DEFAULT_POPUP\":\"\",\"BACKGROUND_IMG_DEFAULT\":\"\",\"BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BACKGROUND_IMG_POPUP_DEFAULT\":\"\",\"BACKGROUND_COLOR_POPUP_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BTN_FONT_COLOR_DEFAULT\":\"#3A3C6E\",\"BTN_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(90deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_FONT_COLOR_DEFAULT\":\"#323747\",\"CLIENT_CONTACT_US_EMAIL\":\"hello@skale.today\",\"CLIENT_FACEBOOK\":\"\",\"CLIENT_INSTAGRAM\":\"\",\"CLIENT_LINKEDIN\":\"\",\"CAMPAIGN_LICENSING_NO\":\"\",\"SOCIAL_SHARE_IMG_DEFAULT\":\"\",\"PWA_FAVICON\":\"\",\"PWA_FAVICON_16\":\"\",\"PWA_FAVICON_32\":\"\",\"PWA_FAVICON_96\":\"\",\"PWA_FAVICON_192\":\"\",\"PWA_FAVICON_256\":\"\",\"PWA_FAVICON_384\":\"\",\"PWA_FAVICON_512\":\"\",\"REG_EMAIL_MANDATORY\":\"true\",\"REG_ENABLE_DOB\":\"false\",\"REG_ENABLE_YEAR\":\"\",\"REG_ENABLE_ADDRESS\":\"\",\"REG_ENABLE_ADDRESS_STATE\":\"\",\"SRR_HAS_REQUIRE_MERCHANTS\":\"\",\"SRR_HAS_REQUIRE_TRANSACTION_AMOUNT\":\"\",\"CHALLENGE_APPROVE_TITLE\":\"\",\"CHALLENGE_APPROVE_SUBTITLE\":\"\",\"CHALLENGE_PENDING_TITLE\":\"\",\"CHALLENGE_PENDING_SUBTITLE\":\"\",\"CHALLENGE_SHORTCUT_SUBTITLE\":\"\",\"REFERRAL_INSTRUCTION\":\"Both you and your friend will get 1 points when they sign up through your link & upload their first receipt\",\"SOCIAL_SHARE_MSG\":\"Did you hear about :client_name\'s Platform? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}\",\"REFERRAL_REWARD_LIMIT\":\"\",\"RIDDLE_LOSE\":\"\",\"RIDDLE_QNS_PER_DAY\":\"\",\"RIDDLE_QNS_RANDOMIZE\":\"\",\"FACEBOOK_PIXEL_ID\":\"\",\"GTM_CONTAINER_ID\":\"\",\"SKALE_PIXEL_ID\":\"\",\"TIKTOK_PIXEL_ID\":\"\",\"OTHER_ID\":\"\",\"DEFAULT_START_DATE\":\"2026-05-07\",\"DEFAULT_REDEEM_START_DATE\":\"2026-05-07\",\"DEFAULT_END_DATE\":\"2027-05-07\",\"DEFAULT_REDEEM_END_DATE\":\"2027-05-07\"}','2026-04-07 06:36:24'),(8,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"referrer_token\",\"settings\":15,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":1}','2026-04-07 06:36:24'),(9,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"referee_token\",\"settings\":15,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":2}','2026-04-07 06:36:24'),(10,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"popup:layout\",\"settings\":\"{\\\"layout\\\":\\\"components.main.popup.template\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":3}','2026-04-07 06:36:24'),(11,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"daily_checkin\",\"settings\":\"{\\\"is_active\\\":\\\"1\\\",\\\"type\\\":\\\"points\\\",\\\"qty\\\":\\\"10\\\",\\\"auto\\\":\\\"0\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":4}','2026-04-07 06:36:24'),(12,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"app:layout\",\"settings\":\"{\\\"layout\\\":\\\"enterprise_default\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":5}','2026-04-07 06:36:24'),(13,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"home:layout\",\"settings\":\"{\\\"layout\\\":\\\"enterprise\\\",\\\"showPoint\\\":true}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":6}','2026-04-07 06:36:24'),(14,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"group:layout\",\"settings\":\"{\\\"layout\\\":\\\"enterprise_default\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":7}','2026-04-07 06:36:24'),(15,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"login:layout\",\"settings\":\"{\\\"layout\\\":\\\"enterprise.login\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":8}','2026-04-07 06:36:24'),(16,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"register:layout\",\"settings\":\"{\\\"layout\\\":\\\"enterprise.register\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":9}','2026-04-07 06:36:24'),(17,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"basic_chance\",\"settings\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":\\\"1\\\"}\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":10}','2026-04-07 06:36:24'),(18,NULL,1,'sys_settings',NULL,'{\"business_account_id\":1,\"type\":\"homepage_required_login\",\"settings\":\"true\",\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":11}','2026-04-07 06:36:24'),(19,NULL,1,'notification_templates',NULL,'{\"slug\":\"welcome_with_otp_retry\",\"type\":\"sms\",\"content\":\"WA Username Test: OTP: {{otp_code}} Thank you for registering with us! Enter the OTP or verify via this link: {{login_url}}\",\"language\":\"en\",\"description\":\"Sent upon registration with OTP password for mobile verification \",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":1}','2026-04-07 06:36:24'),(20,NULL,1,'notification_templates',NULL,'{\"slug\":\"welcome_with_otp\",\"type\":\"sms\",\"content\":\"WA Username Test: {{otp_code}} Thank you for registering with us! Enter the OTP or verify via this link: {{login_url}}\",\"language\":\"en\",\"description\":\"Sent upon registration with OTP password for mobile verification \",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":2}','2026-04-07 06:36:24'),(21,NULL,1,'notification_templates',NULL,'{\"slug\":\"user_relogin\",\"type\":\"sms\",\"content\":\"WA Username Test: Login to your account via this link: {{login_url}}\",\"language\":\"en\",\"description\":\"Sent when user is logged out and attempts to relogin to platform\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":3}','2026-04-07 06:36:24'),(22,NULL,1,'notification_templates',NULL,'{\"slug\":\"user_login_via_otp\",\"type\":\"sms\",\"content\":\"WA Username Test: Your OTP To Login is: {{otp_code}}\",\"language\":\"en\",\"description\":\"Sent when user is logged out and attempts to relogin to platform via OTP\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":4}','2026-04-07 06:36:24'),(23,NULL,1,'notification_templates',NULL,'{\"slug\":\"receipt_approval_approved\",\"type\":\"sms\",\"content\":\"WA Username Test: Your receipt has been approved. Login to your account via this link:{{login_url}}\",\"language\":\"en\",\"description\":\"Shown when receipt uploaded is approved \",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":5}','2026-04-07 06:36:24'),(24,NULL,1,'notification_templates',NULL,'{\"slug\":\"receipt_approval_approved\",\"type\":\"in-app\",\"content\":\"WA Username Test: Your receipt has been approved.\",\"language\":\"en\",\"description\":\"Shown when receipt uploaded is approved \",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":6}','2026-04-07 06:36:24'),(25,NULL,1,'notification_templates',NULL,'{\"slug\":\"receipt_approval_rejected\",\"type\":\"in-app\",\"content\":\"WA Username Test: Your receipt has been rejected.\",\"language\":\"en\",\"description\":\"Shown when receipt uploaded is rejected \",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":7}','2026-04-07 06:36:24'),(26,NULL,1,'notification_templates',NULL,'{\"slug\":\"referral_success\",\"type\":\"in-app\",\"content\":\"WA Username Test: Congratulations! Someone registered using your referral link. You have been credited with additional tokens.\",\"language\":\"en\",\"description\":\"Shown when user successfully refers new prospect and prospect registers for platform\",\"cta_action\":\"referral\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":8}','2026-04-07 06:36:24'),(27,NULL,1,'notification_templates',NULL,'{\"slug\":\"referral_limit_reached\",\"type\":\"in-app\",\"content\":\"WA Username Test: You have reached the maximum referral reward limit of {{limit}}. Thank you for spreading the word!\",\"language\":\"en\",\"description\":\"Shown when referrer reaches maximum referral reward limit\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":9}','2026-04-07 06:36:24'),(28,NULL,1,'notification_templates',NULL,'{\"slug\":\"main_game_reward\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user played main game regardless of win or lose\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":10}','2026-04-07 06:36:24'),(29,NULL,1,'notification_templates',NULL,'{\"slug\":\"main_game_reward_won\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user played main game and win the game\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":11}','2026-04-07 06:36:24'),(30,NULL,1,'notification_templates',NULL,'{\"slug\":\"main_game_reward_lose\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user played main game and lose the game\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":12}','2026-04-07 06:36:24'),(31,NULL,1,'notification_templates',NULL,'{\"slug\":\"bonus_reward_voucher_provisioning\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user received reward by completed X number of grid\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":13}','2026-04-07 06:36:24'),(32,NULL,1,'notification_templates',NULL,'{\"slug\":\"upon_check_in\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user successfully check in\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":14}','2026-04-07 06:36:24'),(33,NULL,1,'notification_templates',NULL,'{\"slug\":\"upon_big_giveaway_challenge\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user successfully scan a QR code\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":15}','2026-04-07 06:36:24'),(34,NULL,1,'notification_templates',NULL,'{\"slug\":\"upon_login\",\"type\":\"in-app\",\"content\":\"\",\"language\":\"en\",\"description\":\"Shown when user successfully login\",\"status\":\"inactive\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":16}','2026-04-07 06:36:24'),(35,NULL,1,'daily_challenges',NULL,'{\"slug\":\"riddle\",\"business_account_id\":1,\"name\":\"Riddle\",\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":null,\"setting_details\":\"{\\\"num_question\\\":1,\\\"is_fixed_for_all_user\\\":1,\\\"question_mode\\\":\\\"fixed_across_user\\\"}\",\"day_week_settings\":null,\"is_active\":0,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":1}','2026-04-07 06:36:24'),(36,NULL,1,'daily_challenges',NULL,'{\"slug\":\"take_a_picture\",\"business_account_id\":1,\"name\":\"Take a Picture\",\"description\":\"To learn more, please head to the nearest customer service counter.\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Snap_Photo-min.png\",\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"is_active\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":2}','2026-04-07 06:36:24'),(37,NULL,1,'daily_challenges',NULL,'{\"slug\":\"offline_eng\",\"business_account_id\":1,\"name\":\"ScanQR Code In-Store\",\"description\":\"Spend In-Store and Unlock an Additional Attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Scan_QR-min.png\",\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":1}\",\"day_week_settings\":null,\"is_active\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":3}','2026-04-07 06:36:24'),(38,NULL,1,'daily_challenges',NULL,'{\"slug\":\"social_follow\",\"business_account_id\":1,\"name\":\"Join our Social Media\",\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Follow_Social_Media-min.png\",\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"is_active\":1,\"updated_at\":\"2026-04-07 14:36:24\",\"created_at\":\"2026-04-07 14:36:24\",\"id\":4}','2026-04-07 06:36:25'),(39,NULL,1,'daily_challenges',NULL,'{\"slug\":\"app_install\",\"business_account_id\":1,\"name\":\"Install App\",\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Install_App-min.png\",\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"is_active\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":5}','2026-04-07 06:36:25'),(40,NULL,1,'daily_challenges',NULL,'{\"slug\":\"upload_receipt\",\"business_account_id\":1,\"name\":\"Upload Receipt\",\"description\":\"Upload receipt of your purchase to unlock additional attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Upload_Receipt-min.png\",\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":1}\",\"day_week_settings\":null,\"is_active\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":6}','2026-04-07 06:36:25'),(41,NULL,1,'daily_challenges',NULL,'{\"slug\":\"scratchcard\",\"business_account_id\":1,\"name\":\"Scratch Card\",\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":null,\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"is_active\":0,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":7}','2026-04-07 06:36:25'),(42,NULL,1,'daily_challenges',NULL,'{\"slug\":\"spinandwin\",\"business_account_id\":1,\"name\":\"Spin And Win\",\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":null,\"setting_details\":\"{\\\"win_title\\\":\\\"Congratulations\\\",\\\"win_subtitle\\\":\\\"You have won\\\",\\\"lose_title\\\":\\\"Oh No!\\\",\\\"lose_subtitle\\\":\\\"Please try again\\\"}\",\"day_week_settings\":null,\"is_active\":0,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":8}','2026-04-07 06:36:25'),(43,NULL,1,'daily_challenges',NULL,'{\"slug\":\"slotmachine\",\"business_account_id\":1,\"name\":\"Match And Win\",\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07T06:36:24.909893Z\",\"date_to\":null,\"reward_details\":null,\"setting_details\":\"{\\\"default\\\":[],\\\"count\\\":3,\\\"background\\\":\\\"\\\",\\\"tiles\\\":{\\\"background_type\\\":\\\"color\\\",\\\"background\\\":\\\"#FFFFFF\\\",\\\"position\\\":\\\"\\\",\\\"spacing\\\":\\\"5\\\",\\\"size\\\":\\\"25,25\\\"},\\\"rest_chance_of_win\\\":null,\\\"max_chance_of_win\\\":null}\",\"is_active\":0,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":9}','2026-04-07 06:36:25'),(44,NULL,1,'questions',NULL,'{\"question_title\":\"What has to be broken before you can use it!\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":1}','2026-04-07 06:36:25'),(45,NULL,NULL,'question_choices',NULL,'{\"choice_description\":\"Egg\",\"question_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":1}','2026-04-07 06:36:25'),(46,NULL,NULL,'question_choices',NULL,'{\"choice_description\":\"Heart\",\"question_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":2}','2026-04-07 06:36:25'),(47,NULL,NULL,'question_choices',NULL,'{\"choice_description\":\"Head\",\"question_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":3}','2026-04-07 06:36:25'),(48,NULL,NULL,'question_choices',NULL,'{\"choice_description\":\"Brain\",\"question_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":4}','2026-04-07 06:36:25'),(49,NULL,1,'questions','{\"question_title\":\"What has to be broken before you can use it!\",\"business_account_id\":1,\"updated_at\":\"2026-04-07T06:36:25.000000Z\",\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"id\":1}','{\"question_choice_id\":1}','2026-04-07 06:36:25'),(50,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-1\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"win\",\"points\":\"1\",\"color\":\"#C73D30\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/500487933.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"1 Points\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":1}','2026-04-07 06:36:25'),(51,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.206201Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":1}','2026-04-07 06:36:25'),(52,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-2\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"lose\",\"points\":\"0\",\"color\":\"#FFFFFF\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/696600712.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"Try again\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":2}','2026-04-07 06:36:25'),(53,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.372690Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":2,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":2}','2026-04-07 06:36:25'),(54,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-3\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"win\",\"points\":\"1\",\"color\":\"#FFCC20\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/1993415940.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"1 Points\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":3}','2026-04-07 06:36:25'),(55,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.477891Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":3,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":3}','2026-04-07 06:36:25'),(56,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-4\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"lose\",\"points\":\"0\",\"color\":\"#AACAF7\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/1049926054.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"Try again\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":4}','2026-04-07 06:36:25'),(57,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.564690Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":4,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":4}','2026-04-07 06:36:25'),(58,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-5\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"win\",\"points\":\"1\",\"color\":\"#FFFFFF\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/541313044.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"1 Points\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":5}','2026-04-07 06:36:25'),(59,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.668754Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":5,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":5}','2026-04-07 06:36:25'),(60,NULL,1,'dstw_items',NULL,'{\"slug\":\"slot-6\",\"business_account_id\":1,\"chance_of_win\":1,\"status\":\"lose\",\"points\":\"0\",\"color\":\"#AACAF7\",\"img\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/spinwin\\/66063708.png\",\"details\":\"{\\\"type\\\":\\\"text\\\",\\\"message\\\":\\\"Try again\\\",\\\"font_color\\\":\\\"#EF9292\\\"}\",\"is_ignore_stock\":1,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":6}','2026-04-07 06:36:25'),(61,NULL,NULL,'dstw_item_periods',NULL,'{\"date_from\":\"2026-04-07T06:36:25.822223Z\",\"date_to\":\"9999-12-31T15:59:59.999999Z\",\"chance_of_win\":1,\"total_prize\":0,\"num_balance\":0,\"dstw_item_id\":6,\"updated_at\":\"2026-04-07 14:36:25\",\"created_at\":\"2026-04-07 14:36:25\",\"id\":6}','2026-04-07 06:36:25'),(62,NULL,1,'event_tag_categories',NULL,'{\"name\":\"Digital Engagement\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":1}','2026-04-07 06:36:26'),(63,NULL,1,'event_tag_types',NULL,'{\"name\":\"Visit to Site\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":1,\"event_tag_category_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":1}','2026-04-07 06:36:26'),(64,NULL,1,'event_tag_types',NULL,'{\"name\":\"Social Media Following\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":2,\"event_tag_category_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":2}','2026-04-07 06:36:26'),(65,NULL,1,'event_tag_types',NULL,'{\"name\":\"Register Gamification\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":3,\"event_tag_category_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":3}','2026-04-07 06:36:26'),(66,NULL,1,'event_tag_types',NULL,'{\"name\":\"In-Game Actions\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":4,\"event_tag_category_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":4}','2026-04-07 06:36:26'),(67,NULL,1,'event_tag_categories',NULL,'{\"name\":\"In-Store Engagement\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":2}','2026-04-07 06:36:26'),(68,NULL,1,'event_tag_types',NULL,'{\"name\":\"Scan QR\\/Input Pin Code\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":9,\"event_tag_category_id\":2,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":5}','2026-04-07 06:36:26'),(69,NULL,1,'event_tag_types',NULL,'{\"name\":\"Upload Photo (snap a photo)\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":5,\"event_tag_category_id\":2,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":6}','2026-04-07 06:36:26'),(70,NULL,1,'event_tag_categories',NULL,'{\"name\":\"Conversion Interest\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":3}','2026-04-07 06:36:26'),(71,NULL,1,'event_tag_types',NULL,'{\"name\":\"Voucher Download\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":6,\"event_tag_category_id\":3,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":7}','2026-04-07 06:36:26'),(72,NULL,1,'event_tag_categories',NULL,'{\"name\":\"Conversion\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":4}','2026-04-07 06:36:26'),(73,NULL,1,'event_tag_types',NULL,'{\"name\":\"Upload Receipt\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":7,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":8}','2026-04-07 06:36:26'),(74,NULL,1,'event_tag_types',NULL,'{\"name\":\"Voucher Redemption\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":8,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":9}','2026-04-07 06:36:26'),(75,NULL,1,'event_tag_types',NULL,'{\"name\":\"Scan QR\\/Input Pin Code\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":9,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":10}','2026-04-07 06:36:26'),(76,NULL,1,'event_tag_types',NULL,'{\"name\":\"Ecommerce Promo Code\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":10,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":11}','2026-04-07 06:36:26'),(77,NULL,1,'event_tag_types',NULL,'{\"name\":\"App Install\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":11,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":12}','2026-04-07 06:36:26'),(78,NULL,1,'event_tag_types',NULL,'{\"name\":\"Receipt Approved\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":12,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":13}','2026-04-07 06:36:26'),(79,NULL,1,'event_tag_types',NULL,'{\"name\":\"App Install Approved\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":13,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":14}','2026-04-07 06:36:26'),(80,NULL,1,'event_tag_types',NULL,'{\"name\":\"Social Media Following Approved\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":14,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":15}','2026-04-07 06:36:26'),(81,NULL,1,'event_tag_types',NULL,'{\"name\":\"Upload Photo (snap a photo) Approved\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":15,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":16}','2026-04-07 06:36:26'),(82,NULL,1,'event_tag_types',NULL,'{\"name\":\"Game Session State Updated\",\"description\":null,\"status\":\"active\",\"business_account_id\":1,\"event_tag_type_slug_id\":18,\"event_tag_category_id\":4,\"updated_at\":\"2026-04-07 14:36:26\",\"created_at\":\"2026-04-07 14:36:26\",\"id\":17}','2026-04-07 06:36:26'),(83,NULL,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZTF2Q2Y4TE9LcUkzdzd3V1Y5U0tUdz09IiwibWFjIjoiZjI5N2RhZDA2OGNhYzA4NDczMjAxMDk1MzQ4YTIxZDJiM2FjMTc3MGJmMGIwZGFiNzU4Y2M4NWFkZmE1OTllZiJ9\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMU1YdG9CTU9xamplRXZOc2VnYXJFUT09IiwibWFjIjoiYzkwMzgzMDZlNjM4MGE1YzIyNTkwMGNiNjkwY2QzMGQxZjRlMGRlZTEyNjM4YzM1NjAzNjM0ZTAwNDY1NGE0NiJ9\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoid2w3MFFcL281NlExYVgrY0lYd09SeUZmT1wvU25RemJabXZIS1B4c3Q2SHhBPSIsIm1hYyI6IjQ4YzUwZWNkZWYwZDEzZjhiOTYxZGU5N2NmMjY0OGI0YzJjY2ViYmJmNDUzYmZjMDE0MzE3NDA2ODQyOWJjYTkifQ==\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile_country_code\":\"63\",\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"user_twofa\":\"294132\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 14:38:12\",\"created_at\":\"2026-04-07 14:38:12\",\"id\":2}','2026-04-07 06:38:12'),(84,NULL,1,'model_has_roles','App\\Events\\User\\RoleWasAssigned','{\"user_id\":2,\"role\":{\"id\":1,\"name\":\"super-admin\",\"guard_name\":\"web\"},\"created_at\":\"2026-04-07 14:38:12\"}','2026-04-07 06:38:12'),(85,NULL,1,'model_has_roles','App\\Events\\User\\RoleWasAssigned','{\"user_id\":2,\"role\":{\"id\":4,\"name\":\"admin\",\"guard_name\":\"web\"},\"created_at\":\"2026-04-07 14:38:12\"}','2026-04-07 06:38:12'),(86,NULL,1,'model_has_permissions','App\\Events\\User\\PermissionWasAssigned','{\"user_id\":2,\"role_id\":null,\"permission\":{\"id\":4,\"name\":\"blast-btn-send-test\",\"guard_name\":\"web\"},\"created_at\":\"2026-04-07 14:38:12\"}','2026-04-07 06:38:12'),(87,NULL,1,'model_has_permissions','App\\Events\\User\\PermissionWasAssigned','{\"user_id\":2,\"role_id\":null,\"permission\":{\"id\":5,\"name\":\"blast-btn-create-schedule\",\"guard_name\":\"web\"},\"created_at\":\"2026-04-07 14:38:12\"}','2026-04-07 06:38:12'),(88,NULL,1,'model_has_permissions','App\\Events\\User\\PermissionWasAssigned','{\"user_id\":2,\"role_id\":null,\"permission\":{\"id\":8,\"name\":\"can-manage-smart-receipt-service\",\"guard_name\":\"web\"},\"created_at\":\"2026-04-07 14:38:12\"}','2026-04-07 06:38:12'),(89,NULL,1,'users','{\"id\":2,\"business_account_id\":1,\"name\":\"EJ\",\"last_name\":false,\"email\":\"agas.ej@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"user_twofa\":\"294132\",\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T06:38:12.000000Z\",\"created_at\":\"2026-04-07T06:38:12.000000Z\",\"updated_at\":\"2026-04-07T06:38:12.000000Z\",\"google2fa_secret\":\"\"}','{\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07T06:52:34.300333Z\",\"updated_at\":\"2026-04-07 14:52:34\"}','2026-04-07 06:52:34'),(90,2,1,'users','{\"id\":2,\"business_account_id\":1,\"name\":\"EJ\",\"last_name\":false,\"email\":\"agas.ej@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"user_twofa\":\"294132\",\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07 14:52:34\",\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T06:38:12.000000Z\",\"created_at\":\"2026-04-07T06:38:12.000000Z\",\"updated_at\":\"2026-04-07T06:52:34.000000Z\",\"google2fa_secret\":\"\"}','{\"referrer_code\":\"9EDNDAE6\",\"updated_at\":\"2026-04-07 14:52:40\"}','2026-04-07 06:52:40'),(91,2,1,'users','{\"id\":2,\"business_account_id\":1,\"name\":\"EJ\",\"last_name\":false,\"email\":\"agas.ej@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"user_twofa\":\"294132\",\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07 14:52:34\",\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"9EDNDAE6\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T06:38:12.000000Z\",\"created_at\":\"2026-04-07T06:38:12.000000Z\",\"updated_at\":\"2026-04-07T06:52:40.000000Z\",\"google2fa_secret\":\"\"}','{\"updated_at\":\"2026-04-07 14:52:47\",\"google2fa_secret\":\"2WOO5C2F6PCQL2QQ\"}','2026-04-07 06:52:47'),(92,2,1,'users','{\"id\":2,\"business_account_id\":1,\"name\":\"EJ\",\"last_name\":false,\"email\":\"agas.ej@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"user_twofa\":\"294132\",\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07 14:52:34\",\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"9EDNDAE6\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T06:38:12.000000Z\",\"created_at\":\"2026-04-07T06:38:12.000000Z\",\"updated_at\":\"2026-04-07T06:52:47.000000Z\",\"google2fa_secret\":\"2WOO5C2F6PCQL2QQ\"}','{\"api_token\":\"a3fce5099219b0372d5ff64c49388b776d491b66a2512d05a03a4fcfd45dfaa7\",\"updated_at\":\"2026-04-07 14:53:05\"}','2026-04-07 06:53:05'),(93,2,1,'users','{\"id\":2,\"business_account_id\":1,\"name\":\"EJ\",\"last_name\":false,\"email\":\"agas.ej@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"user_twofa\":\"294132\",\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07 14:52:34\",\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$VVfSbulqM\\/eqj089i5k76eWOXBIDFfGIT4\\/r12uC5DUFS2x7Co1Lu\",\"api_token\":\"a3fce5099219b0372d5ff64c49388b776d491b66a2512d05a03a4fcfd45dfaa7\",\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"9EDNDAE6\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T06:38:12.000000Z\",\"created_at\":\"2026-04-07T06:38:12.000000Z\",\"updated_at\":\"2026-04-07T06:53:05.000000Z\",\"google2fa_secret\":\"2WOO5C2F6PCQL2QQ\"}','{\"api_token\":\"26d5af1082baf87606f9c37f133d20a89948baf36a179a79c2035a3adf0da615\",\"updated_at\":\"2026-04-07 14:53:06\"}','2026-04-07 06:53:06'),(94,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMWtaQmRLWFljWHhOXC9MQUZrUkM5ZDBXd2paTnZtKzNZZVVud3JKZzRUZWs9IiwibWFjIjoiMzdiZjI1ODhjZDFiZmY2NzdkYWM3ZDNjZDg5OWM5OTE0ZDI4MGYyNGM0Njc3Njc1YWUxZjFkMWUwNGU5MDdhZCJ9\",\"email_masked\":\"joh***@growthdesk.dev\",\"register_at\":\"2026-04-07 14:59:59\",\"wa_username\":\"johndoe0\",\"password\":\"$2y$10$K0KlAPMTIFTHkxwSf0GTK.u\\/C\\/LIcZm4r0YsWwJ3Q7iKJqVIbEJWi\",\"referrer_code\":\"HAS35670\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 15:02:48\",\"created_at\":\"2026-04-07 15:02:48\",\"id\":3}','2026-04-07 07:02:48'),(95,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMWtaQmRLWFljWHhOXC9MQUZrUkM5ZDBXd2paTnZtKzNZZVVud3JKZzRUZWs9IiwibWFjIjoiMzdiZjI1ODhjZDFiZmY2NzdkYWM3ZDNjZDg5OWM5OTE0ZDI4MGYyNGM0Njc3Njc1YWUxZjFkMWUwNGU5MDdhZCJ9\",\"email_masked\":\"joh***@growthdesk.dev\",\"register_at\":\"2026-04-07 15:12:59\",\"wa_username\":\"johndoe0\",\"password\":\"$2y$10$HeX0l0JDuNrpEgQC4ND8VuN5DSk3SlQf9zcdittNO\\/PiTQhzzDReS\",\"referrer_code\":\"4LGUZLKE\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 15:13:46\",\"created_at\":\"2026-04-07 15:13:46\",\"id\":4}','2026-04-07 07:13:46'),(96,2,1,'users','{\"id\":4,\"business_account_id\":1,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiRFRvWlwvOHdzekhabGE4MEh6U091R1E9PSIsIm1hYyI6IjJhYmZhMDU0MWM3MzY4ZTZkYTI1YTNiNjk0YjMxYmRkYjRjNTkyYWM0NmRiMzA2MDk2Mjg2YWVkYTM3NzQwYjgifQ==\",\"last_name\":false,\"email\":\"johndoe0@growthdesk.dev\",\"email_masked\":\"joh***@growthdesk.dev\",\"mobile\":false,\"mobile_country_code\":null,\"wa_username\":\"johndoe0\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$HeX0l0JDuNrpEgQC4ND8VuN5DSk3SlQf9zcdittNO\\/PiTQhzzDReS\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"4LGUZLKE\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T07:12:59.000000Z\",\"created_at\":\"2026-04-07T07:13:46.000000Z\",\"updated_at\":\"2026-04-07T07:13:46.000000Z\",\"google2fa_secret\":\"\"}','{\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07T07:13:53.019671Z\",\"updated_at\":\"2026-04-07 15:13:53\"}','2026-04-07 07:13:53'),(97,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVVZ6S0czbVRBaUVQUGdVMzhtdzNqZz09IiwibWFjIjoiYjQwOWUwMDNiYWY4MTE0NGJlMTFiOGY1YmFiOGZmYTc3M2NkZTRjNjY5MmU4YzQ0MmI1OTRkOWZmODU4MjM2MyJ9\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZWdON1wveW1hMTgxVVR6ZVU1U2JKSU5IUXpDaFwvQWpOdnNmcngzVG9yR1YwPSIsIm1hYyI6Ijc4NGFkOGVjNzhjOGRiMTA2NmZlZjk4MDc4ODc0NWFiNmQ0MjM2ZmQ2NWEyZGQxOTM5YmNiMDM5Y2IxMGFmN2IifQ==\",\"email_masked\":\"joh***@growthdesk.dev\",\"register_at\":\"2026-04-07 15:13:59\",\"wa_username\":\"johndoe3\",\"password\":\"$2y$10$nH74i7yLI1HTlEbBICjOM.L3uziOQkj2uWO91HwR0qhPsnEK9p5Re\",\"referrer_code\":\"S0HSKRE7\",\"business_account_id\":1,\"updated_at\":\"2026-04-07 15:14:17\",\"created_at\":\"2026-04-07 15:14:17\",\"id\":5}','2026-04-07 07:14:17'),(98,NULL,1,'users','{\"id\":5,\"business_account_id\":1,\"name\":\"John Doe\",\"last_name\":false,\"email\":\"johndoe3@growthdesk.dev\",\"email_masked\":\"joh***@growthdesk.dev\",\"mobile\":false,\"mobile_country_code\":null,\"wa_username\":\"johndoe3\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$nH74i7yLI1HTlEbBICjOM.L3uziOQkj2uWO91HwR0qhPsnEK9p5Re\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"S0HSKRE7\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-07T07:13:59.000000Z\",\"created_at\":\"2026-04-07T07:14:17.000000Z\",\"updated_at\":\"2026-04-07T07:14:17.000000Z\",\"google2fa_secret\":\"\"}','{\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-07T07:14:30.217162Z\",\"updated_at\":\"2026-04-07 15:14:30\"}','2026-04-07 07:14:30'),(99,2,1,'questions',NULL,'{\"question_title\":\"Are you a cat or a dog person?\",\"business_account_id\":1,\"updated_at\":\"2026-04-13 17:10:24\",\"created_at\":\"2026-04-13 17:10:24\",\"id\":2}','2026-04-13 09:10:24'),(100,2,1,'question_choices',NULL,'{\"choice_description\":\"Cat\",\"question_id\":2,\"updated_at\":\"2026-04-13 17:10:24\",\"created_at\":\"2026-04-13 17:10:24\",\"id\":5}','2026-04-13 09:10:24'),(101,2,1,'question_choices',NULL,'{\"choice_description\":\"Dog\",\"question_id\":2,\"updated_at\":\"2026-04-13 17:10:24\",\"created_at\":\"2026-04-13 17:10:24\",\"id\":6}','2026-04-13 09:10:24'),(102,2,1,'question_choices',NULL,'{\"choice_description\":\"Both\",\"question_id\":2,\"updated_at\":\"2026-04-13 17:10:24\",\"created_at\":\"2026-04-13 17:10:24\",\"id\":7}','2026-04-13 09:10:24'),(103,2,1,'question_choices',NULL,'{\"choice_description\":\"Neither\",\"question_id\":2,\"updated_at\":\"2026-04-13 17:10:24\",\"created_at\":\"2026-04-13 17:10:24\",\"id\":8}','2026-04-13 09:10:24'),(104,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-04-16 07:53:11\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiS2U2akRtUXFHb3FhT2U3WVBadThjUT09IiwibWFjIjoiZWM1ZGEzNzdhMjA2NjU0YzgzYjM0MzgxOWUxNzU1NmUzNmRmODk4ZjBjZDI1ZmE2MjIwMjFmOGNlMGFlMzQzYyJ9\",\"mobile_country_code\":\"63\",\"password\":\"$2y$10$zTfAKCzKD0oUAD.cDds4Jeo7O6nbTi4zAutwrH9RT71srvG189cLi\",\"referrer_code\":\"NN2L5SA9\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 07:53:21\",\"created_at\":\"2026-04-16 07:53:21\",\"id\":6}','2026-04-15 23:53:21'),(105,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-04-16 07:53:11\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiS2U2akRtUXFHb3FhT2U3WVBadThjUT09IiwibWFjIjoiZWM1ZGEzNzdhMjA2NjU0YzgzYjM0MzgxOWUxNzU1NmUzNmRmODk4ZjBjZDI1ZmE2MjIwMjFmOGNlMGFlMzQzYyJ9\",\"mobile_country_code\":\"63\",\"password\":\"$2y$10$zacZxjbd\\/i.Dbqqd66AV4e3DLOVljMezBl2JlMo9aft6xLc6hFSRe\",\"referrer_code\":\"B8F07IZ2\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 07:53:23\",\"created_at\":\"2026-04-16 07:53:23\",\"id\":7}','2026-04-15 23:53:23'),(106,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-04-16 08:11:19\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiS2U2akRtUXFHb3FhT2U3WVBadThjUT09IiwibWFjIjoiZWM1ZGEzNzdhMjA2NjU0YzgzYjM0MzgxOWUxNzU1NmUzNmRmODk4ZjBjZDI1ZmE2MjIwMjFmOGNlMGFlMzQzYyJ9\",\"mobile_country_code\":\"63\",\"wa_bsuid\":\"PH.4534499620203017\",\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"referrer_code\":\"HQUE1BSC\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:11:27\",\"created_at\":\"2026-04-16 08:11:27\",\"id\":8}','2026-04-16 00:11:27'),(107,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-04-16T00:11:27.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"updated_at\":\"2026-04-16 08:11:35\"}','2026-04-16 00:11:35'),(108,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"wilson\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-04-16T00:11:35.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"email_masked\":\"wil***@sample.com\",\"updated_at\":\"2026-04-16 08:11:41\"}','2026-04-16 00:11:41'),(109,2,1,'questions',NULL,'{\"question_title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:11:54\",\"created_at\":\"2026-04-16 08:11:54\",\"id\":3}','2026-04-16 00:11:54'),(110,2,1,'questions',NULL,'{\"question_title\":\"What is the breed of your pet?\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:12:14\",\"created_at\":\"2026-04-16 08:12:14\",\"id\":4}','2026-04-16 00:12:14'),(111,2,1,'questions',NULL,'{\"question_title\":\"What is the name of your pet? (Just reply your pet name)\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:12:50\",\"created_at\":\"2026-04-16 08:12:50\",\"id\":5}','2026-04-16 00:12:50'),(112,2,1,'questions',NULL,'{\"question_title\":\"How old is your pet?\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:12:50\",\"created_at\":\"2026-04-16 08:12:50\",\"id\":6}','2026-04-16 00:12:50'),(113,2,1,'question_choices',NULL,'{\"choice_description\":\"<1 year\",\"question_id\":6,\"updated_at\":\"2026-04-16 08:12:50\",\"created_at\":\"2026-04-16 08:12:50\",\"id\":9}','2026-04-16 00:12:50'),(114,2,1,'question_choices',NULL,'{\"choice_description\":\"1-5 years\",\"question_id\":6,\"updated_at\":\"2026-04-16 08:12:50\",\"created_at\":\"2026-04-16 08:12:50\",\"id\":10}','2026-04-16 00:12:50'),(115,2,1,'question_choices',NULL,'{\"choice_description\":\"5-10 years\",\"question_id\":6,\"updated_at\":\"2026-04-16 08:12:51\",\"created_at\":\"2026-04-16 08:12:51\",\"id\":11}','2026-04-16 00:12:51'),(116,2,1,'question_choices',NULL,'{\"choice_description\":\"10 years+\",\"question_id\":6,\"updated_at\":\"2026-04-16 08:12:51\",\"created_at\":\"2026-04-16 08:12:51\",\"id\":12}','2026-04-16 00:12:51'),(117,2,1,'questions',NULL,'{\"question_title\":\"Are you a multiple pet household? (more than 1 pet)\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 08:12:51\",\"created_at\":\"2026-04-16 08:12:51\",\"id\":7}','2026-04-16 00:12:51'),(118,2,1,'question_choices',NULL,'{\"choice_description\":\"Yes\",\"question_id\":7,\"updated_at\":\"2026-04-16 08:12:51\",\"created_at\":\"2026-04-16 08:12:51\",\"id\":13}','2026-04-16 00:12:51'),(119,2,1,'question_choices',NULL,'{\"choice_description\":\"No\",\"question_id\":7,\"updated_at\":\"2026-04-16 08:12:51\",\"created_at\":\"2026-04-16 08:12:51\",\"id\":14}','2026-04-16 00:12:51'),(120,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-04-16 11:16:36\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMU1YdG9CTU9xamplRXZOc2VnYXJFUT09IiwibWFjIjoiYzkwMzgzMDZlNjM4MGE1YzIyNTkwMGNiNjkwY2QzMGQxZjRlMGRlZTEyNjM4YzM1NjAzNjM0ZTAwNDY1NGE0NiJ9\",\"mobile_country_code\":\"63\",\"wa_bsuid\":\"PH.4534357273550585\",\"password\":\"$2y$10$fra8UiWF2Q2hIqtPJ1Fy4.pq5HzbjAxoibyfog7eP4L6GawR4Vbpm\",\"referrer_code\":\"DCVVTN7G\",\"business_account_id\":1,\"updated_at\":\"2026-04-16 11:16:42\",\"created_at\":\"2026-04-16 11:16:42\",\"id\":9}','2026-04-16 03:16:42'),(121,2,1,'users','{\"id\":9,\"business_account_id\":1,\"name\":\"\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$fra8UiWF2Q2hIqtPJ1Fy4.pq5HzbjAxoibyfog7eP4L6GawR4Vbpm\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"DCVVTN7G\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T03:16:36.000000Z\",\"created_at\":\"2026-04-16T03:16:42.000000Z\",\"updated_at\":\"2026-04-16T03:16:42.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoickwrVzZmSFZMQ0x1OFNRblZPT2Y2Zz09IiwibWFjIjoiOWJlNTg2YTViYTE3ZmJiOGM3Y2ZiZjg1YWYwMmVjMWU3OTFiODBmMjNiMWE3Y2FkMDViZTg5NzllMTM2NWViMiJ9\",\"updated_at\":\"2026-04-16 11:16:49\"}','2026-04-16 03:16:49'),(122,2,1,'users','{\"id\":9,\"business_account_id\":1,\"name\":\"EJJ\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$fra8UiWF2Q2hIqtPJ1Fy4.pq5HzbjAxoibyfog7eP4L6GawR4Vbpm\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"DCVVTN7G\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T03:16:36.000000Z\",\"created_at\":\"2026-04-16T03:16:42.000000Z\",\"updated_at\":\"2026-04-16T03:16:49.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVE5uQkZEKzJUY09DWldzdkkzbytaXC9cL05uQzNuUW11RDNZcGttUFdVRm5BPSIsIm1hYyI6ImVjMTRkOTc5YmVkN2E0MzdhZTM1NmEwYmM3NzQ4OWI5MjdkMDU2YTQ2NzFhZGJjMDZjMWY1YjFmOWYwOGM0MzAifQ==\",\"email_masked\":\"aga***@growthdesk.com\",\"updated_at\":\"2026-04-16 11:17:10\"}','2026-04-16 03:17:10'),(123,NULL,1,'users','{\"id\":9,\"business_account_id\":1,\"name\":\"EJJ\",\"last_name\":false,\"email\":\"agas.ejtest@growthdesk.com\",\"email_masked\":\"aga***@growthdesk.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$fra8UiWF2Q2hIqtPJ1Fy4.pq5HzbjAxoibyfog7eP4L6GawR4Vbpm\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"DCVVTN7G\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T03:16:36.000000Z\",\"created_at\":\"2026-04-16T03:16:42.000000Z\",\"updated_at\":\"2026-04-16T03:17:10.000000Z\",\"google2fa_secret\":\"\"}','{\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-04-16T04:02:39.393332Z\",\"updated_at\":\"2026-04-16 12:02:39\"}','2026-04-16 04:02:39'),(124,2,1,'stores',NULL,'{\"name\":\"Test Store 1\",\"slug\":\"test-store-1\",\"status\":\"active\",\"business_account_id\":1,\"updated_at\":\"2026-04-23 14:26:29\",\"created_at\":\"2026-04-23 14:26:29\",\"id\":1}','2026-04-23 06:26:29'),(125,2,1,'stores','{\"name\":\"Test Store 1\",\"slug\":\"test-store-1\",\"status\":\"active\",\"business_account_id\":1,\"updated_at\":\"2026-04-23T06:26:29.000000Z\",\"created_at\":\"2026-04-23T06:26:29.000000Z\",\"id\":1}','{\"store_type_id\":1}','2026-04-23 06:26:29'),(126,2,1,'business_assets',NULL,'{\"name\":\"Test Outlet 1\",\"address\":\"Foo St.\",\"full_address\":null,\"type\":\"retail\",\"slug\":\"test-outlet-1\",\"store\":\"test-store-1\",\"identifier\":\"test-outlet-1\",\"status\":\"active\",\"redeem_code\":869644,\"promotion_code_display_method\":\"default\",\"company_name\":null,\"location_keywords\":\"[]\",\"is_smart_receipt_exclusion\":false,\"business_account_id\":1,\"updated_at\":\"2026-04-23 14:26:50\",\"created_at\":\"2026-04-23 14:26:50\",\"id\":1}','2026-04-23 06:26:50'),(127,2,1,'voucher_series',NULL,'{\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"title\":\"Sample Voucher\",\"series_id\":\"69eb03f19f4b3\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"redeem_max\":\"50\",\"max_use\":\"1\",\"max_usable_voucher\":\"50\",\"business_account_id\":1,\"updated_at\":\"2026-04-24 13:47:29\",\"created_at\":\"2026-04-24 13:47:29\",\"id\":1}','2026-04-24 05:47:29'),(128,2,1,'voucher_series','{\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"title\":\"Sample Voucher\",\"series_id\":\"69eb03f19f4b3\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"redeem_max\":\"50\",\"max_use\":\"1\",\"max_usable_voucher\":\"50\",\"business_account_id\":1,\"updated_at\":\"2026-04-24T05:47:29.000000Z\",\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"id\":1}','{\"series_id\":\"1AUse-042026-1\"}','2026-04-24 05:47:29'),(129,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":null,\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":0,\"use_count\":null,\"max_usable_voucher\":\"50\",\"unique_redeem_count\":null,\"unique_use_count\":null,\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":1,\"is_name_mandatory\":\"1\",\"req_mobile\":1,\"is_mobile_mandatory\":\"1\",\"req_email\":1,\"is_email_mandatory\":\"1\",\"sms_template\":null,\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":1,\"status\":\"draft\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":null,\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:47:29.000000Z\",\"module\":\"default\"}','{\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"req_name\":0,\"req_mobile\":0,\"req_email\":0,\"sms_template\":\"\",\"notif_sms\":0,\"updated_at\":\"2026-04-24 13:47:41\"}','2026-04-24 05:47:41'),(130,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":0,\"use_count\":null,\"max_usable_voucher\":\"50\",\"unique_redeem_count\":null,\"unique_use_count\":null,\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"draft\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":null,\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:47:41.000000Z\",\"module\":\"default\"}','{\"redemption_method\":\"none\",\"updated_at\":\"2026-04-24 13:47:55\"}','2026-04-24 05:47:55'),(131,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":0,\"use_count\":null,\"max_usable_voucher\":\"50\",\"unique_redeem_count\":null,\"unique_use_count\":null,\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"draft\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:47:55.000000Z\",\"module\":\"default\"}','{\"status\":\"active\",\"updated_at\":\"2026-04-24 13:48:07\"}','2026-04-24 05:48:07'),(132,2,1,'exclusive_reward_redemptions',NULL,'{\"series_id\":\"1AUse-042026-1\",\"point_required\":\"0\",\"updated_at\":\"2026-04-24 13:48:41\",\"created_at\":\"2026-04-24 13:48:41\",\"id\":1}','2026-04-24 05:48:41'),(133,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":0,\"use_count\":null,\"max_usable_voucher\":\"50\",\"unique_redeem_count\":null,\"unique_use_count\":null,\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"active\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:48:07.000000Z\",\"module\":\"default\"}','{\"redeem_count\":1,\"unique_redeem_count\":1,\"updated_at\":\"2026-04-24 13:49:01\"}','2026-04-24 05:49:01'),(134,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":1,\"use_count\":null,\"max_usable_voucher\":\"50\",\"unique_redeem_count\":\"1\",\"unique_use_count\":null,\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"active\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:49:01.000000Z\",\"module\":\"default\"}','{\"use_count\":1,\"unique_use_count\":1,\"updated_at\":\"2026-04-24 13:54:03\"}','2026-04-24 05:54:03'),(135,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":1,\"use_count\":\"1\",\"max_usable_voucher\":\"50\",\"unique_redeem_count\":\"1\",\"unique_use_count\":\"1\",\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"active\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:54:03.000000Z\",\"module\":\"default\"}','{\"redeem_count\":2,\"use_count\":2,\"updated_at\":\"2026-04-24 13:54:10\"}','2026-04-24 05:54:10'),(136,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":2,\"use_count\":\"2\",\"max_usable_voucher\":\"50\",\"unique_redeem_count\":\"1\",\"unique_use_count\":\"1\",\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"active\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T05:54:10.000000Z\",\"module\":\"default\"}','{\"use_count\":3,\"unique_use_count\":2,\"updated_at\":\"2026-04-24 17:24:08\"}','2026-04-24 09:24:08'),(137,2,1,'voucher_series','{\"id\":1,\"business_account_id\":1,\"title\":\"Sample Voucher\",\"series_id\":\"1AUse-042026-1\",\"voucher_type\":\"promo_code\",\"promotion_type\":\"free-gift\",\"tc\":\"<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.<\\/p>\",\"tc_link\":\"https:\\/\\/growthdesk.com\\/legal\\/privacy-policy\\/\",\"redeem_start\":\"2026-04-01 00:00:00\",\"redeem_end\":\"2026-05-31 23:59:00\",\"redeem_max\":50,\"redeem_count\":2,\"use_count\":\"3\",\"max_usable_voucher\":\"50\",\"unique_redeem_count\":\"1\",\"unique_use_count\":\"2\",\"use_by\":\"2026-07-23 23:59:00\",\"use_by_date_option\":\"custom\",\"use_by_date_days\":null,\"max_use\":\"1\",\"max_download_per_series_per_user\":1,\"allow_download_after_expired\":0,\"allow_download_after_used\":\"0\",\"merchant_promo_code\":null,\"req_name\":0,\"is_name_mandatory\":\"1\",\"req_mobile\":0,\"is_mobile_mandatory\":\"1\",\"req_email\":0,\"is_email_mandatory\":\"1\",\"sms_template\":\"\",\"notification_template_to_admin_id\":null,\"notification_template_to_user_id\":null,\"is_one_sms\":\"1\",\"notif_sms\":0,\"status\":\"active\",\"is_private\":0,\"remark\":null,\"image\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/file\\/images\\/petfest-indonesia-1776925690-608242036.jpg\",\"redemption_method\":\"none\",\"promotion_mechanic\":null,\"promotion_mechanic_value\":null,\"order\":0,\"is_downloadable\":0,\"is_pool\":0,\"created_at\":\"Fri, Apr 24, 2026 1:47 PM\",\"updated_at\":\"2026-04-24T09:24:08.000000Z\",\"module\":\"default\"}','{\"use_count\":4,\"unique_use_count\":3,\"updated_at\":\"2026-04-24 17:27:38\"}','2026-04-24 09:27:38'),(138,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-04-16T00:11:41.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"updated_at\":\"2026-04-30 10:15:03\"}','2026-04-30 02:15:03'),(139,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-02-10 16:33:14\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiRDYwTnRkbU9qbFFETTR5Qndnem40UT09IiwibWFjIjoiMDBkNjFjNWJmMWQ3MjdmZTk1NjIwNzczZjIyNDA0ODljMmQxOTBjNTM0ZjJkZWJlMGI2ODA5OGYzYTE1MGRkMSJ9\",\"mobile_country_code\":\"60\",\"wa_bsuid\":\"MY.4539361923050120\",\"password\":\"$2y$10$.osRiXvjFP8ieqYsNs72len6hMMn3afC\\/SeGsKexxkXxq\\/ru1bxnK\",\"referrer_code\":\"XV7M7222\",\"business_account_id\":1,\"updated_at\":\"2026-05-07 18:26:19\",\"created_at\":\"2026-05-07 18:26:19\",\"id\":10}','2026-05-07 10:26:19'),(140,2,1,'users','{\"id\":10,\"business_account_id\":1,\"name\":\"\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"60\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$.osRiXvjFP8ieqYsNs72len6hMMn3afC\\/SeGsKexxkXxq\\/ru1bxnK\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"XV7M7222\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-02-10T08:33:14.000000Z\",\"created_at\":\"2026-05-07T10:26:19.000000Z\",\"updated_at\":\"2026-05-07T10:26:19.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUZEb1ZsVE1FQ2FDMzRpcEZ4OFFtZz09IiwibWFjIjoiMjFhZWQzZjYyNTNkMmNhYmZlYmY0NDVmYmY5MDgwMDJkNmQwNDgwOTgwNGI0ODZhZGNlOTAyMTRlMzVjNDlhYSJ9\",\"updated_at\":\"2026-05-07 18:26:31\"}','2026-05-07 10:26:31'),(141,2,1,'users','{\"id\":10,\"business_account_id\":1,\"name\":\"Jacytest\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"60\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$.osRiXvjFP8ieqYsNs72len6hMMn3afC\\/SeGsKexxkXxq\\/ru1bxnK\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"XV7M7222\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-02-10T08:33:14.000000Z\",\"created_at\":\"2026-05-07T10:26:19.000000Z\",\"updated_at\":\"2026-05-07T10:26:31.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZVwvUHRKUTF2a2FHK1pNVWxiVmtyRUtiOFNPQkpJUDNmNktsc2s3dlFWb1k9IiwibWFjIjoiYmIxZmE1MGU1MmNmZjJmNzA3MWM3MTJkN2JmNWRkYzJmNjcxYTRiNjkxM2YxODY5OTBmNGFlMzRjNWI2NTY0MCJ9\",\"email_masked\":\"jac***@skale.today\",\"updated_at\":\"2026-05-07 18:26:45\"}','2026-05-07 10:26:45'),(142,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-05-08 17:05:43\",\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZHRHYUh2MzZxRmdFakRPRzlHOXYxUT09IiwibWFjIjoiODg0NWM4ZTc3OGY5NDljYzg0ZTA4ZDVkNjAyN2I0MWUxNWY3MTgxODM4NGY0YjYxMTE4Y2E3MDBhZDU2NzMzYiJ9\",\"mobile_country_code\":\"65\",\"wa_bsuid\":\"SG.4542509739402005\",\"password\":\"$2y$10$g93W7YeCv26QJMqIFOSLsejeEZzpb2DPg6RI.8jtaa8XjVORG5P0q\",\"referrer_code\":\"SOFS3CIZ\",\"business_account_id\":1,\"updated_at\":\"2026-05-08 17:05:57\",\"created_at\":\"2026-05-08 17:05:57\",\"id\":11}','2026-05-08 09:05:57'),(143,2,1,'users','{\"id\":11,\"business_account_id\":1,\"name\":\"\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"65\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$g93W7YeCv26QJMqIFOSLsejeEZzpb2DPg6RI.8jtaa8XjVORG5P0q\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"SOFS3CIZ\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-05-08T09:05:43.000000Z\",\"created_at\":\"2026-05-08T09:05:57.000000Z\",\"updated_at\":\"2026-05-08T09:05:57.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMFVHc2ZQSkhvWmNIQXB6WGVtSU9oUT09IiwibWFjIjoiY2Y1ZGExMjVjN2JhZDRkYmVlM2Y5OTc2NDdmODg5OGYxNmE2NGE1ODZhZDIzOTNjZDU3MDFlYzkyYWY4MGI0MiJ9\",\"updated_at\":\"2026-05-08 17:06:18\"}','2026-05-08 09:06:18'),(144,2,1,'users','{\"id\":11,\"business_account_id\":1,\"name\":\"Yuet whey siah\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":\"65\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$g93W7YeCv26QJMqIFOSLsejeEZzpb2DPg6RI.8jtaa8XjVORG5P0q\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"SOFS3CIZ\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-05-08T09:05:43.000000Z\",\"created_at\":\"2026-05-08T09:05:57.000000Z\",\"updated_at\":\"2026-05-08T09:06:18.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiTU5KZ3J6UUU1NmpTRGk0R21PNlpuY3lrWXdobjcwS0YzQlphcWtQUmI1cz0iLCJtYWMiOiJlNmM0M2ZlZTNlNjYwYzdiZjJmOTJjOWFhNjViMWY0M2JmZTBiNjA2ZWQzMzIwOWMxMjBiZDliYTBkNjhjZTIwIn0=\",\"email_masked\":\"yue***@growthdesk.com\",\"updated_at\":\"2026-05-08 17:06:43\"}','2026-05-08 09:06:43'),(145,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"Wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-04-30T02:15:03.000000Z\",\"google2fa_secret\":\"\"}','{\"wa_bsuid\":\"US.13491208655302741925\",\"updated_at\":\"2026-05-11 11:58:22\"}','2026-05-11 03:58:22'),(146,2,1,'users',NULL,'{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==\",\"email_masked\":\"\",\"register_at\":\"2026-05-11 23:04:28\",\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"password\":\"$2y$10$7Iio85mJJM8eN\\/K2sqUOFe1f9ehHWvgwf815Uai1YBlXZK7Z4yq.6\",\"referrer_code\":\"AW27BBSD\",\"business_account_id\":1,\"updated_at\":\"2026-05-12 08:47:08\",\"created_at\":\"2026-05-12 08:47:08\",\"id\":12}','2026-05-12 00:47:08'),(147,2,1,'users','{\"id\":12,\"business_account_id\":1,\"name\":\"\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$7Iio85mJJM8eN\\/K2sqUOFe1f9ehHWvgwf815Uai1YBlXZK7Z4yq.6\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"AW27BBSD\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-05-11T15:04:28.000000Z\",\"created_at\":\"2026-05-12T00:47:08.000000Z\",\"updated_at\":\"2026-05-12T00:47:08.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"updated_at\":\"2026-05-12 08:47:51\"}','2026-05-12 00:47:51'),(148,2,1,'users','{\"id\":12,\"business_account_id\":1,\"name\":\"Yuet Whey Siah\",\"last_name\":false,\"email\":\"\",\"email_masked\":\"\",\"mobile\":false,\"mobile_country_code\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$7Iio85mJJM8eN\\/K2sqUOFe1f9ehHWvgwf815Uai1YBlXZK7Z4yq.6\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"AW27BBSD\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-05-11T15:04:28.000000Z\",\"created_at\":\"2026-05-12T00:47:08.000000Z\",\"updated_at\":\"2026-05-12T00:47:51.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"email_masked\":\"yue***@gmail.com\",\"updated_at\":\"2026-05-12 08:49:46\"}','2026-05-12 00:49:46'),(149,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"Wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-11T03:58:22.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"updated_at\":\"2026-05-12 11:01:36\"}','2026-05-12 03:01:36'),(150,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-12T03:01:36.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"updated_at\":\"2026-05-12 11:04:12\"}','2026-05-12 03:04:12'),(151,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"Wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-12T03:04:12.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"updated_at\":\"2026-05-12 11:07:16\"}','2026-05-12 03:07:16'),(152,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-12T03:07:16.000000Z\",\"google2fa_secret\":\"\"}','{\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"updated_at\":\"2026-05-12 11:39:38\"}','2026-05-12 03:39:38'),(153,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":34,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 11:42:09\",\"created_at\":\"2026-05-12 11:42:09\",\"id\":1}','2026-05-12 03:42:09'),(154,1,1,'approvals','{\"id\":1,\"module\":\"daily_challenge\",\"module_identifier\":\"34\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T03:42:09.000000Z\",\"updated_at\":\"2026-05-12T03:42:09.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 11:43:46\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 11:43:46\"}','2026-05-12 03:43:46'),(155,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":35,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 11:44:37\",\"created_at\":\"2026-05-12 11:44:37\",\"id\":2}','2026-05-12 03:44:37'),(156,1,1,'approvals','{\"id\":1,\"module\":\"daily_challenge\",\"module_identifier\":\"34\",\"reviewed_by\":\"1\",\"reviewed_at\":\"2026-05-12 11:43:46\",\"status\":\"approved\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T03:42:09.000000Z\",\"updated_at\":\"2026-05-12T03:43:46.000000Z\"}','{\"reviewed_at\":\"2026-05-12 12:03:04\",\"updated_at\":\"2026-05-12 12:03:04\"}','2026-05-12 04:03:04'),(157,1,1,'approvals','{\"id\":2,\"module\":\"daily_challenge\",\"module_identifier\":\"35\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T03:44:37.000000Z\",\"updated_at\":\"2026-05-12T03:44:37.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 12:06:28\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 12:06:28\"}','2026-05-12 04:06:28'),(158,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":36,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 12:10:01\",\"created_at\":\"2026-05-12 12:10:01\",\"id\":3}','2026-05-12 04:10:01'),(159,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":37,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 12:10:18\",\"created_at\":\"2026-05-12 12:10:18\",\"id\":4}','2026-05-12 04:10:18'),(160,1,1,'approvals','{\"id\":3,\"module\":\"daily_challenge\",\"module_identifier\":\"36\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T04:10:01.000000Z\",\"updated_at\":\"2026-05-12T04:10:01.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 12:23:04\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 12:23:04\"}','2026-05-12 04:23:04'),(161,1,1,'approvals','{\"id\":3,\"module\":\"daily_challenge\",\"module_identifier\":\"36\",\"reviewed_by\":\"1\",\"reviewed_at\":\"2026-05-12 12:23:04\",\"status\":\"approved\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T04:10:01.000000Z\",\"updated_at\":\"2026-05-12T04:23:04.000000Z\"}','{\"reviewed_at\":\"2026-05-12 13:15:34\",\"updated_at\":\"2026-05-12 13:15:34\"}','2026-05-12 05:15:34'),(162,1,1,'approvals','{\"id\":4,\"module\":\"daily_challenge\",\"module_identifier\":\"37\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T04:10:18.000000Z\",\"updated_at\":\"2026-05-12T04:10:18.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 13:15:53\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 13:15:53\"}','2026-05-12 05:15:53'),(163,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":38,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 13:22:32\",\"created_at\":\"2026-05-12 13:22:32\",\"id\":5}','2026-05-12 05:22:32'),(164,1,1,'approvals','{\"id\":5,\"module\":\"daily_challenge\",\"module_identifier\":\"38\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T05:22:32.000000Z\",\"updated_at\":\"2026-05-12T05:22:32.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 13:31:46\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 13:31:46\"}','2026-05-12 05:31:46'),(165,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":39,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 13:46:47\",\"created_at\":\"2026-05-12 13:46:47\",\"id\":6}','2026-05-12 05:46:47'),(166,1,1,'approvals','{\"id\":6,\"module\":\"daily_challenge\",\"module_identifier\":\"39\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T05:46:47.000000Z\",\"updated_at\":\"2026-05-12T05:46:47.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 13:47:24\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 13:47:24\"}','2026-05-12 05:47:24'),(167,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":40,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 13:49:57\",\"created_at\":\"2026-05-12 13:49:57\",\"id\":7}','2026-05-12 05:49:57'),(168,1,1,'approvals','{\"id\":7,\"module\":\"daily_challenge\",\"module_identifier\":\"40\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T05:49:57.000000Z\",\"updated_at\":\"2026-05-12T05:49:57.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 13:50:13\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 13:50:13\"}','2026-05-12 05:50:13'),(169,NULL,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"Wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":0,\"user_verified_timestamp\":null,\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-12T03:39:38.000000Z\",\"google2fa_secret\":\"\"}','{\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-05-12T05:50:16.225420Z\",\"updated_at\":\"2026-05-12 13:50:16\"}','2026-05-12 05:50:16'),(170,2,1,'users','{\"id\":8,\"business_account_id\":1,\"name\":\"Wilson\",\"last_name\":false,\"email\":\"wilson@sample.com\",\"email_masked\":\"wil***@sample.com\",\"mobile\":false,\"mobile_country_code\":\"63\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"user_twofa\":null,\"mobile_verified\":1,\"user_verified_timestamp\":\"2026-05-12 13:50:16\",\"user_membership_id\":null,\"membership_synced_date\":null,\"is_membership_auto_sync_mode\":null,\"user_avatar\":null,\"dob\":null,\"birth_month\":null,\"birth_year\":null,\"business_asset_id\":null,\"email_verified_at\":null,\"password\":\"$2y$10$Gb27\\/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G\",\"api_token\":null,\"password_changed_at\":null,\"remember_token\":null,\"referrer_code\":\"HQUE1BSC\",\"reg_code\":null,\"reg_order\":null,\"register_at\":\"2026-04-16T00:11:19.000000Z\",\"created_at\":\"2026-04-16T00:11:27.000000Z\",\"updated_at\":\"2026-05-12T05:50:16.000000Z\",\"google2fa_secret\":\"\"}','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"email_masked\":\"wil***@growthdesk.com\",\"updated_at\":\"2026-05-12 16:20:52\"}','2026-05-12 08:20:52'),(171,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":41,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 16:23:01\",\"created_at\":\"2026-05-12 16:23:01\",\"id\":8}','2026-05-12 08:23:01'),(172,1,1,'approvals','{\"id\":8,\"module\":\"daily_challenge\",\"module_identifier\":\"41\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T08:23:01.000000Z\",\"updated_at\":\"2026-05-12T08:23:01.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 16:23:17\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 16:23:17\"}','2026-05-12 08:23:17'),(173,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":46,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-12 16:26:53\",\"created_at\":\"2026-05-12 16:26:53\",\"id\":9}','2026-05-12 08:26:53'),(174,1,1,'approvals','{\"id\":9,\"module\":\"daily_challenge\",\"module_identifier\":\"46\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T08:26:53.000000Z\",\"updated_at\":\"2026-05-12T08:26:53.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-12 16:29:55\",\"status\":\"approved\",\"updated_at\":\"2026-05-12 16:29:55\"}','2026-05-12 08:29:55'),(175,1,1,'approvals','{\"id\":9,\"module\":\"daily_challenge\",\"module_identifier\":\"46\",\"reviewed_by\":\"1\",\"reviewed_at\":\"2026-05-12 16:29:55\",\"status\":\"approved\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-12T08:26:53.000000Z\",\"updated_at\":\"2026-05-12T08:29:55.000000Z\"}','{\"reviewed_at\":\"2026-05-12 16:36:44\",\"updated_at\":\"2026-05-12 16:36:44\"}','2026-05-12 08:36:44'),(176,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":48,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-13 12:25:41\",\"created_at\":\"2026-05-13 12:25:41\",\"id\":10}','2026-05-13 04:25:41'),(177,1,1,'env_configs','{\"CAMPAIGN_NAME\":\"WA Username Test Campaign\",\"CAMPAIGN_SHORT_NAME\":\"\",\"CAMPAIGN_DESCRIPTION\":\"\",\"CAMPAIGN_KEYWORDS\":\"\",\"IS_PRE_CAMPAIGN_GAME\":\"\",\"CAMPAIGN_START_MSG\":\"\",\"CAMPAIGN_END_MSG\":\"\",\"CAMPAIGN_REDEEM_END_MSG\":\"\",\"CLIENT_TERMS_LINK\":\"\",\"CLIENT_PRIVACY_LINK\":\"\",\"THEME_COLOR\":\"#410505\",\"TEXT_COLOR_DEFAULT\":\"#FFFFFF\",\"LOGO_WHITE_DEFAULT\":\"\",\"MASTHEAD_DEFAULT\":\"\",\"MASTHEAD_DEFAULT_POPUP\":\"\",\"BACKGROUND_IMG_DEFAULT\":\"\",\"BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BACKGROUND_IMG_POPUP_DEFAULT\":\"\",\"BACKGROUND_COLOR_POPUP_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BTN_FONT_COLOR_DEFAULT\":\"#3A3C6E\",\"BTN_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(90deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_FONT_COLOR_DEFAULT\":\"#323747\",\"CLIENT_CONTACT_US_EMAIL\":\"hello@skale.today\",\"CLIENT_FACEBOOK\":\"\",\"CLIENT_INSTAGRAM\":\"\",\"CLIENT_LINKEDIN\":\"\",\"CAMPAIGN_LICENSING_NO\":\"\",\"SOCIAL_SHARE_IMG_DEFAULT\":\"\",\"PWA_FAVICON\":\"\",\"PWA_FAVICON_16\":\"\",\"PWA_FAVICON_32\":\"\",\"PWA_FAVICON_96\":\"\",\"PWA_FAVICON_192\":\"\",\"PWA_FAVICON_256\":\"\",\"PWA_FAVICON_384\":\"\",\"PWA_FAVICON_512\":\"\",\"REG_EMAIL_MANDATORY\":\"true\",\"REG_ENABLE_DOB\":\"false\",\"REG_ENABLE_YEAR\":\"\",\"REG_ENABLE_ADDRESS\":\"\",\"REG_ENABLE_ADDRESS_STATE\":\"\",\"SRR_HAS_REQUIRE_MERCHANTS\":\"\",\"SRR_HAS_REQUIRE_TRANSACTION_AMOUNT\":\"\",\"CHALLENGE_APPROVE_TITLE\":\"\",\"CHALLENGE_APPROVE_SUBTITLE\":\"\",\"CHALLENGE_PENDING_TITLE\":\"\",\"CHALLENGE_PENDING_SUBTITLE\":\"\",\"CHALLENGE_SHORTCUT_SUBTITLE\":\"\",\"REFERRAL_INSTRUCTION\":\"Both you and your friend will get 1 points when they sign up through your link & upload their first receipt\",\"SOCIAL_SHARE_MSG\":\"Did you hear about :client_name\'s Platform? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}\",\"REFERRAL_REWARD_LIMIT\":\"\",\"RIDDLE_LOSE\":\"\",\"RIDDLE_QNS_PER_DAY\":\"\",\"RIDDLE_QNS_RANDOMIZE\":\"\",\"FACEBOOK_PIXEL_ID\":\"\",\"GTM_CONTAINER_ID\":\"\",\"SKALE_PIXEL_ID\":\"\",\"TIKTOK_PIXEL_ID\":\"\",\"OTHER_ID\":\"\",\"DEFAULT_START_DATE\":\"2026-05-07\",\"DEFAULT_REDEEM_START_DATE\":\"2026-05-07\",\"DEFAULT_END_DATE\":\"2027-05-07\",\"DEFAULT_REDEEM_END_DATE\":\"2027-05-07\",\"business_account_id\":1}','{\"APP_URL\":\"http:\\/\\/wa-username-testing.growthdesk.dev\",\"APP_BASE_DOMAIN\":\"http:\\/\\/wa-username-testing.growthdesk.dev\"}','2026-05-13 05:37:07'),(178,1,1,'env_configs','{\"CAMPAIGN_NAME\":\"WA Username Test Campaign\",\"CAMPAIGN_SHORT_NAME\":\"\",\"CAMPAIGN_DESCRIPTION\":\"\",\"CAMPAIGN_KEYWORDS\":\"\",\"IS_PRE_CAMPAIGN_GAME\":\"\",\"CAMPAIGN_START_MSG\":\"\",\"CAMPAIGN_END_MSG\":\"\",\"CAMPAIGN_REDEEM_END_MSG\":\"\",\"CLIENT_TERMS_LINK\":\"\",\"CLIENT_PRIVACY_LINK\":\"\",\"THEME_COLOR\":\"#410505\",\"TEXT_COLOR_DEFAULT\":\"#FFFFFF\",\"LOGO_WHITE_DEFAULT\":\"\",\"MASTHEAD_DEFAULT\":\"\",\"MASTHEAD_DEFAULT_POPUP\":\"\",\"BACKGROUND_IMG_DEFAULT\":\"\",\"BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BACKGROUND_IMG_POPUP_DEFAULT\":\"\",\"BACKGROUND_COLOR_POPUP_DEFAULT\":\"linear-gradient(0deg, rgba(95, 59, 255, 1) 0%, rgba(0, 145, 255, 1) 100%)\",\"BTN_FONT_COLOR_DEFAULT\":\"#3A3C6E\",\"BTN_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(0deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_BACKGROUND_COLOR_DEFAULT\":\"linear-gradient(90deg, rgba(255, 191, 0, 1) 0%, rgba(255, 218, 65, 1) 100%)\",\"FOOTER_FONT_COLOR_DEFAULT\":\"#323747\",\"CLIENT_CONTACT_US_EMAIL\":\"hello@skale.today\",\"CLIENT_FACEBOOK\":\"\",\"CLIENT_INSTAGRAM\":\"\",\"CLIENT_LINKEDIN\":\"\",\"CAMPAIGN_LICENSING_NO\":\"\",\"SOCIAL_SHARE_IMG_DEFAULT\":\"\",\"PWA_FAVICON\":\"\",\"PWA_FAVICON_16\":\"\",\"PWA_FAVICON_32\":\"\",\"PWA_FAVICON_96\":\"\",\"PWA_FAVICON_192\":\"\",\"PWA_FAVICON_256\":\"\",\"PWA_FAVICON_384\":\"\",\"PWA_FAVICON_512\":\"\",\"REG_EMAIL_MANDATORY\":\"true\",\"REG_ENABLE_DOB\":\"false\",\"REG_ENABLE_YEAR\":\"\",\"REG_ENABLE_ADDRESS\":\"\",\"REG_ENABLE_ADDRESS_STATE\":\"\",\"SRR_HAS_REQUIRE_MERCHANTS\":\"\",\"SRR_HAS_REQUIRE_TRANSACTION_AMOUNT\":\"\",\"CHALLENGE_APPROVE_TITLE\":\"\",\"CHALLENGE_APPROVE_SUBTITLE\":\"\",\"CHALLENGE_PENDING_TITLE\":\"\",\"CHALLENGE_PENDING_SUBTITLE\":\"\",\"CHALLENGE_SHORTCUT_SUBTITLE\":\"\",\"REFERRAL_INSTRUCTION\":\"Both you and your friend will get 1 points when they sign up through your link & upload their first receipt\",\"SOCIAL_SHARE_MSG\":\"Did you hear about :client_name\'s Platform? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}\",\"REFERRAL_REWARD_LIMIT\":\"\",\"RIDDLE_LOSE\":\"\",\"RIDDLE_QNS_PER_DAY\":\"\",\"RIDDLE_QNS_RANDOMIZE\":\"\",\"FACEBOOK_PIXEL_ID\":\"\",\"GTM_CONTAINER_ID\":\"\",\"SKALE_PIXEL_ID\":\"\",\"TIKTOK_PIXEL_ID\":\"\",\"OTHER_ID\":\"\",\"DEFAULT_START_DATE\":\"2026-05-07\",\"DEFAULT_REDEEM_START_DATE\":\"2026-05-07\",\"DEFAULT_END_DATE\":\"2027-05-07\",\"DEFAULT_REDEEM_END_DATE\":\"2027-05-07\",\"APP_URL\":\"http:\\/\\/wa-username-testing.growthdesk.dev\",\"APP_BASE_DOMAIN\":\"http:\\/\\/wa-username-testing.growthdesk.dev\",\"business_account_id\":1}','{\"LOGIN_METHOD\":\"default\"}','2026-05-13 05:37:08'),(179,1,1,'sys_settings','{\"id\":10,\"business_account_id\":1,\"type\":\"basic_chance\",\"settings\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":\\\"1\\\"}\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"settings\":\"{\\\"daily_limit\\\":1,\\\"qty\\\":\\\"\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(180,1,1,'daily_challenges','{\"id\":8,\"business_account_id\":1,\"slug\":\"spinandwin\",\"name\":\"Spin And Win\",\"short_name\":null,\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":null,\"setting_details\":\"{\\\"win_title\\\":\\\"Congratulations\\\",\\\"win_subtitle\\\":\\\"You have won\\\",\\\"lose_title\\\":\\\"Oh No!\\\",\\\"lose_subtitle\\\":\\\"Please try again\\\"}\",\"day_week_settings\":null,\"order\":null,\"is_active\":0,\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-04-07T06:36:25.000000Z\"}','{\"is_active\":1,\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(181,1,1,'daily_challenges','{\"id\":8,\"business_account_id\":1,\"slug\":\"spinandwin\",\"name\":\"Spin And Win\",\"short_name\":null,\"description\":null,\"img_landing_path\":null,\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":null,\"setting_details\":{\"win_title\":\"Congratulations\",\"win_subtitle\":\"You have won\",\"lose_title\":\"Oh No!\",\"lose_subtitle\":\"Please try again\"},\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-05-13T05:37:29.000000Z\"}','{\"setting_details\":\"{\\\"win_title\\\":\\\"Congratulations\\\",\\\"win_subtitle\\\":\\\"You have won\\\",\\\"lose_title\\\":\\\"Oh No!\\\",\\\"lose_subtitle\\\":\\\"Please try again\\\"}\"}','2026-05-13 05:37:29'),(182,1,1,'sys_settings','{\"id\":4,\"business_account_id\":1,\"type\":\"daily_checkin\",\"settings\":\"{\\\"is_active\\\":\\\"1\\\",\\\"type\\\":\\\"points\\\",\\\"qty\\\":\\\"10\\\",\\\"auto\\\":\\\"0\\\"}\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"settings\":\"{\\\"is_active\\\":\\\"1\\\",\\\"auto\\\":\\\"0\\\",\\\"qty\\\":\\\"10\\\",\\\"type\\\":\\\"points\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(183,1,1,'daily_challenges','{\"id\":3,\"business_account_id\":1,\"slug\":\"offline_eng\",\"name\":\"ScanQR Code In-Store\",\"short_name\":null,\"description\":\"Spend In-Store and Unlock an Additional Attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Scan_QR-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":1}\",\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":\\\"0\\\",\\\"qr_code\\\":\\\"0\\\",\\\"6_digit_pin\\\":\\\"0\\\",\\\"store_types_auto_include\\\":\\\"0\\\"}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(184,1,1,'daily_challenges','{\"id\":3,\"business_account_id\":1,\"slug\":\"offline_eng\",\"name\":\"ScanQR Code In-Store\",\"short_name\":null,\"description\":\"Spend In-Store and Unlock an Additional Attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Scan_QR-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]},\"setting_details\":{\"shortcut\":\"0\",\"daily_limit\":\"0\",\"qr_code\":\"0\",\"6_digit_pin\":\"0\",\"store_types_auto_include\":\"0\"},\"day_week_settings\":null,\"order\":null,\"is_active\":\"1\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-05-13T05:37:29.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":\\\"0\\\",\\\"qr_code\\\":\\\"0\\\",\\\"6_digit_pin\\\":\\\"0\\\",\\\"store_types_auto_include\\\":\\\"0\\\"}\"}','2026-05-13 05:37:29'),(185,1,1,'daily_challenges','{\"id\":4,\"business_account_id\":1,\"slug\":\"social_follow\",\"name\":\"Join our Social Media\",\"short_name\":null,\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Follow_Social_Media-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"lifetime_limit\\\":null,\\\"auto_approve\\\":\\\"1\\\",\\\"url\\\":{\\\"facebook\\\":null,\\\"instagram\\\":null,\\\"tiktok\\\":null},\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(186,1,1,'daily_challenges','{\"id\":4,\"business_account_id\":1,\"slug\":\"social_follow\",\"name\":\"Join our Social Media\",\"short_name\":null,\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Follow_Social_Media-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]},\"setting_details\":{\"shortcut\":\"0\",\"lifetime_limit\":null,\"auto_approve\":\"1\",\"url\":{\"facebook\":null,\"instagram\":null,\"tiktok\":null},\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}},\"day_week_settings\":null,\"order\":null,\"is_active\":\"1\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-05-13T05:37:29.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"lifetime_limit\\\":null,\\\"auto_approve\\\":\\\"1\\\",\\\"url\\\":{\\\"facebook\\\":null,\\\"instagram\\\":null,\\\"tiktok\\\":null},\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\"}','2026-05-13 05:37:29'),(187,1,1,'daily_challenges','{\"id\":5,\"business_account_id\":1,\"slug\":\"app_install\",\"name\":\"Install App\",\"short_name\":null,\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Install_App-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-04-07T06:36:25.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"lifetime_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"url\\\":{\\\"play\\\":null,\\\"ios\\\":null,\\\"huawei\\\":null},\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:29'),(188,1,1,'daily_challenges','{\"id\":5,\"business_account_id\":1,\"slug\":\"app_install\",\"name\":\"Install App\",\"short_name\":null,\"description\":null,\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Install_App-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]},\"setting_details\":{\"shortcut\":\"0\",\"lifetime_limit\":null,\"auto_approve\":\"0\",\"url\":{\"play\":null,\"ios\":null,\"huawei\":null},\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}},\"day_week_settings\":null,\"order\":null,\"is_active\":\"1\",\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-05-13T05:37:29.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"lifetime_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"url\\\":{\\\"play\\\":null,\\\"ios\\\":null,\\\"huawei\\\":null},\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\"}','2026-05-13 05:37:29'),(189,1,1,'daily_challenges','{\"id\":6,\"business_account_id\":1,\"slug\":\"upload_receipt\",\"name\":\"Upload Receipt\",\"short_name\":null,\"description\":\"Upload receipt of your purchase to unlock additional attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Upload_Receipt-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":\"2026-12-31 10:29:54\",\"reward_details\":{\"type\":\"chance\",\"qty\":1},\"setting_details\":{\"shortcut\":1},\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-04-07T06:36:25.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"reward_on_submit\\\":\\\"0\\\",\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\",\"updated_at\":\"2026-05-13 13:37:29\"}','2026-05-13 05:37:30'),(190,1,1,'daily_challenges','{\"id\":6,\"business_account_id\":1,\"slug\":\"upload_receipt\",\"name\":\"Upload Receipt\",\"short_name\":null,\"description\":\"Upload receipt of your purchase to unlock additional attempt\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Upload_Receipt-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":\"2026-12-31 10:29:54\",\"reward_details\":{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]},\"setting_details\":{\"shortcut\":\"0\",\"daily_limit\":null,\"auto_approve\":\"0\",\"reward_on_submit\":\"0\",\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}},\"day_week_settings\":null,\"order\":null,\"is_active\":\"1\",\"created_at\":\"2026-04-07T06:36:25.000000Z\",\"updated_at\":\"2026-05-13T05:37:29.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"reward_on_submit\\\":\\\"0\\\",\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\",\"updated_at\":\"2026-05-13 13:37:30\"}','2026-05-13 05:37:30'),(191,1,1,'daily_challenges','{\"id\":2,\"business_account_id\":1,\"slug\":\"take_a_picture\",\"name\":\"Take a Picture\",\"short_name\":null,\"description\":\"To learn more, please head to the nearest customer service counter.\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Snap_Photo-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":\"{\\\"type\\\":\\\"chance\\\",\\\"qty\\\":1}\",\"setting_details\":\"{\\\"shortcut\\\":0}\",\"day_week_settings\":null,\"order\":null,\"is_active\":1,\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"reward_on_submit\\\":\\\"0\\\",\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\",\"updated_at\":\"2026-05-13 13:37:30\"}','2026-05-13 05:37:30'),(192,1,1,'daily_challenges','{\"id\":2,\"business_account_id\":1,\"slug\":\"take_a_picture\",\"name\":\"Take a Picture\",\"short_name\":null,\"description\":\"To learn more, please head to the nearest customer service counter.\",\"img_landing_path\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/assets\\/images\\/daily_challenges\\/Challenge_images_Snap_Photo-min.png\",\"date_from\":\"2026-04-07 14:36:24\",\"date_to\":null,\"reward_details\":{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]},\"setting_details\":{\"shortcut\":\"0\",\"daily_limit\":null,\"auto_approve\":\"0\",\"reward_on_submit\":\"0\",\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}},\"day_week_settings\":null,\"order\":null,\"is_active\":\"1\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-05-13T05:37:30.000000Z\"}','{\"reward_details\":\"{\\\"qty\\\":\\\"1\\\",\\\"type\\\":\\\"chance\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"setting_details\":\"{\\\"shortcut\\\":\\\"0\\\",\\\"daily_limit\\\":null,\\\"auto_approve\\\":\\\"0\\\",\\\"reward_on_submit\\\":\\\"0\\\",\\\"examples\\\":[{\\\"name\\\":null},{\\\"name\\\":null},{\\\"name\\\":null}],\\\"messages\\\":{\\\"success\\\":{\\\"title\\\":null,\\\"subtitle\\\":null},\\\"error\\\":{\\\"title\\\":null,\\\"subtitle\\\":null}}}\"}','2026-05-13 05:37:30'),(193,1,1,'sys_settings','{\"id\":1,\"business_account_id\":1,\"type\":\"referrer_token\",\"settings\":\"15\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"settings\":\"{\\\"qty\\\":\\\"15\\\",\\\"type\\\":\\\"points\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"updated_at\":\"2026-05-13 13:37:30\"}','2026-05-13 05:37:30'),(194,1,1,'sys_settings','{\"id\":2,\"business_account_id\":1,\"type\":\"referee_token\",\"settings\":\"15\",\"created_at\":\"2026-04-07T06:36:24.000000Z\",\"updated_at\":\"2026-04-07T06:36:24.000000Z\"}','{\"settings\":\"{\\\"qty\\\":\\\"15\\\",\\\"type\\\":\\\"points\\\",\\\"additional\\\":[],\\\"caches\\\":[]}\",\"updated_at\":\"2026-05-13 13:37:30\"}','2026-05-13 05:37:30'),(195,1,1,'approvals','{\"id\":10,\"module\":\"daily_challenge\",\"module_identifier\":\"48\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-13T04:25:41.000000Z\",\"updated_at\":\"2026-05-13T04:25:41.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-13 13:54:44\",\"status\":\"approved\",\"updated_at\":\"2026-05-13 13:54:44\"}','2026-05-13 05:54:44'),(196,2,1,'approvals',NULL,'{\"module\":\"daily_challenge\",\"module_identifier\":50,\"ocr_appv_status\":\"scheduling\",\"updated_at\":\"2026-05-13 17:08:38\",\"created_at\":\"2026-05-13 17:08:38\",\"id\":11}','2026-05-13 09:08:38'),(197,1,1,'approvals','{\"id\":11,\"module\":\"daily_challenge\",\"module_identifier\":\"50\",\"reviewed_by\":null,\"reviewed_at\":null,\"status\":\"pending\",\"status_reason\":null,\"ocr_appv_status\":\"scheduling\",\"created_at\":\"2026-05-13T09:08:38.000000Z\",\"updated_at\":\"2026-05-13T09:08:38.000000Z\"}','{\"reviewed_by\":1,\"reviewed_at\":\"2026-05-13 17:09:23\",\"status\":\"approved\",\"updated_at\":\"2026-05-13 17:09:23\"}','2026-05-13 09:09:23');
/*!40000 ALTER TABLE `audit_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `banner_settings`
--

DROP TABLE IF EXISTS `banner_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `banner_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `position` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `desktop_image_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ipad_image_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_image_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `action_link` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_datetime` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `end_datetime` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `banner_settings_business_account_id_status(6)_index` (`business_account_id`,`status`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `banner_settings`
--

LOCK TABLES `banner_settings` WRITE;
/*!40000 ALTER TABLE `banner_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `banner_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `billing_period_logs`
--

DROP TABLE IF EXISTS `billing_period_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `billing_period_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `log_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_from` date NOT NULL,
  `date_to` date NOT NULL,
  `module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `billing_period_logs_business_account_id_date_from_index` (`business_account_id`,`date_from`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `billing_period_logs`
--

LOCK TABLES `billing_period_logs` WRITE;
/*!40000 ALTER TABLE `billing_period_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `billing_period_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blast_recipients`
--

DROP TABLE IF EXISTS `blast_recipients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blast_recipients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `blast_id` bigint unsigned NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attempts` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `blast_recipients_blast_id_index` (`blast_id`),
  KEY `blast_recipients_type(3)_user_id(6)_index` (`type`(3),`user_id`(6))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blast_recipients`
--

LOCK TABLES `blast_recipients` WRITE;
/*!40000 ALTER TABLE `blast_recipients` DISABLE KEYS */;
INSERT INTO `blast_recipients` VALUES (1,2,'2','6363','sms','Hey EJ,\nYou have new rewards waiting for you here https://wa-username-testing.growthdesk.dev/uid/Q07PTTAI04/my','{\"error\":\"-1008 = MISSING PARAMETER\"}','2026-04-30 05:29:02','2026-04-30 05:29:02',0),(2,3,'2','6363','whatsapp','','attempting','2026-04-30 05:35:59','2026-04-30 05:35:59',0),(3,3,'8','6363','whatsapp','','attempting','2026-04-30 05:35:59','2026-04-30 05:35:59',0),(4,4,'2','6363','whatsapp','','attempting','2026-04-30 06:52:53','2026-04-30 06:52:53',0),(5,4,'8','6363','whatsapp','','attempting','2026-04-30 06:52:53','2026-04-30 06:52:53',0),(6,5,'2','6363','whatsapp','','attempting','2026-04-30 07:03:55','2026-04-30 07:03:55',0),(7,5,'8','6363','whatsapp','','attempting','2026-04-30 07:03:55','2026-04-30 07:03:55',0),(8,6,'2','tes************e3','whatsapp','','attempting','2026-04-30 07:08:52','2026-04-30 07:08:52',0),(9,6,'8','wil*********ne','whatsapp','','attempting','2026-04-30 07:08:52','2026-04-30 07:08:52',0),(10,6,'2','tes************e3','whatsapp','','attempting','2026-04-30 07:29:21','2026-04-30 07:29:21',0),(11,6,'8','wil*********ne','whatsapp','','attempting','2026-04-30 07:29:21','2026-04-30 07:29:21',0),(12,6,'2','tes************e3','whatsapp','','attempting','2026-04-30 07:30:05','2026-04-30 07:30:05',0),(13,6,'8','wil*********ne','whatsapp','','attempting','2026-04-30 07:30:05','2026-04-30 07:30:05',0),(14,6,'2','@te*************e3','whatsapp','','attempting','2026-04-30 10:16:52','2026-04-30 10:16:52',0),(15,6,'8','@wi**********ne','whatsapp','','attempting','2026-04-30 10:16:52','2026-04-30 10:16:52',0),(16,6,'2','@te*************e3','whatsapp','','attempting','2026-04-30 10:17:11','2026-04-30 10:17:11',0),(17,6,'8','@wi**********ne','whatsapp','','attempting','2026-04-30 10:17:11','2026-04-30 10:17:11',0),(18,8,'8','@wi**********ne','whatsapp','','attempting','2026-05-12 06:08:05','2026-05-12 06:08:05',0),(19,9,'12','@te*************e4','whatsapp','','attempting','2026-05-12 06:32:37','2026-05-12 06:32:37',0),(20,9,'8','@wi**********ne','whatsapp','','attempting','2026-05-12 06:32:37','2026-05-12 06:32:37',0);
/*!40000 ALTER TABLE `blast_recipients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blast_target_groups`
--

DROP TABLE IF EXISTS `blast_target_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blast_target_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `filters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by` bigint unsigned NOT NULL,
  `estimated_audience` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `exclusions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'inactive',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `blast_target_groups_business_account_id_index` (`business_account_id`),
  KEY `blast_target_groups_created_by_index` (`created_by`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blast_target_groups`
--

LOCK TABLES `blast_target_groups` WRITE;
/*!40000 ALTER TABLE `blast_target_groups` DISABLE KEYS */;
INSERT INTO `blast_target_groups` VALUES (1,1,'Temp-1776149330','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-14 06:48:50','2026-04-14 06:48:50'),(2,1,'Temp-1776149405','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-14 06:50:05','2026-04-14 06:50:05'),(3,1,'Temp-1776149609','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">1</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">Q07PTTAI04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"Q07PTTAI04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-14 06:53:29','2026-04-14 06:53:29'),(4,1,'Temp-1776322111','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-16 06:48:31','2026-04-16 06:48:31'),(5,1,'Temp-1776322280','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">1</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">I07X60FF04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"I07X60FF04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-16 06:51:20','2026-04-16 06:51:20'),(6,1,'Temp-1776326289','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-16 07:58:09','2026-04-16 07:58:09'),(7,1,'Temp-1776669685','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-20 07:21:25','2026-04-20 07:21:25'),(8,1,'Temp-1777454575','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-29 09:22:55','2026-04-29 09:22:55'),(9,1,'Temp-1777516857','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 02:40:57','2026-04-30 02:40:57'),(10,1,'Temp-1777516863','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 02:41:03','2026-04-30 02:41:03'),(11,1,'Temp-1777516882','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 02:41:22','2026-04-30 02:41:22'),(12,1,'Temp-1777517703','\"\"','[]',1,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 02:55:03','2026-04-30 02:55:03'),(13,1,'Temp-1777521653','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">2</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">T16ZM2JP04, Q07PTTAI04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"T16ZM2JP04\",\"Q07PTTAI04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 04:00:53','2026-04-30 04:00:53'),(14,1,'Temp-1777521773','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 04:02:53','2026-04-30 04:02:53'),(15,1,'Temp-1777521814','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">2</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">T16ZM2JP04, Q07PTTAI04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"T16ZM2JP04\",\"Q07PTTAI04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 04:03:34','2026-04-30 04:03:34'),(16,1,'Temp-1777526645','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 05:24:05','2026-04-30 05:24:05'),(17,1,'Temp-1777530697','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 06:31:37','2026-04-30 06:31:37'),(18,1,'Temp-1777530744','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 06:32:24','2026-04-30 06:32:24'),(19,1,'Temp-1777530774','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">2</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">Q07PTTAI04, T16ZM2JP04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"Q07PTTAI04\",\"T16ZM2JP04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 06:32:54','2026-04-30 06:32:54'),(20,1,'Temp-1777532857','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 07:07:37','2026-04-30 07:07:37'),(21,1,'Temp-1777532888','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">2</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">Q07PTTAI04, T16ZM2JP04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"Q07PTTAI04\",\"T16ZM2JP04\"]}}]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 07:08:08','2026-04-30 07:08:08'),(22,1,'Temp-1777536636','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 08:10:36','2026-04-30 08:10:36'),(23,1,'Temp-1777536649','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 08:10:49','2026-04-30 08:10:49'),(24,1,'Temp-1777543926','\"\"','[]',2,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-04-30 10:12:06','2026-04-30 10:12:06'),(25,1,'Temp-1778565477','\"\"','[]',1,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-05-12 05:57:57','2026-05-12 05:57:57'),(26,1,'Temp-1778565555','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">1</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">T16ZM2JP04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"T16ZM2JP04\"]}}]',1,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-05-12 05:59:15','2026-05-12 05:59:15'),(27,1,'Temp-1778565654','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">1</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">T16ZM2JP04</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"T16ZM2JP04\"]}}]',1,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-05-12 06:00:54','2026-05-12 06:00:54'),(28,1,'Temp-1778567438','\"Only select from <span class=\\\"badge badge-btn badge-info\\\">2</span> user(s) <span class=\\\"badge badge-btn badge-info\\\">T16ZM2JP04, D12LZRYX05</span>\"','[{\"type\":\"pick_fixed_set_users\",\"data\":{\"pick_fixed_set_users_select\":[\"T16ZM2JP04\",\"D12LZRYX05\"]}}]',1,'count','{\"exclude_target_groups\":false,\"exclude_users\":false}','draft','2026-05-12 06:30:38','2026-05-12 06:30:38');
/*!40000 ALTER TABLE `blast_target_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blast_whatsapp_request_logs`
--

DROP TABLE IF EXISTS `blast_whatsapp_request_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blast_whatsapp_request_logs` (
  `blast_id` bigint unsigned NOT NULL,
  `req_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `req_response` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`blast_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blast_whatsapp_request_logs`
--

LOCK TABLES `blast_whatsapp_request_logs` WRITE;
/*!40000 ALTER TABLE `blast_whatsapp_request_logs` DISABLE KEYS */;
INSERT INTO `blast_whatsapp_request_logs` VALUES (3,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AxOTc','{\"name\":\"test1\",\"trigger_at\":\"2026-04-30T04:30:00.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"wa_username_testing_test_blast_01\",\"channel\":\"SKALE WA Test\"}','completed','2026-04-30 05:35:59','2026-04-30 05:35:59'),(4,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AyMDU','{\"name\":\"test2\",\"trigger_at\":\"2026-04-30T04:30:00.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"skale_wa_test_receipt_success_message_with_a_game_link\",\"channel\":\"SKALE WA Test\"}','completed','2026-04-30 06:52:53','2026-04-30 06:52:53'),(5,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AyMDY','{\"name\":\"Test Blast 3\",\"trigger_at\":\"2026-04-30T06:55:00.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"wa_username_testing_test_blast_01\",\"channel\":\"SKALE WA Test\"}','completed','2026-04-30 07:03:55','2026-04-30 07:03:56'),(6,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AyMDk','{\"name\":\"Test Blast 4\",\"trigger_at\":\"2026-04-30T06:55:00.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"wa_username_testing_test_blast_01\",\"channel\":\"SKALE WA Test\"}','completed','2026-04-30 10:17:11','2026-04-30 10:17:11'),(8,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AyMTI','{\"name\":\"Wilson Username Test Blast 2\",\"trigger_at\":\"2026-05-12T06:05:32.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"skale_wa_test_test_blast_for_username\",\"channel\":\"SKALE WA Test\"}','completed','2026-05-12 06:08:05','2026-05-12 06:08:05'),(9,'QXBwXE1vZGVsc1xBZGhvY1xBZGhvY0JsYXN0U2NoZWR1bGVyc0AyMTM','{\"name\":\"Wilson Username Test Blast 3\",\"trigger_at\":\"2026-05-12T06:30:00.000000Z\",\"finished_at\":null,\"cancelled_at\":null,\"reason\":null,\"template\":\"skale_wa_test_test_blast_for_username\",\"channel\":\"SKALE WA Test\"}','completed','2026-05-12 06:32:37','2026-05-12 06:32:38');
/*!40000 ALTER TABLE `blast_whatsapp_request_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blasts`
--

DROP TABLE IF EXISTS `blasts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blasts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_group_id` bigint unsigned NOT NULL,
  `schedule_datetime` datetime NOT NULL,
  `sms` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `in_app` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `whatsapp` longtext COLLATE utf8mb4_unicode_ci,
  `created_by` bigint unsigned NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `blasts_blast_group_id_index` (`blast_group_id`),
  KEY `blasts_created_by_index` (`created_by`),
  KEY `blasts_status(10)_index` (`status`(10))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blasts`
--

LOCK TABLES `blasts` WRITE;
/*!40000 ALTER TABLE `blasts` DISABLE KEYS */;
INSERT INTO `blasts` VALUES (1,'Test Blast','datetime',2,'2026-04-14 15:47:17','{\"content\":null,\"sender_id\":null}','{\"content\":\"<p>Hey {{recipient_name}},<br \\/>\\nYou have new rewards waiting for you here {{my_voucher_url}}<\\/p>\",\"email_subject\":\"Foo\",\"reply_to\":\"no-reply@growthdesk.dev\",\"sender_name\":\"Foo\"}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":null,\"variables\":null,\"content\":null}',2,'cancelled','2026-04-14 06:50:47','2026-04-14 06:52:18'),(2,'Test 2','datetime',3,'2026-04-14 15:52:48','{\"content\":\"Hey {{recipient_name}},\\nYou have new rewards waiting for you here {{my_voucher_url}}\",\"sender_id\":\"SKALE\"}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":null,\"variables\":null,\"content\":null}',2,'completed','2026-04-14 06:53:50','2026-04-30 05:29:03'),(3,'test1','datetime',13,'2026-04-30 12:30:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0MDkz\",\"variables\":{\"name\":\"{{recipient_name}}\"},\"content\":{\"slug\":\"wa_username_testing_test_blast_01\",\"content\":{\"body\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\",\"samples\":[],\"variables\":[\"name\"],\"body_raw\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\"}}}',2,'completed','2026-04-30 04:01:43','2026-04-30 05:35:59'),(4,'test2','datetime',15,'2026-04-30 12:30:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0MDY3\",\"variables\":[],\"content\":{\"slug\":\"skale_wa_test_receipt_success_message_with_a_game_link\",\"content\":{\"body\":\"Hi {{name}}! Your receipt has been validated and approved.\\n\\nYour points accumulated are {{points}}.\\n\\nSpoil your pet with rewards!\\nFind out the exciting rewards you can redeem for your pet here: {{login_url}}\\n\\nEvery purchase earns points for exciting treats for your furry pet.\",\"samples\":[],\"variables\":[\"name\",\"points\",\"login_url\"],\"body_raw\":\"Hi {{name}}! Your receipt has been validated and approved.<br \\/><br \\/>Your points accumulated are {{points}}.<br \\/><br \\/>Spoil your pet with rewards!<br \\/>Find out the exciting rewards you can redeem for your pet here: {{login_url}}<br \\/><br \\/>Every purchase earns points for exciting treats for your furry pet.\"}}}',2,'completed','2026-04-30 04:03:40','2026-04-30 06:52:53'),(5,'Test Blast 3','datetime',19,'2026-04-30 14:55:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0MDkz\",\"variables\":{\"name\":\"{{recipient_name}}\"},\"content\":{\"slug\":\"wa_username_testing_test_blast_01\",\"content\":{\"body\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\",\"samples\":[],\"variables\":[\"name\"],\"body_raw\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\"}}}',2,'completed','2026-04-30 06:33:15','2026-04-30 07:03:56'),(6,'Test Blast 4','datetime',21,'2026-04-30 14:55:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0MDkz\",\"variables\":{\"name\":\"{{recipient_name}}\"},\"content\":{\"slug\":\"wa_username_testing_test_blast_01\",\"content\":{\"body\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\",\"samples\":[],\"variables\":[\"name\"],\"body_raw\":\"Hello {{name}}! This message blast is used to test the functionality of WhatsApp notification in the campaign using the WhatsApp username.\"}}}',2,'completed','2026-04-30 07:08:14','2026-04-30 10:17:11'),(7,'Wilson Username Test Blast','datetime',26,'2026-05-12 14:30:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0NjM5\",\"variables\":[],\"content\":{\"slug\":\"skale_wa_test_test_blast_for_username\",\"content\":{\"body\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\",\"samples\":[],\"variables\":[],\"body_raw\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\"}}}',1,'cancelled','2026-05-12 06:00:00','2026-05-12 06:00:27'),(8,'Wilson Username Test Blast 2','datetime',27,'2026-05-12 14:05:32','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0NjM5\",\"variables\":[],\"content\":{\"slug\":\"skale_wa_test_test_blast_for_username\",\"content\":{\"body\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\",\"samples\":[],\"variables\":[],\"body_raw\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\"}}}',1,'completed','2026-05-12 06:01:04','2026-05-12 06:08:05'),(9,'Wilson Username Test Blast 3','datetime',28,'2026-05-12 14:30:00','{\"content\":null,\"sender_id\":null}','{\"content\":null,\"email_subject\":null,\"reply_to\":null,\"sender_name\":null}','{\"content\":null,\"cta_action\":null}','{\"wa_template_id\":\"QXBwXE1vZGVsc1xDaGFubmVsVGVtcGxhdGVzQDc0NjM5\",\"variables\":[],\"content\":{\"slug\":\"skale_wa_test_test_blast_for_username\",\"content\":{\"body\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\",\"samples\":[],\"variables\":[],\"body_raw\":\"Because when your pet is healthy, life is better for everyone. \\ud83d\\udc3e Trust Elanco for science-backed animal health solutions.\"}}}',1,'completed','2026-05-12 06:31:31','2026-05-12 06:32:38');
/*!40000 ALTER TABLE `blasts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bonus_module_request_logs`
--

DROP TABLE IF EXISTS `bonus_module_request_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bonus_module_request_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `bonus_module_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `requestor_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requestor_id` bigint unsigned DEFAULT NULL,
  `transactionable_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transactionable_id` bigint unsigned DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `transactionable_index` (`transactionable_type`,`transactionable_id`),
  KEY `requestor_index` (`requestor_type`,`requestor_id`),
  KEY `bonus_module_request_logs_bonus_module_id_index` (`bonus_module_id`),
  KEY `bonus_module_request_logs_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bonus_module_request_logs`
--

LOCK TABLES `bonus_module_request_logs` WRITE;
/*!40000 ALTER TABLE `bonus_module_request_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `bonus_module_request_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bonus_modules`
--

DROP TABLE IF EXISTS `bonus_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bonus_modules` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `event_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `daily_challenge_id` bigint unsigned DEFAULT NULL,
  `mechanism_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reward_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `min_num_trigger` int unsigned NOT NULL DEFAULT '1',
  `max_num_reward` int unsigned DEFAULT '1',
  `date_from` datetime DEFAULT NULL,
  `date_to` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `main_pair_index` (`business_account_id`,`event_type`),
  KEY `bonus_modules_daily_challenge_id_index` (`daily_challenge_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bonus_modules`
--

LOCK TABLES `bonus_modules` WRITE;
/*!40000 ALTER TABLE `bonus_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `bonus_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_account_details`
--

DROP TABLE IF EXISTS `business_account_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_account_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `header` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sub_header` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL,
  `business_account_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `business_account_details_business_account_id_index` (`business_account_id`),
  CONSTRAINT `business_account_details_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_account_details`
--

LOCK TABLES `business_account_details` WRITE;
/*!40000 ALTER TABLE `business_account_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `business_account_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_account_domains`
--

DROP TABLE IF EXISTS `business_account_domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_account_domains` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `hostname` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `business_account_domains_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_account_domains`
--

LOCK TABLES `business_account_domains` WRITE;
/*!40000 ALTER TABLE `business_account_domains` DISABLE KEYS */;
INSERT INTO `business_account_domains` VALUES (1,1,'wa-username-testing.growthdesk.dev','2026-04-07 06:36:24','2026-04-07 06:36:24');
/*!40000 ALTER TABLE `business_account_domains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_account_groups`
--

DROP TABLE IF EXISTS `business_account_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_account_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `main_business_account_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `business_account_groups_name_index` (`name`),
  KEY `business_account_groups_main_business_account_id_index` (`main_business_account_id`),
  CONSTRAINT `business_account_groups_main_business_account_id_foreign` FOREIGN KEY (`main_business_account_id`) REFERENCES `business_accounts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_account_groups`
--

LOCK TABLES `business_account_groups` WRITE;
/*!40000 ALTER TABLE `business_account_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `business_account_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_account_summaries`
--

DROP TABLE IF EXISTS `business_account_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_account_summaries` (
  `business_account_id` bigint unsigned NOT NULL,
  `module_usage_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  UNIQUE KEY `business_account_summaries_business_account_id_unique` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_account_summaries`
--

LOCK TABLES `business_account_summaries` WRITE;
/*!40000 ALTER TABLE `business_account_summaries` DISABLE KEYS */;
INSERT INTO `business_account_summaries` VALUES (1,'{\"riddle\":false,\"dstw\":false,\"dsc\":false,\"plant\":false,\"dailyChallenge\":true}','2026-04-07 06:52:57','2026-04-07 06:53:26');
/*!40000 ALTER TABLE `business_account_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_accounts`
--

DROP TABLE IF EXISTS `business_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_accounts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `hostname` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en',
  `company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `account_sn` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_white` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `favicon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `apple_touch_icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tc_link` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sender_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `noreply` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `account_group` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `add_by_business_account_id` bigint unsigned DEFAULT NULL,
  `add_by_user_id` bigint unsigned DEFAULT NULL,
  `is_agency` tinyint(1) NOT NULL DEFAULT '0',
  `alias` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `status_updated_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `business_accounts_hostname_unique` (`hostname`),
  KEY `business_accounts_account_group(6)_index` (`account_group`(6)),
  KEY `business_accounts_add_by_business_account_id_index` (`add_by_business_account_id`),
  KEY `business_accounts_add_by_user_id_index` (`add_by_user_id`),
  KEY `business_accounts_status_index` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_accounts`
--

LOCK TABLES `business_accounts` WRITE;
/*!40000 ALTER TABLE `business_accounts` DISABLE KEYS */;
INSERT INTO `business_accounts` VALUES (1,'wa-username-testing.growthdesk.dev','SG','en','WA Username Test','1AUse','-',NULL,NULL,NULL,NULL,'SKALE','no-reply@skale.today',NULL,'1WAUsernameTest','default',NULL,NULL,0,'WA Username Test Campaign','active',NULL,'2026-04-07 06:36:23','2026-04-07 06:36:24');
/*!40000 ALTER TABLE `business_accounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_assets`
--

DROP TABLE IF EXISTS `business_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_assets` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` int unsigned NOT NULL,
  `redeem_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `qr_code_file_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `qr_code_file_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `partner_business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `merchant_id` int unsigned DEFAULT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'retail',
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `full_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pixel_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `coordinates` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `promotion_code_display_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `brand` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `identifier` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_smart_receipt_exclusion` tinyint(1) NOT NULL DEFAULT '0',
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `store` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `merchant_grids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `merchant_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `merchant_code_masked` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `merchant_state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `location_keywords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `negative_keywords` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `mall_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shop_category` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `business_assets_business_account_id_slug(10)_index` (`business_account_id`,`slug`(10)),
  KEY `business_assets_business_account_id_merchant_id_index` (`business_account_id`,`merchant_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_assets`
--

LOCK TABLES `business_assets` WRITE;
/*!40000 ALTER TABLE `business_assets` DISABLE KEYS */;
INSERT INTO `business_assets` VALUES (1,1,'869644',NULL,NULL,NULL,NULL,'retail','Test Outlet 1','Foo St.',NULL,'','','default',NULL,NULL,NULL,'test-outlet-1','test-outlet-1',0,'active','2026-04-23 06:26:50','2026-04-23 06:26:50','test-store-1','',NULL,NULL,NULL,'[]',NULL,NULL,NULL,NULL,'active');
/*!40000 ALTER TABLE `business_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `business_details`
--

DROP TABLE IF EXISTS `business_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `business_details`
--

LOCK TABLES `business_details` WRITE;
/*!40000 ALTER TABLE `business_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `business_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `campaign_business_assets_relations`
--

DROP TABLE IF EXISTS `campaign_business_assets_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `campaign_business_assets_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `campaign_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `campaign_business_assets_relations`
--

LOCK TABLES `campaign_business_assets_relations` WRITE;
/*!40000 ALTER TABLE `campaign_business_assets_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `campaign_business_assets_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `campaign_voucher_series`
--

DROP TABLE IF EXISTS `campaign_voucher_series`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `campaign_voucher_series` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `campaign_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `campaign_voucher_series`
--

LOCK TABLES `campaign_voucher_series` WRITE;
/*!40000 ALTER TABLE `campaign_voucher_series` DISABLE KEYS */;
/*!40000 ALTER TABLE `campaign_voucher_series` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `campaigns`
--

DROP TABLE IF EXISTS `campaigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `campaigns` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `campaign_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `promo_icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `registration_start_date` datetime NOT NULL,
  `registration_end_date` datetime NOT NULL,
  `campaign_start_date` datetime NOT NULL,
  `campaign_end_date` datetime NOT NULL,
  `tnc` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `campaign_banner` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `campaigns`
--

LOCK TABLES `campaigns` WRITE;
/*!40000 ALTER TABLE `campaigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `campaigns` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_criteria`
--

DROP TABLE IF EXISTS `category_criteria`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_criteria` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `category_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `criteria` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_criteria`
--

LOCK TABLES `category_criteria` WRITE;
/*!40000 ALTER TABLE `category_criteria` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_criteria` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_group_items`
--

DROP TABLE IF EXISTS `category_group_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_group_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `group_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alt_icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` int DEFAULT '0',
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_group_items`
--

LOCK TABLES `category_group_items` WRITE;
/*!40000 ALTER TABLE `category_group_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_group_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_group_settings`
--

DROP TABLE IF EXISTS `category_group_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_group_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `group_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_group_settings_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_group_settings`
--

LOCK TABLES `category_group_settings` WRITE;
/*!40000 ALTER TABLE `category_group_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_group_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_groups`
--

DROP TABLE IF EXISTS `category_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `full_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int DEFAULT '0',
  `created_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `alt_icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `bundles_left` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sms_template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `email_template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `thumbnail` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `desktop_banner` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_banner` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_groups_business_account_id_status(6)_index` (`business_account_id`,`status`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_groups`
--

LOCK TABLES `category_groups` WRITE;
/*!40000 ALTER TABLE `category_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chance_distribution_transaction_items`
--

DROP TABLE IF EXISTS `chance_distribution_transaction_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `chance_distribution_transaction_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `chance_trn_id` bigint unsigned NOT NULL,
  `reserved_at` timestamp NULL DEFAULT NULL,
  `completed_at` timestamp NULL DEFAULT NULL,
  `issue_for` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_link_model` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_link_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `chance_distribution_transaction_items_chance_trn_id_index` (`chance_trn_id`),
  KEY `foreign_link_index` (`issue_for`,`issue_link_id`),
  KEY `issue_link_index` (`issue_link_model`,`issue_link_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chance_distribution_transaction_items`
--

LOCK TABLES `chance_distribution_transaction_items` WRITE;
/*!40000 ALTER TABLE `chance_distribution_transaction_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `chance_distribution_transaction_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chance_distribution_transactions`
--

DROP TABLE IF EXISTS `chance_distribution_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `chance_distribution_transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `issue_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_chance` int unsigned NOT NULL,
  `issue_remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_auto_approved` tinyint NOT NULL,
  `approval_at` timestamp NULL DEFAULT NULL,
  `approver_user_id` bigint unsigned DEFAULT NULL,
  `num_balance` int unsigned NOT NULL DEFAULT '0',
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_link_model` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_link_id` bigint unsigned DEFAULT NULL,
  `expired_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `ext_transaction_uid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `external_link_index` (`issue_type`,`user_id`,`issue_link_id`),
  KEY `approval_date_index` (`user_id`,`status`,`approval_at`),
  KEY `foreign_link_index` (`status`,`issue_type`,`issue_link_id`),
  KEY `chance_distribution_transactions_approver_user_id_index` (`approver_user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chance_distribution_transactions`
--

LOCK TABLES `chance_distribution_transactions` WRITE;
/*!40000 ALTER TABLE `chance_distribution_transactions` DISABLE KEYS */;
INSERT INTO `chance_distribution_transactions` VALUES (1,2,'basic',1,'Earned from Daily Basic',1,'2026-04-06 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-07 15:59:59','2026-04-07 06:52:40','2026-04-07 06:52:40',NULL),(2,4,'basic',1,'Earned from Daily Basic',1,'2026-04-06 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-07 15:59:59','2026-04-07 07:13:53','2026-04-07 07:13:53',NULL),(3,5,'basic',1,'Earned from Daily Basic',1,'2026-04-06 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-07 15:59:59','2026-04-07 07:14:31','2026-04-07 07:14:31',NULL),(4,5,'basic',1,'Earned from Daily Basic',1,'2026-04-07 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-08 15:59:59','2026-04-07 16:17:27','2026-04-07 16:17:27',NULL),(5,5,'basic',1,'Earned from Daily Basic',1,'2026-04-09 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-10 15:59:59','2026-04-10 00:49:35','2026-04-10 00:49:35',NULL),(6,5,'basic',1,'Earned from Daily Basic',1,'2026-04-10 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-11 15:59:59','2026-04-10 18:13:29','2026-04-10 18:13:29',NULL),(7,5,'basic',1,'Earned from Daily Basic',1,'2026-04-11 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-12 15:59:59','2026-04-12 07:59:10','2026-04-12 07:59:10',NULL),(8,5,'basic',1,'Earned from Daily Basic',1,'2026-04-12 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-13 15:59:59','2026-04-12 16:42:51','2026-04-12 16:42:51',NULL),(9,5,'basic',1,'Earned from Daily Basic',1,'2026-04-13 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-14 15:59:59','2026-04-13 16:12:37','2026-04-13 16:12:37',NULL),(10,2,'basic',1,'Earned from Daily Basic',1,'2026-04-13 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-14 15:59:59','2026-04-14 06:47:09','2026-04-14 06:47:09',NULL),(11,2,'basic',1,'Earned from Daily Basic',1,'2026-04-14 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-15 15:59:59','2026-04-14 16:00:03','2026-04-14 16:00:03',NULL),(12,9,'basic',1,'Earned from Daily Basic',1,'2026-04-15 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-16 15:59:59','2026-04-16 04:02:40','2026-04-16 04:02:40',NULL),(13,5,'basic',1,'Earned from Daily Basic',1,'2026-04-15 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-16 15:59:59','2026-04-16 06:47:59','2026-04-16 06:47:59',NULL),(14,2,'basic',1,'Earned from Daily Basic',1,'2026-04-15 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-16 15:59:59','2026-04-16 06:48:05','2026-04-16 06:48:05',NULL),(15,2,'basic',1,'Earned from Daily Basic',1,'2026-04-23 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-24 15:59:59','2026-04-24 05:48:51','2026-04-24 05:48:51',NULL),(16,2,'basic',1,'Earned from Daily Basic',1,'2026-04-24 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-25 15:59:59','2026-04-24 16:00:45','2026-04-24 16:00:45',NULL),(17,2,'basic',1,'Earned from Daily Basic',1,'2026-04-25 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-26 15:59:59','2026-04-25 17:00:23','2026-04-25 17:00:23',NULL),(18,2,'basic',1,'Earned from Daily Basic',1,'2026-04-26 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-27 15:59:59','2026-04-26 16:00:27','2026-04-26 16:00:27',NULL),(19,9,'basic',1,'Earned from Daily Basic',1,'2026-04-29 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-30 15:59:59','2026-04-30 02:23:11','2026-04-30 02:23:11',NULL),(20,1,'basic',1,'Earned from Daily Basic',1,'2026-04-29 16:00:00',NULL,1,'active',NULL,NULL,'2026-04-30 15:59:59','2026-04-30 02:54:45','2026-04-30 02:54:45',NULL),(21,1,'basic',1,'Earned from Daily Basic',1,'2026-05-10 16:00:00',NULL,1,'active',NULL,NULL,'2026-05-11 15:59:59','2026-05-11 04:05:47','2026-05-11 04:05:47',NULL),(22,1,'basic',1,'Earned from Daily Basic',1,'2026-05-11 16:00:00',NULL,1,'active',NULL,NULL,'2026-05-12 15:59:59','2026-05-12 02:26:38','2026-05-12 02:26:38',NULL),(23,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 03:43:46',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',34,'2026-05-13 03:43:45','2026-05-12 03:42:07','2026-05-12 03:43:46',NULL),(24,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 04:06:28',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',35,'2026-05-13 04:06:27','2026-05-12 03:44:36','2026-05-12 04:06:28',NULL),(25,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 04:23:05',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',36,'2026-05-13 04:23:04','2026-05-12 04:10:01','2026-05-12 04:23:05',NULL),(26,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 05:15:53',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',37,'2026-05-13 05:15:52','2026-05-12 04:10:17','2026-05-12 05:15:53',NULL),(27,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 05:31:46',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',38,'2026-05-13 05:31:45','2026-05-12 05:22:32','2026-05-12 05:31:46',NULL),(28,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 05:47:24',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',39,'2026-05-13 05:47:23','2026-05-12 05:46:47','2026-05-12 05:47:25',NULL),(29,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 05:50:13',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',40,'2026-05-13 05:50:12','2026-05-12 05:49:57','2026-05-12 05:50:13',NULL),(30,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 08:23:17',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',41,'2026-05-13 08:23:16','2026-05-12 08:23:01','2026-05-12 08:23:17',NULL),(31,11,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-12 08:29:55',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',46,'2026-05-13 08:29:54','2026-05-12 08:26:53','2026-05-12 08:29:55',NULL),(32,11,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-13 05:54:44',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',48,'2026-05-14 05:54:43','2026-05-13 04:25:40','2026-05-13 05:54:44',NULL),(33,1,'basic',1,'Earned from Daily Basic',1,'2026-05-12 16:00:00',NULL,1,'active',NULL,NULL,'2026-05-13 15:59:59','2026-05-13 05:36:25','2026-05-13 05:36:25',NULL),(34,8,'upload_receipt',1,'Earned From Daily ChallengeUpload Receipt',0,'2026-05-13 09:09:23',1,1,'active','App\\Models\\UserInteraction\\UserDailyChallenges',50,'2026-05-14 09:09:22','2026-05-13 09:08:38','2026-05-13 09:09:23',NULL);
/*!40000 ALTER TABLE `chance_distribution_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `creative_template_layers`
--

DROP TABLE IF EXISTS `creative_template_layers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `creative_template_layers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `template_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `template_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `layer_column_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `layer_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `align` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'center',
  `size_x` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `size_y` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `size_h` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `size_w` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `creative_template_layers`
--

LOCK TABLES `creative_template_layers` WRITE;
/*!40000 ALTER TABLE `creative_template_layers` DISABLE KEYS */;
/*!40000 ALTER TABLE `creative_template_layers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `creative_templates`
--

DROP TABLE IF EXISTS `creative_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `creative_templates` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `category` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `canvas_w` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `canvas_h` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `creative_templates_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `creative_templates`
--

LOCK TABLES `creative_templates` WRITE;
/*!40000 ALTER TABLE `creative_templates` DISABLE KEYS */;
/*!40000 ALTER TABLE `creative_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `custom_conversions`
--

DROP TABLE IF EXISTS `custom_conversions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `custom_conversions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content_id` int NOT NULL,
  `platform` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `act_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `conversion_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `custom_conversions`
--

LOCK TABLES `custom_conversions` WRITE;
/*!40000 ALTER TABLE `custom_conversions` DISABLE KEYS */;
/*!40000 ALTER TABLE `custom_conversions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `custom_pop_up_settings`
--

DROP TABLE IF EXISTS `custom_pop_up_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `custom_pop_up_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `popup_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `popup_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_setting` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `automate_setting` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `cond_destination` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cond_num_appear` int unsigned DEFAULT NULL,
  `cond_filter` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cond_show_after_date` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `account_key_index` (`business_account_id`,`cond_destination`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `custom_pop_up_settings`
--

LOCK TABLES `custom_pop_up_settings` WRITE;
/*!40000 ALTER TABLE `custom_pop_up_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `custom_pop_up_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `custom_pop_up_user_logs`
--

DROP TABLE IF EXISTS `custom_pop_up_user_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `custom_pop_up_user_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `custom_popup_setting_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `custom_pop_up_user_logs_custom_popup_setting_id_index` (`custom_popup_setting_id`),
  KEY `custom_pop_up_user_logs_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `custom_pop_up_user_logs`
--

LOCK TABLES `custom_pop_up_user_logs` WRITE;
/*!40000 ALTER TABLE `custom_pop_up_user_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `custom_pop_up_user_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `daily_challenges`
--

DROP TABLE IF EXISTS `daily_challenges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `daily_challenges` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `slug` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `short_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `img_landing_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_from` datetime NOT NULL,
  `date_to` datetime DEFAULT NULL,
  `reward_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `setting_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `day_week_settings` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `order` int DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `account_slug_unique` (`business_account_id`,`slug`),
  KEY `account_activation_index` (`business_account_id`,`is_active`,`date_from`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `daily_challenges`
--

LOCK TABLES `daily_challenges` WRITE;
/*!40000 ALTER TABLE `daily_challenges` DISABLE KEYS */;
INSERT INTO `daily_challenges` VALUES (1,1,'riddle','Riddle',NULL,NULL,NULL,'2026-04-07 14:36:24','2027-05-07 23:59:59',NULL,'{\"num_question\":1,\"is_fixed_for_all_user\":1,\"question_mode\":\"fixed_across_user\"}',NULL,NULL,1,'2026-04-07 06:36:24','2026-05-13 05:37:30'),(2,1,'take_a_picture','Take a Picture',NULL,'To learn more, please head to the nearest customer service counter.','https://wa-username-testing.growthdesk.dev/assets/images/daily_challenges/Challenge_images_Snap_Photo-min.png','2026-04-07 14:36:24','2027-05-07 23:59:59','{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','{\"shortcut\":\"0\",\"daily_limit\":null,\"auto_approve\":\"0\",\"reward_on_submit\":\"0\",\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}}',NULL,NULL,1,'2026-04-07 06:36:24','2026-05-13 05:37:30'),(3,1,'offline_eng','ScanQR Code In-Store',NULL,'Spend In-Store and Unlock an Additional Attempt','https://wa-username-testing.growthdesk.dev/assets/images/daily_challenges/Challenge_images_Scan_QR-min.png','2026-04-07 14:36:24','2027-05-07 23:59:59','{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','{\"shortcut\":\"0\",\"daily_limit\":\"0\",\"qr_code\":\"0\",\"6_digit_pin\":\"0\",\"store_types_auto_include\":\"0\"}',NULL,NULL,1,'2026-04-07 06:36:24','2026-05-13 05:37:30'),(4,1,'social_follow','Join our Social Media',NULL,NULL,'https://wa-username-testing.growthdesk.dev/assets/images/daily_challenges/Challenge_images_Follow_Social_Media-min.png','2026-04-07 14:36:24','2027-05-07 23:59:59','{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','{\"shortcut\":\"0\",\"lifetime_limit\":null,\"auto_approve\":\"1\",\"url\":{\"facebook\":null,\"instagram\":null,\"tiktok\":null},\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}}',NULL,NULL,1,'2026-04-07 06:36:24','2026-05-13 05:37:30'),(5,1,'app_install','Install App',NULL,NULL,'https://wa-username-testing.growthdesk.dev/assets/images/daily_challenges/Challenge_images_Install_App-min.png','2026-04-07 14:36:24','2027-05-07 23:59:59','{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','{\"shortcut\":\"0\",\"lifetime_limit\":null,\"auto_approve\":\"0\",\"url\":{\"play\":null,\"ios\":null,\"huawei\":null},\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}}',NULL,NULL,1,'2026-04-07 06:36:25','2026-05-13 05:37:30'),(6,1,'upload_receipt','Upload Receipt',NULL,'Upload receipt of your purchase to unlock additional attempt','https://wa-username-testing.growthdesk.dev/assets/images/daily_challenges/Challenge_images_Upload_Receipt-min.png','2026-04-07 14:36:24','2027-05-07 23:59:59','{\"qty\":\"1\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','{\"shortcut\":\"0\",\"daily_limit\":null,\"auto_approve\":\"0\",\"reward_on_submit\":\"0\",\"examples\":[{\"name\":null},{\"name\":null},{\"name\":null}],\"messages\":{\"success\":{\"title\":null,\"subtitle\":null},\"error\":{\"title\":null,\"subtitle\":null}}}',NULL,NULL,1,'2026-04-07 06:36:25','2026-05-13 05:37:30'),(7,1,'scratchcard','Scratch Card',NULL,NULL,NULL,'2026-04-07 14:36:24','2027-05-07 23:59:59',NULL,'{\"shortcut\":0}',NULL,NULL,0,'2026-04-07 06:36:25','2026-05-13 05:37:30'),(8,1,'spinandwin','Spin And Win',NULL,NULL,NULL,'2026-04-07 14:36:24',NULL,NULL,'{\"win_title\":\"Congratulations\",\"win_subtitle\":\"You have won\",\"lose_title\":\"Oh No!\",\"lose_subtitle\":\"Please try again\"}',NULL,NULL,1,'2026-04-07 06:36:25','2026-05-13 05:37:29'),(9,1,'slotmachine','Match And Win',NULL,NULL,NULL,'2026-04-07 14:36:24','2027-05-07 23:59:59',NULL,'{\"default\":[],\"count\":3,\"background\":\"\",\"tiles\":{\"background_type\":\"color\",\"background\":\"#FFFFFF\",\"position\":\"\",\"spacing\":\"5\",\"size\":\"25,25\"},\"rest_chance_of_win\":null,\"max_chance_of_win\":null}',NULL,NULL,0,'2026-04-07 06:36:25','2026-05-13 05:37:30');
/*!40000 ALTER TABLE `daily_challenges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `daily_check_in_summaries`
--

DROP TABLE IF EXISTS `daily_check_in_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `daily_check_in_summaries` (
  `daily_check_in_id` bigint unsigned NOT NULL,
  `chance_issued` int unsigned DEFAULT NULL,
  `chance_balance` int unsigned DEFAULT NULL,
  `latest_chance_approval_at` timestamp NULL DEFAULT NULL,
  `latest_chance_update_at` timestamp NULL DEFAULT NULL,
  `point_issued` decimal(8,2) DEFAULT NULL,
  `latest_point_approval_at` timestamp NULL DEFAULT NULL,
  `latest_point_updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`daily_check_in_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `daily_check_in_summaries`
--

LOCK TABLES `daily_check_in_summaries` WRITE;
/*!40000 ALTER TABLE `daily_check_in_summaries` DISABLE KEYS */;
/*!40000 ALTER TABLE `daily_check_in_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `daily_check_ins`
--

DROP TABLE IF EXISTS `daily_check_ins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `daily_check_ins` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `date_clocked` date NOT NULL,
  `time_clocked` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `daily_check_ins_user_id_date_clocked_index` (`user_id`,`date_clocked`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `daily_check_ins`
--

LOCK TABLES `daily_check_ins` WRITE;
/*!40000 ALTER TABLE `daily_check_ins` DISABLE KEYS */;
/*!40000 ALTER TABLE `daily_check_ins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `daily_core_ars`
--

DROP TABLE IF EXISTS `daily_core_ars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `daily_core_ars` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `modules` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_from` datetime NOT NULL,
  `date_to` datetime DEFAULT NULL,
  `reward_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `setting_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `daily_core_ars_modules_slug_unique` (`modules`,`slug`),
  KEY `daily_core_ars_modules_is_active_date_from_index` (`modules`,`is_active`,`date_from`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `daily_core_ars`
--

LOCK TABLES `daily_core_ars` WRITE;
/*!40000 ALTER TABLE `daily_core_ars` DISABLE KEYS */;
/*!40000 ALTER TABLE `daily_core_ars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `domains`
--

DROP TABLE IF EXISTS `domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `domains` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `account_group_slug` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ip` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `domain` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_group_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `server_directory` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `domains_account_group_slug_index` (`account_group_slug`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `domains`
--

LOCK TABLES `domains` WRITE;
/*!40000 ALTER TABLE `domains` DISABLE KEYS */;
/*!40000 ALTER TABLE `domains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `draw_users`
--

DROP TABLE IF EXISTS `draw_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `draw_users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `draw_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `type` enum('main','sub') COLLATE utf8mb4_unicode_ci NOT NULL,
  `frequency` int DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `draw_users_draw_id_foreign` (`draw_id`),
  KEY `draw_users_user_id_foreign` (`user_id`),
  CONSTRAINT `draw_users_draw_id_foreign` FOREIGN KEY (`draw_id`) REFERENCES `draws` (`id`),
  CONSTRAINT `draw_users_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `draw_users`
--

LOCK TABLES `draw_users` WRITE;
/*!40000 ALTER TABLE `draw_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `draw_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `draws`
--

DROP TABLE IF EXISTS `draws`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `draws` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `exclusions` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `business_account_id` bigint unsigned DEFAULT NULL,
  `created_by` bigint unsigned NOT NULL,
  `status` enum('active','draft') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `draws_created_by_foreign` (`created_by`),
  KEY `draws_business_account_id_index` (`business_account_id`),
  CONSTRAINT `draws_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`),
  CONSTRAINT `draws_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `draws`
--

LOCK TABLES `draws` WRITE;
/*!40000 ALTER TABLE `draws` DISABLE KEYS */;
/*!40000 ALTER TABLE `draws` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_api_access`
--

DROP TABLE IF EXISTS `dsc_api_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_api_access` (
  `sn` int NOT NULL,
  `label` text NOT NULL,
  `access_id` text NOT NULL,
  `private_key` text NOT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_api_access`
--

LOCK TABLES `dsc_api_access` WRITE;
/*!40000 ALTER TABLE `dsc_api_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_api_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_entries`
--

DROP TABLE IF EXISTS `dsc_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_entries` (
  `sn` bigint NOT NULL AUTO_INCREMENT,
  `uid` varchar(20) NOT NULL,
  `user_uid` varchar(20) NOT NULL,
  `grid_id` varchar(20) NOT NULL,
  `card_id` varchar(20) NOT NULL,
  `spin_count` int NOT NULL DEFAULT '0',
  `receipt_path` text NOT NULL,
  `file_type` varchar(20) NOT NULL COMMENT '-receipt/-screen shot',
  `plain_name` text NOT NULL,
  `plain_email` text NOT NULL,
  `countrycode` text NOT NULL,
  `plain_mobile` text NOT NULL,
  `pos` text,
  `pos_value` varchar(191) DEFAULT NULL,
  `products` longtext,
  `txn_amount` double DEFAULT NULL,
  `data` text NOT NULL,
  `prize` text,
  `followup_data` text,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` varchar(20) NOT NULL,
  `status_reason` varchar(20) DEFAULT NULL,
  `ocr_result` text,
  `remark` varchar(30) DEFAULT NULL,
  `hide` varchar(191) DEFAULT '0',
  `user_device_agent_id` int DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `extracted_text` text NOT NULL,
  PRIMARY KEY (`sn`),
  KEY `index_grid_id` (`grid_id`),
  KEY `index_card_id` (`card_id`),
  KEY `index_pos` (`sn`),
  KEY `dsc_entries_user_uid(8)_status(6)_index` (`user_uid`(8),`status`(6)),
  KEY `dsc_entries_pos(10)_index` (`pos`(10)),
  KEY `dsc_entries_``status``(6)_index` (`status`(6))
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_entries`
--

LOCK TABLES `dsc_entries` WRITE;
/*!40000 ALTER TABLE `dsc_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_grid`
--

DROP TABLE IF EXISTS `dsc_grid`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_grid` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `grid_id` varchar(20) NOT NULL,
  `daily_challenge_id` bigint unsigned NOT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  `card_id` bigint unsigned NOT NULL,
  `grid_completion_limit` int NOT NULL DEFAULT '1',
  `rejected_grid_image` varchar(191) NOT NULL,
  `pending_grid_image` varchar(191) NOT NULL,
  `completed_grid_image` varchar(191) NOT NULL,
  `incomplete_grid_image` varchar(191) NOT NULL,
  `incomplete_grid_message` longtext,
  `completed_grid_message` longtext,
  `pending_grid_message` longtext,
  `rejected_grid_message` longtext,
  `reward_image` varchar(255) NOT NULL,
  `reward_title` varchar(255) NOT NULL,
  `reward_description` varchar(255) NOT NULL,
  `pos_type` varchar(255) NOT NULL,
  `instruction_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `instruction_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `min_amount` double NOT NULL,
  `grid_success_hook` text,
  `admin_approval` tinyint(1) NOT NULL,
  `receipt_requirements` text,
  `pending_reward_image` text,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `account_card_index` (`business_account_id`,`card_id`),
  KEY `account_card_grid_index` (`business_account_id`,`card_id`,`grid_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_grid`
--

LOCK TABLES `dsc_grid` WRITE;
/*!40000 ALTER TABLE `dsc_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_grid` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_locations`
--

DROP TABLE IF EXISTS `dsc_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_locations` (
  `sn` int NOT NULL AUTO_INCREMENT,
  `location_code` varchar(8) NOT NULL,
  `location_name` text NOT NULL,
  `location_pin` varchar(8) NOT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`sn`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_locations`
--

LOCK TABLES `dsc_locations` WRITE;
/*!40000 ALTER TABLE `dsc_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_log`
--

DROP TABLE IF EXISTS `dsc_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_log` (
  `sn` bigint NOT NULL AUTO_INCREMENT,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_uid` text NOT NULL,
  `event` text NOT NULL,
  `details` text NOT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`sn`),
  KEY `dsc_log_user_uid(8)_index` (`user_uid`(8)),
  KEY `dsc_log_event(6)_index` (`event`(6))
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_log`
--

LOCK TABLES `dsc_log` WRITE;
/*!40000 ALTER TABLE `dsc_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_merchants`
--

DROP TABLE IF EXISTS `dsc_merchants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_merchants` (
  `sn` int NOT NULL AUTO_INCREMENT,
  `location_code` varchar(20) NOT NULL,
  `sid` varchar(20) NOT NULL,
  `skale_business_profile_id` mediumtext,
  `merchant_name` mediumtext NOT NULL,
  `merchant_address` text NOT NULL,
  `merchant_state` varchar(191) NOT NULL,
  `merchant_logo` mediumtext,
  `merchant_grids` mediumtext,
  `merchant_code` mediumtext,
  `merchant_code_masked` mediumtext,
  `store_location` mediumtext NOT NULL,
  `product_keywords` text,
  `location_keywords` text NOT NULL,
  `mall_name` mediumtext,
  `merchant_brand` varchar(191) DEFAULT NULL,
  `shop_category` mediumtext,
  `company_name` mediumtext,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `status` varchar(191) NOT NULL DEFAULT 'active',
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`sn`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_merchants`
--

LOCK TABLES `dsc_merchants` WRITE;
/*!40000 ALTER TABLE `dsc_merchants` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_merchants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_reward_groups`
--

DROP TABLE IF EXISTS `dsc_reward_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_reward_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_item_quantity` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `item_quantity_left` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `notification_hook` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_need_address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'false',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_reward_groups`
--

LOCK TABLES `dsc_reward_groups` WRITE;
/*!40000 ALTER TABLE `dsc_reward_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_reward_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_reward_items`
--

DROP TABLE IF EXISTS `dsc_reward_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_reward_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `group_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_reward_items`
--

LOCK TABLES `dsc_reward_items` WRITE;
/*!40000 ALTER TABLE `dsc_reward_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_reward_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_reward_pos`
--

DROP TABLE IF EXISTS `dsc_reward_pos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_reward_pos` (
  `sn` bigint NOT NULL AUTO_INCREMENT,
  `reward_pos_id` varchar(20) NOT NULL,
  `reward_pos_key` varchar(20) NOT NULL,
  `reward_pin` varchar(20) NOT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`sn`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_reward_pos`
--

LOCK TABLES `dsc_reward_pos` WRITE;
/*!40000 ALTER TABLE `dsc_reward_pos` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_reward_pos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_reward_redemption_logs`
--

DROP TABLE IF EXISTS `dsc_reward_redemption_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_reward_redemption_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reward_item_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reward_group_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `dsc_grid_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `dsc_entry_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `dsc_card_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_reward_redemption_logs`
--

LOCK TABLES `dsc_reward_redemption_logs` WRITE;
/*!40000 ALTER TABLE `dsc_reward_redemption_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_reward_redemption_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_rewards_pos`
--

DROP TABLE IF EXISTS `dsc_rewards_pos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_rewards_pos` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_rewards_pos`
--

LOCK TABLES `dsc_rewards_pos` WRITE;
/*!40000 ALTER TABLE `dsc_rewards_pos` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_rewards_pos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_user_cards`
--

DROP TABLE IF EXISTS `dsc_user_cards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_user_cards` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `daily_challenge_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `user_card_no` int NOT NULL,
  `is_active` tinyint NOT NULL DEFAULT '0',
  `is_completed` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_user_cards`
--

LOCK TABLES `dsc_user_cards` WRITE;
/*!40000 ALTER TABLE `dsc_user_cards` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_user_cards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_user_grids`
--

DROP TABLE IF EXISTS `dsc_user_grids`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_user_grids` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_card_id` bigint unsigned NOT NULL,
  `dsc_grid_id` bigint unsigned NOT NULL,
  `grid_id` bigint unsigned NOT NULL,
  `user_daily_challenge_id` bigint unsigned DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'incomplete',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `dsc_user_grids_user_card_id_dsc_grid_id_unique` (`user_card_id`,`dsc_grid_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_user_grids`
--

LOCK TABLES `dsc_user_grids` WRITE;
/*!40000 ALTER TABLE `dsc_user_grids` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_user_grids` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsc_users`
--

DROP TABLE IF EXISTS `dsc_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dsc_users` (
  `sn` int NOT NULL AUTO_INCREMENT,
  `mobile_verified` tinyint(1) NOT NULL DEFAULT '0',
  `user_uid` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_name` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_email` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_mobile` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_email_masked` text NOT NULL,
  `user_mobile_masked` text NOT NULL,
  `user_avatar` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
  `dob` date DEFAULT NULL,
  `state` varchar(191) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `user_membership_id` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `user_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_progress` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_reg_timestamp` timestamp NULL DEFAULT NULL,
  `user_last_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_last_active_timestamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_last_use_timestamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_verified_timestamp` timestamp NULL DEFAULT NULL,
  `user_activated_timestamp` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`sn`),
  KEY `dsc_users_user_uid(8)_index` (`user_uid`(8))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsc_users`
--

LOCK TABLES `dsc_users` WRITE;
/*!40000 ALTER TABLE `dsc_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsc_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_entries`
--

DROP TABLE IF EXISTS `dstw_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_entries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `receipt_uid` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `receipt_hash` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `receipt_path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `user_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_mobile` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile_country_code` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `dstw_entries_receipt_uid(6)_index` (`receipt_uid`(6)),
  KEY `dstw_entries_receipt_hash(6)_index` (`receipt_hash`(6)),
  KEY `dstw_entries_user_email(90)_index` (`user_email`(90)),
  KEY `dstw_entries_user_mobile(90)_index` (`user_mobile`(90)),
  KEY `dstw_entries_user_id_index` (`user_id`),
  KEY `dstw_entries_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_entries`
--

LOCK TABLES `dstw_entries` WRITE;
/*!40000 ALTER TABLE `dstw_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_entry_statuses`
--

DROP TABLE IF EXISTS `dstw_entry_statuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_entry_statuses` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dstw_entries_id` bigint unsigned DEFAULT NULL,
  `chance_transaction_item_id` bigint unsigned DEFAULT NULL,
  `dstw_item_id` bigint unsigned DEFAULT NULL,
  `dstw_item_period_id` bigint unsigned DEFAULT NULL,
  `dstw_item_multiplier_id` bigint unsigned DEFAULT NULL,
  `dstw_item_info` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `chance_of_win` double DEFAULT NULL,
  `num_wheel_item` int unsigned NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status_reason` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `approval_at` timestamp NULL DEFAULT NULL,
  `approval_user_id` bigint unsigned DEFAULT NULL,
  `has_fraud_detection` tinyint(1) NOT NULL DEFAULT '0',
  `is_fraud_suspection` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_entry_statuses_dstw_entries_id_index` (`dstw_entries_id`),
  KEY `dstw_entry_statuses_dstw_item_id_index` (`dstw_item_id`),
  KEY `dstw_entry_statuses_dstw_item_period_id_index` (`dstw_item_period_id`),
  KEY `dstw_entry_statuses_status_index` (`status`),
  KEY `dstw_entry_statuses_chance_transaction_item_id_index` (`chance_transaction_item_id`),
  KEY `dstw_entry_statuses_approval_user_id_index` (`approval_user_id`),
  KEY `dstw_entry_statuses_dstw_item_multiplier_id_index` (`dstw_item_multiplier_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_entry_statuses`
--

LOCK TABLES `dstw_entry_statuses` WRITE;
/*!40000 ALTER TABLE `dstw_entry_statuses` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_entry_statuses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_item_multipliers`
--

DROP TABLE IF EXISTS `dstw_item_multipliers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_item_multipliers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dstw_item_id` bigint unsigned NOT NULL,
  `amount_from` decimal(8,4) unsigned NOT NULL,
  `amount_to` double(8,4) unsigned DEFAULT NULL,
  `multiplier` decimal(8,2) unsigned NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_item_multipliers_dstw_item_id_index` (`dstw_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_item_multipliers`
--

LOCK TABLES `dstw_item_multipliers` WRITE;
/*!40000 ALTER TABLE `dstw_item_multipliers` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_item_multipliers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_item_periods`
--

DROP TABLE IF EXISTS `dstw_item_periods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_item_periods` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dstw_item_id` int unsigned NOT NULL,
  `date_from` datetime NOT NULL,
  `date_to` datetime NOT NULL,
  `chance_of_win` double NOT NULL,
  `total_prize` int unsigned NOT NULL DEFAULT '0',
  `num_balance` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_item_periods_dstw_item_id_date_from_date_to_index` (`dstw_item_id`,`date_from`,`date_to`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_item_periods`
--

LOCK TABLES `dstw_item_periods` WRITE;
/*!40000 ALTER TABLE `dstw_item_periods` DISABLE KEYS */;
INSERT INTO `dstw_item_periods` VALUES (1,1,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(2,2,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(3,3,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(4,4,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(5,5,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(6,6,'2026-04-07 14:36:25','9999-12-31 23:59:59',1,0,0,'2026-04-07 06:36:25','2026-04-07 06:36:25');
/*!40000 ALTER TABLE `dstw_item_periods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_item_slots`
--

DROP TABLE IF EXISTS `dstw_item_slots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_item_slots` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dstw_item_id` bigint unsigned NOT NULL,
  `dstw_slot_id` bigint unsigned NOT NULL,
  `order` int NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_item_slots_dstw_item_id_index` (`dstw_item_id`),
  KEY `dstw_item_slots_dstw_slot_id_index` (`dstw_slot_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_item_slots`
--

LOCK TABLES `dstw_item_slots` WRITE;
/*!40000 ALTER TABLE `dstw_item_slots` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_item_slots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_item_vouchers`
--

DROP TABLE IF EXISTS `dstw_item_vouchers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_item_vouchers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dstw_item_id` bigint unsigned NOT NULL,
  `voucher_series_id` bigint unsigned NOT NULL,
  `group` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_item_vouchers_dstw_item_id_index` (`dstw_item_id`),
  KEY `dstw_item_vouchers_voucher_series_id_index` (`voucher_series_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_item_vouchers`
--

LOCK TABLES `dstw_item_vouchers` WRITE;
/*!40000 ALTER TABLE `dstw_item_vouchers` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_item_vouchers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_items`
--

DROP TABLE IF EXISTS `dstw_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `is_slot_based` tinyint(1) NOT NULL DEFAULT '0',
  `is_slot_randomizable` tinyint(1) NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `chance_of_win` double NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `position` int unsigned NOT NULL DEFAULT '0',
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'win',
  `points` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '#FFFFFF',
  `img` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_ignore_stock` tinyint(1) DEFAULT '0',
  `is_require_address` tinyint(1) NOT NULL DEFAULT '0',
  `item_group` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `integration_details` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dstw_items_business_account_id_slug_index` (`business_account_id`,`slug`),
  KEY `dstw_items_is_active_business_account_id_index` (`is_active`,`business_account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_items`
--

LOCK TABLES `dstw_items` WRITE;
/*!40000 ALTER TABLE `dstw_items` DISABLE KEYS */;
INSERT INTO `dstw_items` VALUES (1,1,0,0,'slot-1','',1,1,0,'win','1','#C73D30','https://wa-username-testing.growthdesk.dev/file/spinwin/500487933.png','{\"type\":\"text\",\"message\":\"1 Points\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(2,1,0,0,'slot-2','',1,1,0,'lose','0','#FFFFFF','https://wa-username-testing.growthdesk.dev/file/spinwin/696600712.png','{\"type\":\"text\",\"message\":\"Try again\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(3,1,0,0,'slot-3','',1,1,0,'win','1','#FFCC20','https://wa-username-testing.growthdesk.dev/file/spinwin/1993415940.png','{\"type\":\"text\",\"message\":\"1 Points\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(4,1,0,0,'slot-4','',1,1,0,'lose','0','#AACAF7','https://wa-username-testing.growthdesk.dev/file/spinwin/1049926054.png','{\"type\":\"text\",\"message\":\"Try again\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(5,1,0,0,'slot-5','',1,1,0,'win','1','#FFFFFF','https://wa-username-testing.growthdesk.dev/file/spinwin/541313044.png','{\"type\":\"text\",\"message\":\"1 Points\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(6,1,0,0,'slot-6','',1,1,0,'lose','0','#AACAF7','https://wa-username-testing.growthdesk.dev/file/spinwin/66063708.png','{\"type\":\"text\",\"message\":\"Try again\",\"font_color\":\"#EF9292\"}',1,0,NULL,NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25');
/*!40000 ALTER TABLE `dstw_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dstw_slots`
--

DROP TABLE IF EXISTS `dstw_slots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dstw_slots` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` text COLLATE utf8mb4_unicode_ci,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dstw_slots`
--

LOCK TABLES `dstw_slots` WRITE;
/*!40000 ALTER TABLE `dstw_slots` DISABLE KEYS */;
/*!40000 ALTER TABLE `dstw_slots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `es_reward_code_rewards`
--

DROP TABLE IF EXISTS `es_reward_code_rewards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `es_reward_code_rewards` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `es_reward_code_id` bigint unsigned NOT NULL,
  `mechanism_type` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `reward_value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `es_reward_code_rewards_es_reward_code_id_foreign` (`es_reward_code_id`),
  CONSTRAINT `es_reward_code_rewards_es_reward_code_id_foreign` FOREIGN KEY (`es_reward_code_id`) REFERENCES `es_reward_codes` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `es_reward_code_rewards`
--

LOCK TABLES `es_reward_code_rewards` WRITE;
/*!40000 ALTER TABLE `es_reward_code_rewards` DISABLE KEYS */;
/*!40000 ALTER TABLE `es_reward_code_rewards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `es_reward_codes`
--

DROP TABLE IF EXISTS `es_reward_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `es_reward_codes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `max_inventory` int NOT NULL DEFAULT '0',
  `current_inventory` int NOT NULL DEFAULT '0',
  `date_from` datetime NOT NULL,
  `date_to` datetime DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `es_reward_codes_business_account_id_foreign` (`business_account_id`),
  CONSTRAINT `es_reward_codes_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `es_reward_codes`
--

LOCK TABLES `es_reward_codes` WRITE;
/*!40000 ALTER TABLE `es_reward_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `es_reward_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `es_reward_codes_redemption_history`
--

DROP TABLE IF EXISTS `es_reward_codes_redemption_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `es_reward_codes_redemption_history` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `es_reward_code_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `transactionable_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transactionable_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `es_reward_codes_redemption_history_user_id_foreign` (`user_id`),
  KEY `es_reward_codes_redemption_history_es_reward_code_id_foreign` (`es_reward_code_id`),
  KEY `transactionable_index` (`transactionable_type`,`transactionable_id`),
  CONSTRAINT `es_reward_codes_redemption_history_es_reward_code_id_foreign` FOREIGN KEY (`es_reward_code_id`) REFERENCES `es_reward_codes` (`id`),
  CONSTRAINT `es_reward_codes_redemption_history_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `es_reward_codes_redemption_history`
--

LOCK TABLES `es_reward_codes_redemption_history` WRITE;
/*!40000 ALTER TABLE `es_reward_codes_redemption_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `es_reward_codes_redemption_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_tag_categories`
--

DROP TABLE IF EXISTS `event_tag_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `event_tag_categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `event_tag_categories_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_tag_categories`
--

LOCK TABLES `event_tag_categories` WRITE;
/*!40000 ALTER TABLE `event_tag_categories` DISABLE KEYS */;
INSERT INTO `event_tag_categories` VALUES (1,1,'Digital Engagement',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(2,1,'In-Store Engagement',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(3,1,'Conversion Interest',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(4,1,'Conversion',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26');
/*!40000 ALTER TABLE `event_tag_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_tag_type_slugs`
--

DROP TABLE IF EXISTS `event_tag_type_slugs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `event_tag_type_slugs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `event_tag_type_slugs_slug(20)_index` (`slug`(20))
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_tag_type_slugs`
--

LOCK TABLES `event_tag_type_slugs` WRITE;
/*!40000 ALTER TABLE `event_tag_type_slugs` DISABLE KEYS */;
INSERT INTO `event_tag_type_slugs` VALUES (1,'site_visit','Visit to Site',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(2,'social_follow','Social Media Following',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(3,'registration','Register Gamification',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(4,'in_games_action','In-Game Actions',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(5,'take_a_picture','Upload Photo (snap a photo)',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(6,'voucher_download','Voucher Download',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(7,'upload_receipt','Upload Receipt',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(8,'voucher_redemption','Voucher Redemption',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(9,'store_qr_pin_input','Scan QR/Input Pin Code',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(10,'ecom_promo_code','Ecommerce Promo Code',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(11,'app_install','App Install',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(12,'receipt_approved','Receipt Approved',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(13,'app_install_approved','App Install Approved',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(14,'social_follow_approved','Social Media Following Approved',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(15,'take_a_picture_approved','Upload Photo (snap a photo) Approved',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(16,'daily_checkin','Daily Check-in',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(17,'referral','New Referral',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26'),(18,'game_session_state_updated','Game Session State Updated',NULL,'2026-04-07 06:36:26','2026-04-07 06:36:26');
/*!40000 ALTER TABLE `event_tag_type_slugs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_tag_types`
--

DROP TABLE IF EXISTS `event_tag_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `event_tag_types` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `event_tag_category_id` bigint unsigned NOT NULL,
  `event_tag_type_slug_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `account_tag_unique_index` (`business_account_id`,`event_tag_type_slug_id`,`event_tag_category_id`),
  KEY `event_tag_types_event_tag_category_id_index` (`event_tag_category_id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_tag_types`
--

LOCK TABLES `event_tag_types` WRITE;
/*!40000 ALTER TABLE `event_tag_types` DISABLE KEYS */;
INSERT INTO `event_tag_types` VALUES (1,1,1,1,'Visit to Site',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(2,1,1,2,'Social Media Following',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(3,1,1,3,'Register Gamification',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(4,1,1,4,'In-Game Actions',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(5,1,2,9,'Scan QR/Input Pin Code',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(6,1,2,5,'Upload Photo (snap a photo)',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(7,1,3,6,'Voucher Download',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(8,1,4,7,'Upload Receipt',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(9,1,4,8,'Voucher Redemption',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(10,1,4,9,'Scan QR/Input Pin Code',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(11,1,4,10,'Ecommerce Promo Code',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(12,1,4,11,'App Install',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(13,1,4,12,'Receipt Approved',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(14,1,4,13,'App Install Approved',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(15,1,4,14,'Social Media Following Approved',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(16,1,4,15,'Upload Photo (snap a photo) Approved',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26'),(17,1,4,18,'Game Session State Updated',NULL,'active','2026-04-07 06:36:26','2026-04-07 06:36:26');
/*!40000 ALTER TABLE `event_tag_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exclusive_reward_redemptions`
--

DROP TABLE IF EXISTS `exclusive_reward_redemptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `exclusive_reward_redemptions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `point_required` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `exclusive_reward_redemptions_series_id(15)_index` (`series_id`(15))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exclusive_reward_redemptions`
--

LOCK TABLES `exclusive_reward_redemptions` WRITE;
/*!40000 ALTER TABLE `exclusive_reward_redemptions` DISABLE KEYS */;
INSERT INTO `exclusive_reward_redemptions` VALUES (1,'1AUse-042026-1','0','','2026-04-24 05:48:41','2026-04-24 05:48:41');
/*!40000 ALTER TABLE `exclusive_reward_redemptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `external_apis`
--

DROP TABLE IF EXISTS `external_apis`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `external_apis` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `api_group_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `account_group_slug` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `headers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `external_apis`
--

LOCK TABLES `external_apis` WRITE;
/*!40000 ALTER TABLE `external_apis` DISABLE KEYS */;
INSERT INTO `external_apis` VALUES (1,'whatsapp','default','sendMessage','POST','https://wa-username.growthdesk.dev/api/v1/workflow','{\"Authorization\":\"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIzIiwianRpIjoiYjIzODMyOTNhZTE1YTM1MWIxNjk5MzBjYjMzMjdjYTM1YTRhMTg4ODIyOGI3N2Y5NTU2OTM0MmIzOWZjODUxNDE5OTllMDI0MmY4N2MxOWMiLCJpYXQiOjE3Nzg1NTg1MjUuMDA1OTk5MDg4Mjg3MzUzNTE1NjI1LCJuYmYiOjE3Nzg1NTg1MjUuMDA2MDA0MDk1MDc3NTE0NjQ4NDM3NSwiZXhwIjoxODEwMDk0NTI0Ljk5MjI3ODA5OTA2MDA1ODU5Mzc1LCJzdWIiOiI0MyIsInNjb3BlcyI6WyJvYXV0aCJdfQ.gH6MWIp1-1HD_Z0b1n9WfL2fclEkBinlHps9VLCnG7K7R602P0Wzq_ByP0cQm5YwSL45uaIQv36uO-Rsavqq6NzRD7Jw_xgIxGpgzCTFD_hOr-jyvNkziTfNsxKF_AaB1SJzi2wmGPlVla6QQCyrAPQiNurtpc7GUSYibKelSkDaVfBzoeehlQomFuuJrztZ-YS8DrH28-xK34iOPXvw3ri95TPlTJz7C1_tMYzBHtT3SZfxu7dSw13a1aGqChq7Rc2UR-4pAMX0HDNrveolykPfnlqOY-7Y656sMC9Z5JNPnY0HFq0rXQ0C9c3as_g2TqazFYeEjrViR3f0VaLp1quhiSD3UxmkyJVc-_X95ZhZ1hmN3uS7vYk0_IyXPewWZI1sAicOhzxVMj0hfoq85lR0g365YSJuapxuX-N7tDXE4ZxiLLJsGR1RLbflKVJOOey3djg-NtKz9llyjMqR3jQrmGRCrtf77rdXPvRPa9OxglkecErZmPz4y7yJL4NbxafMUF0AbgwqKNfdX40t-O6YJi53hM02NsJdLdSiGNc-K_E2xkusNGXt0s88PNbrhMr-bwzoUcvpPo9jR3QvQH9PFOtEEZntAytXyQUvChottMhmDH83Bijb4VaR5hwNcb8-02TOMFAzRKSoiNyAHrslyIP6UQKY6VBNm5Q5GSE\"}','active','2026-05-12 03:47:35','2026-05-12 03:47:35');
/*!40000 ALTER TABLE `external_apis` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `failed_jobs`
--

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `failed_jobs`
--

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
INSERT INTO `failed_jobs` VALUES (1,'cf9bbaab-a1a8-4268-a6ed-af935840ecdc','database','default','{\"uuid\":\"cf9bbaab-a1a8-4268-a6ed-af935840ecdc\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:34;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 11:43:46\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 03:43:48'),(2,'643e3834-3656-4fe8-9eac-8919a07dc76f','database','default','{\"uuid\":\"643e3834-3656-4fe8-9eac-8919a07dc76f\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:35;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 12:06:28\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 04:06:30'),(3,'dc6032a4-3c5d-494e-9c3c-fd1ffd57e022','database','default','{\"uuid\":\"dc6032a4-3c5d-494e-9c3c-fd1ffd57e022\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 12:23:05\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 04:23:08'),(4,'ee06c550-55a6-4d05-be8a-1b1d65ba74f8','database','default','{\"uuid\":\"ee06c550-55a6-4d05-be8a-1b1d65ba74f8\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:37;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 13:15:54\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 05:15:54'),(5,'4131ab7d-3b35-44de-8abf-59f4cf695a4c','database','default','{\"uuid\":\"4131ab7d-3b35-44de-8abf-59f4cf695a4c\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:38;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 13:31:48\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 05:31:49'),(6,'75ca8074-3450-4e0c-ad8b-e93610cec33e','database','default','{\"uuid\":\"75ca8074-3450-4e0c-ad8b-e93610cec33e\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:39;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 13:47:26\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 05:47:27'),(7,'710c46e9-cb9f-44ab-8701-4da7fd4538fc','database','default','{\"uuid\":\"710c46e9-cb9f-44ab-8701-4da7fd4538fc\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:40;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 13:50:15\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 05:50:16'),(8,'5bcd69ae-8ec2-4d78-b4e0-295091d3069d','database','default','{\"uuid\":\"5bcd69ae-8ec2-4d78-b4e0-295091d3069d\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:41;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 16:23:19\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 08:23:21'),(9,'46c88407-d930-4577-b46f-fb3c984e1fc4','database','default','{\"uuid\":\"46c88407-d930-4577-b46f-fb3c984e1fc4\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:11;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:46;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-12 16:29:55\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-12 08:29:56'),(10,'7bfe796c-97fc-47bc-b0cc-1bd5a458989b','database','default','{\"uuid\":\"7bfe796c-97fc-47bc-b0cc-1bd5a458989b\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:11;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:48;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-13 13:54:44\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-13 05:54:44'),(11,'b254f2f2-7f10-4a54-99b7-d8f0001fc50a','database','default','{\"uuid\":\"b254f2f2-7f10-4a54-99b7-d8f0001fc50a\",\"displayName\":\"App\\\\Listeners\\\\BonusModuleListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":19:{s:5:\\\"class\\\";s:33:\\\"App\\\\Listeners\\\\BonusModuleListener\\\";s:6:\\\"method\\\";s:21:\\\"approvalStatusUpdated\\\";s:4:\\\"data\\\";a:1:{i:0;O:47:\\\"App\\\\Events\\\\CustomEvent\\\\ApprovalStatusWasUpdated\\\":14:{s:10:\\\"isApproved\\\";b:1;s:16:\\\"eventTagTypeSlug\\\";s:16:\\\"receipt_approved\\\";s:4:\\\"user\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:8:\\\"App\\\\User\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:2:{i:0;s:15:\\\"businessAccount\\\";i:1;s:11:\\\"userSummary\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"mainModel\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":4:{s:5:\\\"class\\\";s:46:\\\"App\\\\Models\\\\UserInteraction\\\\UserDailyChallenges\\\";s:2:\\\"id\\\";i:50;s:9:\\\"relations\\\";a:14:{i:0;s:7:\\\"receipt\\\";i:1;s:12:\\\"receipt.user\\\";i:2;s:28:\\\"receipt.user.businessAccount\\\";i:3;s:30:\\\"receipt.receiptEntryOcrSummary\\\";i:4;s:26:\\\"receipt.userDailyChallenge\\\";i:5;s:31:\\\"receipt.userDailyChallenge.user\\\";i:6;s:42:\\\"receipt.userDailyChallenge.daily_challenge\\\";i:7;s:15:\\\"daily_challenge\\\";i:8;s:31:\\\"daily_challenge.businessAccount\\\";i:9;s:4:\\\"user\\\";i:10;s:20:\\\"user.businessAccount\\\";i:11;s:16:\\\"user.userSummary\\\";i:12;s:14:\\\"pivotChallenge\\\";i:13;s:13:\\\"challengeable\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";}s:9:\\\"arguments\\\";a:0:{}s:9:\\\"timestamp\\\";s:19:\\\"2026-05-13 17:09:25\\\";s:12:\\\"beforeUpdate\\\";N;s:11:\\\"afterUpdate\\\";N;s:14:\\\"wasSoftDeleted\\\";b:0;s:14:\\\"wasHardDeleted\\\";b:0;s:12:\\\"\\u0000*\\u0000modelPath\\\";N;s:11:\\\"\\u0000*\\u0000modelKey\\\";N;s:12:\\\"revisionType\\\";N;s:6:\\\"socket\\\";N;}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}}\"}}','Error: Call to a member function getQuery() on null in /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:702\nStack trace:\n#0 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(662): Illuminate\\Database\\Eloquent\\Builder->getRelation(\'userDailyChalle...\')\n#1 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'userDailyChalle...\', Object(Closure))\n#2 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(610): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#3 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(195): Illuminate\\Database\\Eloquent\\Builder->get(Array)\n#4 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php(160): Illuminate\\Database\\Eloquent\\Relations\\Relation->get()\n#5 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(673): Illuminate\\Database\\Eloquent\\Relations\\Relation->getEager()\n#6 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(642): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelation(Array, \'receipt\', Object(Closure))\n#7 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(597): Illuminate\\Database\\Eloquent\\Builder->eagerLoadRelations(Array)\n#8 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\\Database\\Eloquent\\Model->load(Array)\n#9 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\\Events\\Event->restoreModel(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#10 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/app/Traits/JobSerializesNullableModels.php(17): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#11 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\\Events\\Event->getRestoredPropertyValue(Object(Illuminate\\Contracts\\Database\\ModelIdentifier))\n#12 [internal function]: App\\Events\\Event->__unserialize(Array)\n#13 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize(\'O:36:\"Illuminat...\')\n#14 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\\Queue\\CallQueuedHandler->getCommand(Array)\n#15 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#16 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()\n#17 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#18 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#21 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#22 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#23 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#24 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Bootstrap\\DomainBasedApplication), Array, Object(Closure))\n#25 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Bootstrap\\DomainBasedApplication), Array, Array, NULL)\n#26 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)\n#27 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /home/growthdeskuser/public_html/wa-username-testing/enterprise-solutions/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}','2026-05-13 09:09:26');
/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `form_feedback_datas`
--

DROP TABLE IF EXISTS `form_feedback_datas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `form_feedback_datas` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `filed_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `form_feedback_datas`
--

LOCK TABLES `form_feedback_datas` WRITE;
/*!40000 ALTER TABLE `form_feedback_datas` DISABLE KEYS */;
/*!40000 ALTER TABLE `form_feedback_datas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `game_session_states`
--

DROP TABLE IF EXISTS `game_session_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `game_session_states` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `session_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `is_qr_code_challenge_completed` tinyint NOT NULL DEFAULT '0',
  `is_game_completed` tinyint NOT NULL DEFAULT '0',
  `is_points_provisioned` tinyint NOT NULL DEFAULT '0',
  `game_completed_at` datetime DEFAULT NULL,
  `game_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `game_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `points` int DEFAULT NULL,
  `redeem_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `voucher_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `game_session_states_session_id_index` (`session_id`),
  KEY `game_session_states_user_id_index` (`user_id`),
  KEY `game_session_states_game_completed_at_index` (`game_completed_at`),
  CONSTRAINT `game_session_states_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `game_session_states`
--

LOCK TABLES `game_session_states` WRITE;
/*!40000 ALTER TABLE `game_session_states` DISABLE KEYS */;
/*!40000 ALTER TABLE `game_session_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `generic_taggables`
--

DROP TABLE IF EXISTS `generic_taggables`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `generic_taggables` (
  `generic_tags_id` bigint unsigned NOT NULL,
  `generic_taggable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `generic_taggable_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  UNIQUE KEY `unique_set_index` (`generic_tags_id`,`generic_taggable_type`,`generic_taggable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `generic_taggables`
--

LOCK TABLES `generic_taggables` WRITE;
/*!40000 ALTER TABLE `generic_taggables` DISABLE KEYS */;
/*!40000 ALTER TABLE `generic_taggables` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `generic_tags`
--

DROP TABLE IF EXISTS `generic_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `generic_tags` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `generic_tags_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `generic_tags`
--

LOCK TABLES `generic_tags` WRITE;
/*!40000 ALTER TABLE `generic_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `generic_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hypermart_feedback_forms`
--

DROP TABLE IF EXISTS `hypermart_feedback_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `hypermart_feedback_forms` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_category` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_product` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hypermart_feedback_forms`
--

LOCK TABLES `hypermart_feedback_forms` WRITE;
/*!40000 ALTER TABLE `hypermart_feedback_forms` DISABLE KEYS */;
/*!40000 ALTER TABLE `hypermart_feedback_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `import_merchant_and_product_logs`
--

DROP TABLE IF EXISTS `import_merchant_and_product_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `import_merchant_and_product_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `file_path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `import_merchant_and_product_logs_user_id_index` (`user_id`),
  CONSTRAINT `import_merchant_and_product_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `import_merchant_and_product_logs`
--

LOCK TABLES `import_merchant_and_product_logs` WRITE;
/*!40000 ALTER TABLE `import_merchant_and_product_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `import_merchant_and_product_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs`
--

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint unsigned NOT NULL,
  `reserved_at` int unsigned DEFAULT NULL,
  `available_at` int unsigned NOT NULL,
  `created_at` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_queue_index` (`queue`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs`
--

LOCK TABLES `jobs` WRITE;
/*!40000 ALTER TABLE `jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ltm_translations`
--

DROP TABLE IF EXISTS `ltm_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ltm_translations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `status` int NOT NULL DEFAULT '0',
  `locale` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `group` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `key` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1211 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ltm_translations`
--

LOCK TABLES `ltm_translations` WRITE;
/*!40000 ALTER TABLE `ltm_translations` DISABLE KEYS */;
INSERT INTO `ltm_translations` VALUES (1,0,'en','admin_dashboard','titleDashboard','Dashboard','2026-04-07 06:33:32','2026-04-07 06:33:42'),(2,0,'en','admin_dashboard','menuModules','Modules','2026-04-07 06:33:32','2026-04-07 06:33:42'),(3,0,'en','admin_dashboard','menuReceiptUploads','Receipt Uploads','2026-04-07 06:33:32','2026-04-07 06:33:42'),(4,0,'en','admin_dashboard','menuHeadingVoucherWizardPlatform','Voucher Wizard/ Voucher Platform','2026-04-07 06:33:32','2026-04-07 06:33:42'),(5,0,'en','admin_dashboard','menuVoucherList','Voucher List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(6,0,'en','admin_dashboard','menuVoucherCreation','Voucher Creation','2026-04-07 06:33:32','2026-04-07 06:33:42'),(7,0,'en','admin_dashboard','menuImport','Import','2026-04-07 06:33:32','2026-04-07 06:33:42'),(8,0,'en','admin_dashboard','menuCampaignList','Campaign List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(9,0,'en','admin_dashboard','menuHeadingSMSBlast','SMS Blast','2026-04-07 06:33:32','2026-04-07 06:33:42'),(10,0,'en','admin_dashboard','menuUserSMSBlast','User SMS Blast','2026-04-07 06:33:32','2026-04-07 06:33:42'),(11,0,'en','admin_dashboard','menuReminderSMSBlast','Reminder SMS Blast','2026-04-07 06:33:32','2026-04-07 06:33:42'),(12,0,'en','admin_dashboard','menuHeadingBusiness','Business','2026-04-07 06:33:32','2026-04-07 06:33:42'),(13,0,'en','admin_dashboard','menuSystem','System','2026-04-07 06:33:32','2026-04-07 06:33:42'),(14,0,'en','admin_dashboard','menuSettings','Settings','2026-04-07 06:33:32','2026-04-07 06:33:42'),(15,0,'en','admin_dashboard','menuChangePassword','Change Password','2026-04-07 06:33:32','2026-04-07 06:33:42'),(16,0,'en','admin_dashboard','menuLogout','Logout','2026-04-07 06:33:32','2026-04-07 06:33:42'),(17,0,'en','admin_dashboard','menuStoreList','Store List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(18,0,'en','admin_dashboard','menuRewardsList','Rewards List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(19,0,'en','admin_dashboard','menuUserList','User List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(20,0,'en','admin_dashboard','menuProductList','Product List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(21,0,'en','admin_dashboard','menuNotificationTemplate','Notification Template','2026-04-07 06:33:32','2026-04-07 06:33:42'),(22,0,'en','admin_dashboard','titleReceiptExampleList','Receipt Example List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(23,0,'en','admin_dashboard','titleReceiptDemoList','Receipt Demo List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(24,0,'en','admin_dashboard','titleAddReceiptExample','Add Receipt Example','2026-04-07 06:33:32','2026-04-07 06:33:42'),(25,0,'en','admin_dashboard','titleEditReceiptExample','Edit Receipt Example','2026-04-07 06:33:32','2026-04-07 06:33:42'),(26,0,'en','admin_dashboard','titleAddReceiptDemo','Add Receipt Demo','2026-04-07 06:33:32','2026-04-07 06:33:42'),(27,0,'en','admin_dashboard','titleEditReceiptDemo','Edit Receipt Demo','2026-04-07 06:33:32','2026-04-07 06:33:42'),(28,0,'en','admin_dashboard','msgReceiptExampleDescription','- only single receipt will be shown as example if there are multiple stores','2026-04-07 06:33:32','2026-04-07 06:33:42'),(29,0,'en','admin_dashboard','msgDeleteReceipt','Selected receipt deleted successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(30,0,'en','admin_dashboard','msgReceiptSaved','Receipt saved successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(31,0,'en','admin_dashboard','titleNotificationTemplateList','Notification Template List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(32,0,'en','admin_dashboard','btnViewUnSub','View Unsub','2026-04-07 06:33:32','2026-04-07 06:33:42'),(33,0,'en','admin_dashboard','btnViewEmailTemplate','View Email Template','2026-04-07 06:33:32','2026-04-07 06:33:42'),(34,0,'en','admin_dashboard','titleEditNotificationTemplate','Edit Notification Template','2026-04-07 06:33:32','2026-04-07 06:33:42'),(35,0,'en','admin_dashboard','titleCreateNotificationTemplate','Create Notification Template','2026-04-07 06:33:32','2026-04-07 06:33:42'),(36,0,'en','admin_dashboard','msgTemplateUpdated','Template updated successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(37,0,'en','admin_dashboard','titleNotificationTemplateUnsubscriberList','Notification Template Unsubscriber List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(38,0,'en','admin_dashboard','msgUserSubscribed','User :user_uid subscribe successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(39,0,'en','admin_dashboard','msgUserUnsubscribed','User :user_uid unsubscribe successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(40,0,'en','admin_dashboard','btnUnsubscribe','Unsub','2026-04-07 06:33:32','2026-04-07 06:33:42'),(41,0,'en','admin_dashboard','msgSelect2FirstOptionGuide','Type to search & select','2026-04-07 06:33:32','2026-04-07 06:33:42'),(42,0,'en','admin_dashboard','titleModalNotificationTemplateUnsub','Template Unsub','2026-04-07 06:33:32','2026-04-07 06:33:42'),(43,0,'en','admin_dashboard','labelUserUIDs','User UIDs','2026-04-07 06:33:32','2026-04-07 06:33:42'),(44,0,'en','admin_dashboard','titleVoucherUserCount','User Count','2026-04-07 06:33:32','2026-04-07 06:33:42'),(45,0,'en','admin_setting','menuBanners','Banners','2026-04-07 06:33:32','2026-04-07 06:33:42'),(46,0,'en','admin_setting','menuTranslations','Translations','2026-04-07 06:33:32','2026-04-07 06:33:42'),(47,0,'en','admin_setting','menuBusinessAccount','Business Account','2026-04-07 06:33:32','2026-04-07 06:33:42'),(48,0,'en','admin_setting','menuEnvironment','Environment','2026-04-07 06:33:32','2026-04-07 06:33:42'),(49,0,'en','admin_setting','menuBasicSettings','Basic Settings','2026-04-07 06:33:32','2026-04-07 06:33:42'),(50,0,'en','admin_setting','btnSave','Save','2026-04-07 06:33:32','2026-04-07 06:33:42'),(51,0,'en','admin_setting','btnSaveChanges','Save Changes','2026-04-07 06:33:32','2026-04-07 06:33:42'),(52,0,'en','admin_setting','btnAdd','Add','2026-04-07 06:33:32','2026-04-07 06:33:42'),(53,0,'en','admin_setting','btnSubmit','Submit','2026-04-07 06:33:32','2026-04-07 06:33:42'),(54,0,'en','admin_setting','btnDelete','Delete','2026-04-07 06:33:32','2026-04-07 06:33:42'),(55,0,'en','admin_setting','btnCreate','Create','2026-04-07 06:33:32','2026-04-07 06:33:42'),(56,0,'en','admin_setting','btnEdit','Edit','2026-04-07 06:33:32','2026-04-07 06:33:42'),(57,0,'en','admin_setting','btnList','List','2026-04-07 06:33:32','2026-04-07 06:33:42'),(58,0,'en','admin_setting','btnExport','Export','2026-04-07 06:33:32','2026-04-07 06:33:42'),(59,0,'en','admin_setting','btnAppendNewTranslations','Append new translations','2026-04-07 06:33:32','2026-04-07 06:33:42'),(60,0,'en','admin_setting','btnReplaceExistingTranslations','Replace original translations','2026-04-07 06:33:32','2026-04-07 06:33:42'),(61,0,'en','admin_setting','btnPublishAllTranslations','Export all translations','2026-04-07 06:33:32','2026-04-07 06:33:42'),(62,0,'en','admin_setting','titleEditBanner','Edit Banner','2026-04-07 06:33:32','2026-04-07 06:33:42'),(63,0,'en','admin_setting','titleCreateBanner','Create Banner','2026-04-07 06:33:32','2026-04-07 06:33:42'),(64,0,'en','admin_setting','titleListBanner','List Banner','2026-04-07 06:33:32','2026-04-07 06:33:42'),(65,0,'en','admin_setting','titleListGroup','List Group','2026-04-07 06:33:32','2026-04-07 06:33:42'),(66,0,'en','admin_setting','titleListLocale','List Locales','2026-04-07 06:33:32','2026-04-07 06:33:42'),(67,0,'en','admin_setting','titleAddLocale','Add Locale','2026-04-07 06:33:32','2026-04-07 06:33:42'),(68,0,'en','admin_setting','titleEditTransGroupKey','Edit Translation','2026-04-07 06:33:32','2026-04-07 06:33:42'),(69,0,'en','admin_setting','titleListConfigurableEnv','List Configurable Environment','2026-04-07 06:33:32','2026-04-07 06:33:42'),(70,0,'en','admin_setting','titleEditConfigurableEnv','Edit Configurable Environment','2026-04-07 06:33:32','2026-04-07 06:33:42'),(71,0,'en','admin_setting','labelDetails','Details','2026-04-07 06:33:32','2026-04-07 06:33:42'),(72,0,'en','admin_setting','labelStatus','Status','2026-04-07 06:33:32','2026-04-07 06:33:42'),(73,0,'en','admin_setting','labelFilePicker','Choose File','2026-04-07 06:33:32','2026-04-07 06:33:42'),(74,0,'en','admin_setting','labelPosition','Position','2026-04-07 06:33:32','2026-04-07 06:33:42'),(75,0,'en','admin_setting','labelDesktopImage','Desktop Image','2026-04-07 06:33:32','2026-04-07 06:33:42'),(76,0,'en','admin_setting','labelMobileImage','Mobile Image','2026-04-07 06:33:32','2026-04-07 06:33:42'),(77,0,'en','admin_setting','labelStartDateTime','Start Date Time','2026-04-07 06:33:32','2026-04-07 06:33:42'),(78,0,'en','admin_setting','labelEndDateTime','End Date Time','2026-04-07 06:33:32','2026-04-07 06:33:42'),(79,0,'en','admin_setting','labelName','Name','2026-04-07 06:33:32','2026-04-07 06:33:42'),(80,0,'en','admin_setting','labelUrl','URL','2026-04-07 06:33:32','2026-04-07 06:33:42'),(81,0,'en','admin_setting','labelDescription','Description','2026-04-07 06:33:32','2026-04-07 06:33:42'),(82,0,'en','admin_setting','labelCompanyName','Campaign Brand Name','2026-04-07 06:33:32','2026-04-07 06:33:42'),(83,0,'en','admin_setting','labelIcon','Icon','2026-04-07 06:33:32','2026-04-07 06:33:42'),(84,0,'en','admin_setting','labelFavicon','Favicon','2026-04-07 06:33:32','2026-04-07 06:33:42'),(85,0,'en','admin_setting','labelAppleTouchIcon','Apple Touch Icon','2026-04-07 06:33:32','2026-04-07 06:33:42'),(86,0,'en','admin_setting','labelTranslationManager','Translation Manager','2026-04-07 06:33:32','2026-04-07 06:33:42'),(87,0,'en','admin_setting','labelNoCustomConfiguration','No Custom Configuration','2026-04-07 06:33:32','2026-04-07 06:33:42'),(88,0,'en','admin_setting','labelCustomConfiguration','Custom Configuration','2026-04-07 06:33:32','2026-04-07 06:33:42'),(89,0,'en','admin_setting','msgSettingUpdated','Setting updated successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(90,0,'en','admin_setting','msgBannerAdded','Banner added successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(91,0,'en','admin_setting','msgBannerUpdated','Banner updated successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(92,0,'en','admin_setting','msgBannerDeleted','Banner deleted successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(93,0,'en','admin_setting','msgTransImport','Translation imported successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(94,0,'en','admin_setting','msgTransReplace','Translation replaced successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(95,0,'en','admin_setting','msgTransExport','Translation exported successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(96,0,'en','admin_setting','msgTransGroupExport','Translation Group \":group\" exported successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(97,0,'en','admin_setting','msgLocaleAdded','Locale added successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(98,0,'en','admin_setting','msgLocaleDeleted','Locale deleted successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(99,0,'en','admin_setting','msgTranslationUpdated','Translation updated successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(100,0,'en','admin_setting','msgCustomConfigurationUpdated','Custom configuration updated successfully','2026-04-07 06:33:32','2026-04-07 06:33:42'),(101,0,'en','admin_setting','nameEnvCommon','Common','2026-04-07 06:33:32','2026-04-07 06:33:42'),(102,0,'en','admin_setting','nameEnvDomainBased','Domain Based','2026-04-07 06:33:32','2026-04-07 06:33:42'),(103,0,'en','admin_setting','descEnvCommon','All the configurable variables that will apply across all the SKALE modules','2026-04-07 06:33:32','2026-04-07 06:33:42'),(104,0,'en','admin_setting','descEnvDomainBased','All the configurable variables that apply only to current Business Account','2026-04-07 06:33:32','2026-04-07 06:33:42'),(105,0,'en','auth','failed','Username & Password doesn\'t match.','2026-04-07 06:33:32','2026-04-07 06:33:42'),(106,0,'en','auth','throttle','Too many login attempts. Please try again in :seconds seconds.','2026-04-07 06:33:32','2026-04-07 06:33:42'),(107,0,'en','cropper_editor','titleCropperEditorMsg','Crop Your Image to its Edges','2026-04-07 06:33:32','2026-04-07 06:33:42'),(108,0,'en','cropper_editor','btnCropperEditorReset','Reset','2026-04-07 06:33:32','2026-04-07 06:33:42'),(109,0,'en','cropper_editor','btnCropperEditorRotate','Rotate','2026-04-07 06:33:32','2026-04-07 06:33:42'),(110,0,'en','cropper_editor','btnCropperEditorCrop','Crop','2026-04-07 06:33:32','2026-04-07 06:33:42'),(111,0,'en','cropper_editor','titleCropperPreviewMsg','Click Confirm to Submit Image','2026-04-07 06:33:32','2026-04-07 06:33:42'),(112,0,'en','cropper_editor','btnCropperPreviewBack','Back','2026-04-07 06:33:32','2026-04-07 06:33:42'),(113,0,'en','cropper_editor','btnCropperPreviewConfirm','Confirm','2026-04-07 06:33:32','2026-04-07 06:33:42'),(114,0,'en','enterprise','seoDescription',':client_name :campaign_name 2021','2026-04-07 06:33:32','2026-04-07 06:33:42'),(115,0,'en','enterprise','seoKeywords','stampcard, :campaign_name, reward, voucher, stamp, card','2026-04-07 06:33:32','2026-04-07 06:33:42'),(116,0,'en','enterprise','openGraphTitle',':client_name Point Rewards','2026-04-07 06:33:32','2026-04-07 06:33:42'),(117,0,'en','enterprise','openGraphDescription',':client_name Point Rewards','2026-04-07 06:33:32','2026-04-07 06:33:42'),(118,0,'en','enterprise','registrationHeadline','Register to win more Rewards','2026-04-07 06:33:32','2026-04-07 06:33:42'),(119,0,'en','enterprise','registrationTou','I agree to :client_name\'s <a href=\":url_client_privacy_policy\" target=\"_blank\" >Privacy Policy</a> and <a href=\":url_client_terms\" target=\"_blank\">Terms and Conditions</a> and SKALE\'s <a href=\":url_skale_privacy_policy\" target=\"_blank\">Privacy Policy</a> and <a href=\":url_skale_terms\" target=\"_blank\">Terms and Conditions</a>','2026-04-07 06:33:32','2026-04-07 06:33:42'),(120,0,'en','enterprise','registrationTou2','','2026-04-07 06:33:32','2026-04-07 06:33:42'),(121,0,'en','enterprise','labelProgress','Progress','2026-04-07 06:33:32','2026-04-07 06:33:42'),(122,0,'en','enterprise','labelRewardsCard','Rewards Card','2026-04-07 06:33:32','2026-04-07 06:33:42'),(123,0,'en','enterprise','btnViewDedicateRewardCard','View','2026-04-07 06:33:32','2026-04-07 06:33:42'),(124,0,'en','enterprise','msgUploadReceiptCollectPoint','Upload receipt to collect more points now!','2026-04-07 06:33:32','2026-04-07 06:33:42'),(125,0,'en','enterprise','btnViewRewardCards','View Rewards Card','2026-04-07 06:33:32','2026-04-07 06:33:42'),(126,0,'en','enterprise','labelNoRewardsYet','No rewards yet!','2026-04-07 06:33:32','2026-04-07 06:33:42'),(127,0,'en','enterprise','titleLeaderboard','Leaderboard','2026-04-07 06:33:32','2026-04-07 06:33:42'),(128,0,'en','enterprise','labelTop10','Top 10','2026-04-07 06:33:32','2026-04-07 06:33:42'),(129,0,'en','enterprise','labelRecentWinners',' Recent Winners','2026-04-07 06:33:33','2026-04-07 06:33:42'),(130,0,'en','enterprise','labelNoOfStarsCollected','No. of Starts Collected','2026-04-07 06:33:33','2026-04-07 06:33:42'),(131,0,'en','enterprise','labelNoOfCompletedCards','No. of CompletedCards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(132,0,'en','enterprise','labelCard','Card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(133,0,'en','enterprise','labelGrid','Grid','2026-04-07 06:33:33','2026-04-07 06:33:42'),(134,0,'en','enterprise','labelLeaderboardDisclaimer','Disclaimer: The rank does not dictate the final Grand Prize winner','2026-04-07 06:33:33','2026-04-07 06:33:42'),(135,0,'en','enterprise','labelUnblockGridInfo','Visit :client_name participating outlets to collect more stars and win more prizes!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(136,0,'en','enterprise','labelUploadReceipt','Upload Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(137,0,'en','enterprise','labelSelectAStore','Select a Store','2026-04-07 06:33:33','2026-04-07 06:33:42'),(138,0,'en','enterprise','labelSelectAState','Select a State','2026-04-07 06:33:33','2026-04-07 06:33:42'),(139,0,'en','enterprise','labelSelectAProduct','Select a Product','2026-04-07 06:33:33','2026-04-07 06:33:42'),(140,0,'en','enterprise','labelCompleted','Completed','2026-04-07 06:33:33','2026-04-07 06:33:42'),(141,0,'en','enterprise','labelRedemptionSuccessful','RedemptionSuccessful','2026-04-07 06:33:33','2026-04-07 06:33:42'),(142,0,'en','enterprise','labelRedeemAtEStore','Redeem at E Store','2026-04-07 06:33:33','2026-04-07 06:33:42'),(143,0,'en','enterprise','labelNoParticipantsYet','No Participants yet!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(144,0,'en','enterprise','labelReceipt','Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(145,0,'en','enterprise','labelLocation','Location','2026-04-07 06:33:33','2026-04-07 06:33:42'),(146,0,'en','enterprise','labelProduct','Product','2026-04-07 06:33:33','2026-04-07 06:33:42'),(147,0,'en','enterprise','labelUniqueReceipt','Unique Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(148,0,'en','enterprise','labelDifferentStore','Different Store','2026-04-07 06:33:33','2026-04-07 06:33:42'),(149,0,'en','enterprise','labelReceiptExample','Examples','2026-04-07 06:33:33','2026-04-07 06:33:42'),(150,0,'en','enterprise','labelAppDownloadText','Enjoy great savings with :client_name App!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(151,0,'en','enterprise','titleAppDownladAppText','Download :client_name App Now!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(152,0,'en','enterprise','labelMyPoints','My Points','2026-04-07 06:33:33','2026-04-07 06:33:42'),(153,0,'en','enterprise','btnRedeemRewards','Redeem Rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(154,0,'en','enterprise','labelRewardCardInfo','You are on your :card_id_ordinal Reward Card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(155,0,'en','enterprise','btnRefreshGrid','Refresh Grid','2026-04-07 06:33:33','2026-04-07 06:33:42'),(156,0,'en','enterprise','labelBingoHeadline','Select your Star to Complete','2026-04-07 06:33:33','2026-04-07 06:33:42'),(157,0,'en','enterprise','labelBingoShareHeadline','Share & Get Bonus Points!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(158,0,'en','enterprise','btnReuploadReceipt','Reupload Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(159,0,'en','enterprise','btnViewReceipt','View Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(160,0,'en','enterprise','btnGridClose','Okay','2026-04-07 06:33:33','2026-04-07 06:33:42'),(161,0,'en','enterprise','labelParticipatingOutlets','Participating Outlets','2026-04-07 06:33:33','2026-04-07 06:33:42'),(162,0,'en','enterprise','labelSelectAShop','Select a Shop','2026-04-07 06:33:33','2026-04-07 06:33:42'),(163,0,'en','enterprise','btnViewDirectory','View Directory','2026-04-07 06:33:33','2026-04-07 06:33:42'),(164,0,'en','enterprise','titleCompleteGrid','Congratulations!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(165,0,'en','enterprise','labelCompleteGridDescription','Points has been awarded','2026-04-07 06:33:33','2026-04-07 06:33:42'),(166,0,'en','enterprise','btnClaimYourPrizeNow','Claim Your Prize Now','2026-04-07 06:33:33','2026-04-07 06:33:42'),(167,0,'en','enterprise','titleCompleteLastGrid','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(168,0,'en','enterprise','labelCompleteLastGridDescription','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(169,0,'en','enterprise','titleLastGridCompletion','Congratulations on completing your :client_name Point Rewards Card!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(170,0,'en','enterprise','labelLastGridCompletionDescription','Download your next Point Rewards Card to continue collecting points and redeem rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(171,0,'en','enterprise','btnDownloadNewCard','Download New Card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(172,0,'en','enterprise','titleRejectedGrid','Receipt Rejected!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(173,0,'en','enterprise','labelRejectedGridDescription','Oops! The uploaded image isn\'t valid. Please reupload a valid receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(174,0,'en','enterprise','titlePendingGrid','Receipt will be verified within 48-72 hours','2026-04-07 06:33:33','2026-04-07 06:33:42'),(175,0,'en','enterprise','labelPendingGridDescription1','You can continue collecting points from other store as we verify your receipt uploaded','2026-04-07 06:33:33','2026-04-07 06:33:42'),(176,0,'en','enterprise','labelPendingGridDescription2','<b>You will receive an SMS once a point has been awarded</b><br>Monday (Fri 3pm - Mon 3pm)<br>Wednesday (Mon 3pm - Wed 3pm)<br>Friday (Wed 3pm - Fri 3pm)','2026-04-07 06:33:33','2026-04-07 06:33:42'),(177,0,'en','enterprise','titlePendingGift','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(178,0,'en','enterprise','titleIncompleteCard','Congratulations on completing your :client_name Point Rewards Card!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(179,0,'en','enterprise','labelIncompleteCardDescription','Please complete your existing Point Rewards Card to continue collecting points and redeem rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(180,0,'en','enterprise','btnViewIncompleteCards','View Incomplete Cards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(181,0,'en','enterprise','labelIncompleteInstructions','1) Take a photo of your :client_name receipt<br/>\n    2) Verify your receipt details & submit<br/>\n    3) Get stamp & receive points once the receipt is approved<br/>\n    4) Redeem exciting rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(182,0,'en','enterprise','labelSelectReceiptType','Select Your Image Type','2026-04-07 06:33:33','2026-04-07 06:33:42'),(183,0,'en','enterprise','placeholderSelectReceiptType','Select your image type','2026-04-07 06:33:33','2026-04-07 06:33:42'),(184,0,'en','enterprise','placeholderOtherStoreName','Other Store Name','2026-04-07 06:33:33','2026-04-07 06:33:42'),(185,0,'en','enterprise','titleReviewYourReceiptMsg','Please Review Your Uploaded Image','2026-04-07 06:33:33','2026-04-07 06:33:42'),(186,0,'en','enterprise','labelStoreName','Store Name','2026-04-07 06:33:33','2026-04-07 06:33:42'),(187,0,'en','enterprise','labelStoreNotFoundSelectionMsg','(Please Select \'Others\' If Store Cannot Be Found)','2026-04-07 06:33:33','2026-04-07 06:33:42'),(188,0,'en','enterprise','labelSelectProductAndQty','Select Product and Qty','2026-04-07 06:33:33','2026-04-07 06:33:42'),(189,0,'en','enterprise','btnAddMoreProducts','Add more products','2026-04-07 06:33:33','2026-04-07 06:33:42'),(190,0,'en','enterprise','labelReceiptTypeOthers','Others','2026-04-07 06:33:33','2026-04-07 06:33:42'),(191,0,'en','enterprise','labelStampProgress','Stamp','2026-04-07 06:33:33','2026-04-07 06:33:42'),(192,0,'en','enterprise','labelCardProgress','Card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(193,0,'en','enterprise','labelNextCard','Next Card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(194,0,'en','enterprise','labelScratchToUnlockRewards','Scratch to unlock rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(195,0,'en','enterprise','btnViewRedeemedRewards','View Redeemed Rewards','2026-04-07 06:33:33','2026-04-07 06:33:42'),(196,0,'en','enterprise','titleReward','Congratulations!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(197,0,'en','enterprise','labelRewardDescription','Points has been awarded','2026-04-07 06:33:33','2026-04-07 06:33:42'),(198,0,'en','enterprise','btnViewMyPoints','View My Points','2026-04-07 06:33:33','2026-04-07 06:33:42'),(199,0,'en','enterprise','popupOfflineEngSubmit','Submit','2026-04-07 06:33:33','2026-04-07 06:33:42'),(200,0,'en','enterprise','popupOfflineEngOkay','Okay','2026-04-07 06:33:33','2026-04-07 06:33:42'),(201,0,'en','enterprise','titleReferAndEarnPoints','Refer & Earn Points!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(202,0,'en','enterprise','labelReferAndEarnPointsDescription','Both you and your friend will get :referrer_point points when they sign up through your link & upload their first :client_name receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(203,0,'en','enterprise','txtShareCopyWhatsApp','Did you hear about :client_name\'s Point Rewards? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}','2026-04-07 06:33:33','2026-04-07 06:33:42'),(204,0,'en','enterprise','txtShareCopyTelegram','Did you hear about :client_name\'s Point Rewards? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}','2026-04-07 06:33:33','2026-04-07 06:33:42'),(205,0,'en','enterprise','labelDefaultError','Oh no! Something went wrong','2026-04-07 06:33:33','2026-04-07 06:33:42'),(206,0,'en','enterprise','labelRejectedDuplicateReceiptSameIndividual','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(207,0,'en','enterprise','labelRejectedDuplicateReceiptDifferentIndividual','That receipt has already been uploaded. Please upload a new receipt ','2026-04-07 06:33:33','2026-04-07 06:33:42'),(208,0,'en','enterprise','labelRejectedPotentialSameDaySameBrandReceipt','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt ','2026-04-07 06:33:33','2026-04-07 06:33:42'),(209,0,'en','enterprise','labelRejectedNonReceipt','This is not a receipt. Please upload a valid receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(210,0,'en','enterprise','labelRejectedNonParticipatingOutlet','Outlet name is not detected. Please re-upload your receipt.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(211,0,'en','enterprise','labelInactiveGridError','Please complete the previous stamps before attempting this stamp','2026-04-07 06:33:33','2026-04-07 06:33:42'),(212,0,'en','enterprise','labelStampcardQRCodeLimitTitle','QR Code Limit','2026-04-07 06:33:33','2026-04-07 06:33:42'),(213,0,'en','enterprise','labelStampcardQRCodeLimit','You have hit the maximum limit from the same QR code for the current card','2026-04-07 06:33:33','2026-04-07 06:33:42'),(214,0,'en','enterprise','contact_assistance','Please contact <a href=\"mailto:help@skale.today\" target=\"_blank\">help@skale.today</a> for further assistance','2026-04-07 06:33:33','2026-04-07 06:33:42'),(215,0,'en','enterprise','titlePointRedemptionCatalogue','Rewards Marketplace','2026-04-07 06:33:33','2026-04-07 06:33:42'),(216,0,'en','enterprise','titleVoucherWallet','My Vouchers','2026-04-07 06:33:33','2026-04-07 06:33:42'),(217,0,'en','enterprise','labelRedemptionSuccessDescription','Upload your next receipt to continue collecting points and redeem more vouchers for :client_name Products!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(218,0,'en','enterprise','titleRewardDownloaded','Reward Downloaded','2026-04-07 06:33:33','2026-04-07 06:33:42'),(219,0,'en','enterprise','titleRedemptionSuccess','Congratulations on completing your :client_name :voucher_name redemption.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(220,0,'en','enterprise','labelRedemptionConversionDescription','You will convert\n    :num_point for :voucher_name','2026-04-07 06:33:33','2026-04-07 06:33:42'),(221,0,'en','enterprise','labelPoint','points','2026-04-07 06:33:33','2026-04-07 06:33:42'),(222,0,'en','enterprise','labelRedemptionNotEnoughPointsConversion','You don\'t have enough points. Please collect more points to redeem.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(223,0,'en','enterprise','labelEmptyWallet','No rewards downloaded yet','2026-04-07 06:33:33','2026-04-07 06:33:42'),(224,0,'en','enterprise','labelEmptyMarketplace','No rewards available yet','2026-04-07 06:33:33','2026-04-07 06:33:42'),(225,0,'en','enterprise','labelRewardsValidityEnd','Sorry, the Rewards Validity Period has ended','2026-04-07 06:33:33','2026-04-07 06:33:42'),(226,0,'en','enterprise','submit_address_popup_title','Congratulations!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(227,0,'en','enterprise','submit_address_popup_subtitle','You have successfully submitted your delivery address. We will be delivering your prize soon.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(228,0,'en','enterprise','fund_trunsfer_submit_title','Congratulations!','2026-04-07 06:33:33','2026-04-07 06:33:42'),(229,0,'en','enterprise','fund_trunsfer_submit_subtitle','You have successfully submitted your details.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(230,0,'en','enterprise','labelReceiptAccepted','Receipt Accepted','2026-04-07 06:33:33','2026-04-07 06:33:42'),(231,0,'en','enterprise','labelReceiptPendingVerification','Pending Verification','2026-04-07 06:33:33','2026-04-07 06:33:42'),(232,0,'en','enterprise','labelReceiptRejected','Receipt Rejected','2026-04-07 06:33:33','2026-04-07 06:33:42'),(233,0,'en','enterprise','labelDemoReceiptAccepted','Accepted Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(234,0,'en','enterprise','labelDemoReceiptPendingVerification','Pending Verification Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(235,0,'en','enterprise','labelDemoReceiptRejected','Rejected Receipt','2026-04-07 06:33:33','2026-04-07 06:33:42'),(236,0,'en','enterprise','titleReceiptSelector','Receipt Selector','2026-04-07 06:33:33','2026-04-07 06:33:42'),(237,0,'en','enterprise','labelReceiptSelectorDescription','Please choose a receipt to experience the journey','2026-04-07 06:33:33','2026-04-07 06:33:42'),(238,0,'en','enterprise','tutorialBtnStart','Start Now','2026-04-07 06:33:33','2026-04-07 06:33:42'),(239,0,'en','enterprise','tutorialBtnNext','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(240,0,'en','enterprise','tutorialBtnPrevious','Previous','2026-04-07 06:33:33','2026-04-07 06:33:42'),(241,0,'en','enterprise','tutorialBtnComplete','Complete','2026-04-07 06:33:33','2026-04-07 06:33:42'),(242,0,'en','enterprise','tutorialWelcome','Congratulations on your successful registration!<br/> Click here to Start your Tutorial','2026-04-07 06:33:33','2026-04-07 06:33:42'),(243,0,'en','enterprise','tutorialWelcomeTarget','.game-container div:first','2026-04-07 06:33:33','2026-04-07 06:33:42'),(244,0,'en','enterprise','tutorialWelcomeScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(245,0,'en','enterprise','tutorialWelcomeOffsetX','200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(246,0,'en','enterprise','tutorialWelcomeOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(247,0,'en','enterprise','tutorialGamification','Welcome to Anchor\'s Amazing Treats! Upload your first receipt here to unlock rewards.','2026-04-07 06:33:33','2026-04-07 06:33:42'),(248,0,'en','enterprise','tutorialGamificationTarget','#card_box_A','2026-04-07 06:33:33','2026-04-07 06:33:42'),(249,0,'en','enterprise','tutorialGamificationScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(250,0,'en','enterprise','tutorialGamificationOffsetX','100','2026-04-07 06:33:33','2026-04-07 06:33:42'),(251,0,'en','enterprise','tutorialGamificationOffsetY','225','2026-04-07 06:33:33','2026-04-07 06:33:42'),(252,0,'en','enterprise','tutorialRewards','Click here to redeem rewards that you have unlocked','2026-04-07 06:33:33','2026-04-07 06:33:42'),(253,0,'en','enterprise','tutorialRewardsTarget','#reward_redemption_btn','2026-04-07 06:33:33','2026-04-07 06:33:42'),(254,0,'en','enterprise','tutorialRewardsScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(255,0,'en','enterprise','tutorialRewardsOffsetX','200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(256,0,'en','enterprise','tutorialRewardsOffsetY','-200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(257,0,'en','enterprise','tutorialNotification','Click here to view your notifications','2026-04-07 06:33:33','2026-04-07 06:33:42'),(258,0,'en','enterprise','tutorialNotificationTarget','[load_popup=\"popup_notifications\"]','2026-04-07 06:33:33','2026-04-07 06:33:42'),(259,0,'en','enterprise','tutorialNotificationScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(260,0,'en','enterprise','tutorialNotificationOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(261,0,'en','enterprise','tutorialNotificationOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(262,0,'en','enterprise','tutorialReferral','Click here to share the Amazing Treats Campaign','2026-04-07 06:33:33','2026-04-07 06:33:42'),(263,0,'en','enterprise','tutorialReferralTarget','[load_popup=\"popup_share\"]','2026-04-07 06:33:33','2026-04-07 06:33:42'),(264,0,'en','enterprise','tutorialReferralScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(265,0,'en','enterprise','tutorialReferralOffsetX','200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(266,0,'en','enterprise','tutorialReferralOffsetY','-200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(267,0,'en','enterprise','tutorialFinal','Finally, track your Stamp Card Progress here','2026-04-07 06:33:33','2026-04-07 06:33:42'),(268,0,'en','enterprise','tutorialFinalTarget','.completion-progress .step-item:first-child','2026-04-07 06:33:33','2026-04-07 06:33:42'),(269,0,'en','enterprise','tutorialFinalScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(270,0,'en','enterprise','tutorialFinalOffsetX','200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(271,0,'en','enterprise','tutorialFinalOffsetY','-200','2026-04-07 06:33:33','2026-04-07 06:33:42'),(272,0,'en','enterprise','tutorialAdditionOne','Extra tutorial 1','2026-04-07 06:33:33','2026-04-07 06:33:42'),(273,0,'en','enterprise','tutorialAdditionOneTarget','[load_popup=\"popup_share\"]','2026-04-07 06:33:33','2026-04-07 06:33:42'),(274,0,'en','enterprise','tutorialAdditionOneScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(275,0,'en','enterprise','tutorialAdditionOneOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(276,0,'en','enterprise','tutorialAdditionOneOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(277,0,'en','enterprise','tutorialAdditionTwo','Extra tutorial 2','2026-04-07 06:33:33','2026-04-07 06:33:42'),(278,0,'en','enterprise','tutorialAdditionTwoTarget','[load_popup=\"popup_rewards\"]','2026-04-07 06:33:33','2026-04-07 06:33:42'),(279,0,'en','enterprise','tutorialAdditionTwoScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(280,0,'en','enterprise','tutorialAdditionTwoOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(281,0,'en','enterprise','tutorialAdditionTwoOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(282,0,'en','enterprise','tutorialAdditionThree','Extra tutorial 3','2026-04-07 06:33:33','2026-04-07 06:33:42'),(283,0,'en','enterprise','tutorialAdditionThreeTarget','[load_popup=\"popup_grid\"]','2026-04-07 06:33:33','2026-04-07 06:33:42'),(284,0,'en','enterprise','tutorialAdditionThreeScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(285,0,'en','enterprise','tutorialAdditionThreeOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(286,0,'en','enterprise','tutorialAdditionThreeOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(287,0,'en','enterprise','tutorialAdditionFour','Extra tutorial 4','2026-04-07 06:33:33','2026-04-07 06:33:42'),(288,0,'en','enterprise','tutorialAdditionFourTarget','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(289,0,'en','enterprise','tutorialAdditionFourScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(290,0,'en','enterprise','tutorialAdditionFourOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(291,0,'en','enterprise','tutorialAdditionFourOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(292,0,'en','enterprise','tutorialAdditionFive','Extra tutorial 5','2026-04-07 06:33:33','2026-04-07 06:33:42'),(293,0,'en','enterprise','tutorialAdditionFiveTarget','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(294,0,'en','enterprise','tutorialAdditionFiveScript','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(295,0,'en','enterprise','tutorialAdditionFiveOffsetX','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(296,0,'en','enterprise','tutorialAdditionFiveOffsetY','','2026-04-07 06:33:33','2026-04-07 06:33:42'),(297,0,'en','enterprise','tutorialPopupSequenceTitle1','Step 1','2026-04-07 06:33:33','2026-04-07 06:33:42'),(298,0,'en','enterprise','tutorialPopupSequenceSubtitle1','Instruction 1','2026-04-07 06:33:33','2026-04-07 06:33:42'),(299,0,'en','enterprise','tutorialPopupSequenceCta1','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(300,0,'en','enterprise','tutorialPopupSequenceTitle2','Step 2','2026-04-07 06:33:33','2026-04-07 06:33:42'),(301,0,'en','enterprise','tutorialPopupSequenceSubtitle2','Instruction 2','2026-04-07 06:33:33','2026-04-07 06:33:42'),(302,0,'en','enterprise','tutorialPopupSequenceCta2','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(303,0,'en','enterprise','tutorialPopupSequenceTitle3','Step 3','2026-04-07 06:33:33','2026-04-07 06:33:42'),(304,0,'en','enterprise','tutorialPopupSequenceSubtitle3','Instruction 3','2026-04-07 06:33:33','2026-04-07 06:33:42'),(305,0,'en','enterprise','tutorialPopupSequenceCta3','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(306,0,'en','enterprise','tutorialPopupSequenceTitle4','Step 4','2026-04-07 06:33:33','2026-04-07 06:33:42'),(307,0,'en','enterprise','tutorialPopupSequenceSubtitle4','Instruction 4','2026-04-07 06:33:33','2026-04-07 06:33:42'),(308,0,'en','enterprise','tutorialPopupSequenceCta4','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(309,0,'en','enterprise','tutorialPopupSequenceTitle5','Step 5','2026-04-07 06:33:33','2026-04-07 06:33:42'),(310,0,'en','enterprise','tutorialPopupSequenceSubtitle5','Instruction 5','2026-04-07 06:33:33','2026-04-07 06:33:42'),(311,0,'en','enterprise','tutorialPopupSequenceCta5','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(312,0,'en','enterprise','tutorialPopupSequenceTitle6','Step 6','2026-04-07 06:33:33','2026-04-07 06:33:42'),(313,0,'en','enterprise','tutorialPopupSequenceSubtitle6','Instruction 6','2026-04-07 06:33:33','2026-04-07 06:33:42'),(314,0,'en','enterprise','tutorialPopupSequenceCta6','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(315,0,'en','enterprise','tutorialPopupSequenceTitle7','Step 7','2026-04-07 06:33:33','2026-04-07 06:33:42'),(316,0,'en','enterprise','tutorialPopupSequenceSubtitle7','Instruction 7','2026-04-07 06:33:33','2026-04-07 06:33:42'),(317,0,'en','enterprise','tutorialPopupSequenceCta7','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(318,0,'en','enterprise','tutorialPopupSequenceTitle8','Step 8','2026-04-07 06:33:33','2026-04-07 06:33:42'),(319,0,'en','enterprise','tutorialPopupSequenceSubtitle8','Instruction 8','2026-04-07 06:33:33','2026-04-07 06:33:42'),(320,0,'en','enterprise','tutorialPopupSequenceCta8','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(321,0,'en','enterprise','tutorialPopupSequenceTitle9','Step 9','2026-04-07 06:33:33','2026-04-07 06:33:42'),(322,0,'en','enterprise','tutorialPopupSequenceSubtitle9','Instruction 9','2026-04-07 06:33:33','2026-04-07 06:33:42'),(323,0,'en','enterprise','tutorialPopupSequenceCta9','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(324,0,'en','enterprise','tutorialPopupSequenceTitle10','Step 10','2026-04-07 06:33:33','2026-04-07 06:33:42'),(325,0,'en','enterprise','tutorialPopupSequenceSubtitle10','Instruction 10','2026-04-07 06:33:33','2026-04-07 06:33:42'),(326,0,'en','enterprise','tutorialPopupSequenceCta10','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(327,0,'en','enterprise','tutorialPopupSequenceTitle11','Step 11','2026-04-07 06:33:33','2026-04-07 06:33:42'),(328,0,'en','enterprise','tutorialPopupSequenceSubtitle11','Instruction 11','2026-04-07 06:33:33','2026-04-07 06:33:42'),(329,0,'en','enterprise','tutorialPopupSequenceCta11','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(330,0,'en','enterprise','tutorialPopupSequenceTitle12','Step 12','2026-04-07 06:33:33','2026-04-07 06:33:42'),(331,0,'en','enterprise','tutorialPopupSequenceSubtitle12','Instruction 12','2026-04-07 06:33:33','2026-04-07 06:33:42'),(332,0,'en','enterprise','tutorialPopupSequenceCta12','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(333,0,'en','enterprise','tutorialPopupSequenceTitle13','Step 13','2026-04-07 06:33:33','2026-04-07 06:33:42'),(334,0,'en','enterprise','tutorialPopupSequenceSubtitle13','Instruction 13','2026-04-07 06:33:33','2026-04-07 06:33:42'),(335,0,'en','enterprise','tutorialPopupSequenceCta13','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(336,0,'en','enterprise','tutorialPopupSequenceTitle14','Step 14','2026-04-07 06:33:33','2026-04-07 06:33:42'),(337,0,'en','enterprise','tutorialPopupSequenceSubtitle14','Instruction 14','2026-04-07 06:33:33','2026-04-07 06:33:42'),(338,0,'en','enterprise','tutorialPopupSequenceCta14','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(339,0,'en','enterprise','tutorialPopupSequenceTitle15','Step 15','2026-04-07 06:33:33','2026-04-07 06:33:42'),(340,0,'en','enterprise','tutorialPopupSequenceSubtitle15','Instruction 15','2026-04-07 06:33:33','2026-04-07 06:33:42'),(341,0,'en','enterprise','tutorialPopupSequenceCta15','Next','2026-04-07 06:33:33','2026-04-07 06:33:42'),(342,0,'en','heading','download_voucher','Download Voucher','2026-04-07 06:33:33','2026-04-07 06:33:42'),(343,0,'en','heading','use_voucher','Redeem Voucher','2026-04-07 06:33:33','2026-04-07 06:33:42'),(344,0,'en','heading','title_create_voucher_series','Create Voucher Series','2026-04-07 06:33:33','2026-04-07 06:33:42'),(345,0,'en','heading','title_edit_voucher_series','Edit Voucher Series','2026-04-07 06:33:33','2026-04-07 06:33:42'),(346,0,'en','heading','title_list_voucher_series','List Voucher Series','2026-04-07 06:33:33','2026-04-07 06:33:42'),(347,0,'en','heading','title_import_promocode','Import Promo Codes','2026-04-07 06:33:33','2026-04-07 06:33:42'),(348,0,'en','heading','title_list_stores','List Stores','2026-04-07 06:33:33','2026-04-07 06:33:42'),(349,0,'en','heading','title_edit_stores','Edit Store','2026-04-07 06:33:33','2026-04-07 06:33:42'),(350,0,'en','heading','title_create_stores','Create Store','2026-04-07 06:33:34','2026-04-07 06:33:42'),(351,0,'en','heading','title_edit_outlet','Edit Outlet','2026-04-07 06:33:34','2026-04-07 06:33:42'),(352,0,'en','heading','title_create_outlet','Create Outlet','2026-04-07 06:33:34','2026-04-07 06:33:42'),(353,0,'en','heading','title_list_imported_voucher_series','List Imported Voucher Series','2026-04-07 06:33:34','2026-04-07 06:33:42'),(354,0,'en','heading','title_list_imported_voucher_series_files','List Imported Voucher Series Files','2026-04-07 06:33:34','2026-04-07 06:33:42'),(355,0,'en','heading','title_view_voucher_series','View Voucher Series','2026-04-07 06:33:34','2026-04-07 06:33:42'),(356,0,'en','heading','title_create_sms_blast','Create Reminder blast','2026-04-07 06:33:34','2026-04-07 06:33:42'),(357,0,'en','heading','title_my_voucher','My Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(358,0,'en','heading','title_my_voucher_wallet','My Voucher Wallet','2026-04-07 06:33:34','2026-04-07 06:33:42'),(359,0,'en','heading','login','Login!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(360,0,'en','heading','use','Redeem','2026-04-07 06:33:34','2026-04-07 06:33:42'),(361,0,'en','heading','label_more_than_one_location_available','More than one locations available','2026-04-07 06:33:34','2026-04-07 06:33:42'),(362,0,'en','heading','label_valid_until','Valid until :DATE','2026-04-07 06:33:34','2026-04-07 06:33:42'),(363,0,'en','heading','label_terms_and_conditions','Terms and Conditions','2026-04-07 06:33:34','2026-04-07 06:33:42'),(364,0,'en','heading','button_claim','Download','2026-04-07 06:33:34','2026-04-07 06:33:42'),(365,0,'en','heading','heading_register_voucher','Download this voucher now!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(366,0,'en','heading','heading_register_voucher_generic','Download this Voucher','2026-04-07 06:33:34','2026-04-07 06:33:42'),(367,0,'en','heading','form_promocode_title','Promo Code','2026-04-07 06:33:34','2026-04-07 06:33:42'),(368,0,'en','heading','form_label_first_name','First Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(369,0,'en','heading','form_label_last_name','Last Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(370,0,'en','heading','form_label_name','Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(371,0,'en','heading','form_label_email','Email','2026-04-07 06:33:34','2026-04-07 06:33:42'),(372,0,'en','heading','form_label_mobile','Mobile Number','2026-04-07 06:33:34','2026-04-07 06:33:42'),(373,0,'en','heading','form_label_password','Password','2026-04-07 06:33:34','2026-04-07 06:33:42'),(374,0,'en','heading','form_label_date_of_birth','Date of Birth','2026-04-07 06:33:34','2026-04-07 06:33:42'),(375,0,'en','heading','form_label_monthyear','Date of Birth','2026-04-07 06:33:34','2026-04-07 06:33:42'),(376,0,'en','heading','form_label_year','Date of Birth','2026-04-07 06:33:34','2026-04-07 06:33:42'),(377,0,'en','heading','form_MM_DD_YYYY','Date of Birth','2026-04-07 06:33:34','2026-04-07 06:33:42'),(378,0,'en','heading','form_label_year_of_birth','Year of Birth','2026-04-07 06:33:34','2026-04-07 06:33:42'),(379,0,'en','heading','form_label_address','Address','2026-04-07 06:33:34','2026-04-07 06:33:42'),(380,0,'en','heading','form_label_address_state','State','2026-04-07 06:33:34','2026-04-07 06:33:42'),(381,0,'en','heading','form_label_passcode','Enter Pin Code to Play','2026-04-07 06:33:34','2026-04-07 06:33:42'),(382,0,'en','heading','form_tnc_checkbox','* I agree to SKALE\'s <a target=\'_blank\' href=\':url\'>Privacy Policy</a>','2026-04-07 06:33:34','2026-04-07 06:33:42'),(383,0,'en','heading','form_button_get_voucher_now','Get Voucher Now','2026-04-07 06:33:34','2026-04-07 06:33:42'),(384,0,'en','heading','menu_browse_voucher','Browse Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(385,0,'en','heading','menu_my_voucher','My Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(386,0,'en','heading','menu_choose_stores','Choose a Store','2026-04-07 06:33:34','2026-04-07 06:33:42'),(387,0,'en','heading','menu_how_it_work','How It Works','2026-04-07 06:33:34','2026-04-07 06:33:42'),(388,0,'en','heading','email_downloaded_voucher_button_view','View','2026-04-07 06:33:34','2026-04-07 06:33:42'),(389,0,'en','heading','email_subject_default','Email (optional)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(390,0,'en','heading','email_subject_downloaded_voucher',':company_name: Here’s Your Voucher Wallet','2026-04-07 06:33:34','2026-04-07 06:33:42'),(391,0,'en','heading','use_voucher_button_swipe_left_to_redeem','Swipe to Redeem Voucher(s)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(392,0,'en','heading','use_voucher_button_select_voucher_to_redeem','Select Voucher(s) to Redeem','2026-04-07 06:33:34','2026-04-07 06:33:42'),(393,0,'en','heading','use_voucher_button_selected_voucher','Selected','2026-04-07 06:33:34','2026-04-07 06:33:42'),(394,0,'en','heading','use_voucher_button_redeem_voucher','Redeem','2026-04-07 06:33:34','2026-04-07 06:33:42'),(395,0,'en','heading','use_voucher_button_claimed','Redeemed','2026-04-07 06:33:34','2026-04-07 06:33:42'),(396,0,'en','heading','header_use_voucher_form','For Redemption at Cashier','2026-04-07 06:33:34','2026-04-07 06:33:42'),(397,0,'en','heading','btn_use_voucher_next','Next','2026-04-07 06:33:34','2026-04-07 06:33:42'),(398,0,'en','heading','btn_use_voucher_form_click_to_redeem_voucher','Click To Redeem Voucher(s)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(399,0,'en','heading','btn_use_voucher_form_click_to_redeem_voucher_generic','Submit','2026-04-07 06:33:34','2026-04-07 06:33:42'),(400,0,'en','heading','btn_use_voucher_form_click_to_finish_redemption','Continue','2026-04-07 06:33:34','2026-04-07 06:33:42'),(401,0,'en','heading','link_see_my_voucher','Click here to see all My Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(402,0,'en','heading','desc_use_voucher_form','Click only when using voucher at cashier','2026-04-07 06:33:34','2026-04-07 06:33:42'),(403,0,'en','heading','title_notification_download_successfully','See You!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(404,0,'en','heading','desc_notification_download_successfully','The Voucher has been sent to you via SMS. Click <a style=\'    text-decoration: underline; color:white\'href=\':url\'>here</a> to view all your Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(405,0,'en','heading','desc2_notification_download_successfully','Voucher downloaded. Click <a style=\'    text-decoration: underline; color:white\'href=\':url\'>here</a> to view all your Vouchers or access it from your Voucher Wallet sent via SMS','2026-04-07 06:33:34','2026-04-07 06:33:42'),(406,0,'en','heading','desc2_notification_download_successfully_email','Voucher downloaded. Click <a style=\'    text-decoration: underline; color:white\'href=\':url\'>here</a> to view all your Vouchers or access it from your Voucher Wallet sent via SMS','2026-04-07 06:33:34','2026-04-07 06:33:42'),(407,0,'en','heading','label_company_tnc','and :company_name <a target=\'_blank\' href=\':url\'>Privacy Policy</a>','2026-04-07 06:33:34','2026-04-07 06:33:42'),(408,0,'en','heading','btn_redeemed','Downloaded','2026-04-07 06:33:34','2026-04-07 06:33:42'),(409,0,'en','heading','btn_fully_redeemed','Fully Downloaded','2026-04-07 06:33:34','2026-04-07 06:33:42'),(410,0,'en','heading','btn_voucher_has_been_redeemed_at_cashier','This Voucher has been redeemed at Cashier','2026-04-07 06:33:34','2026-04-07 06:33:42'),(411,0,'en','heading','title_default_notification_warning','Sorry','2026-04-07 06:33:34','2026-04-07 06:33:42'),(412,0,'en','heading','desc_default_notification_warning','Please try again later','2026-04-07 06:33:34','2026-04-07 06:33:42'),(413,0,'en','heading','button_voucher_expired','Expired','2026-04-07 06:33:34','2026-04-07 06:33:42'),(414,0,'en','heading','button_voucher_fully_used','Fully Redeemed','2026-04-07 06:33:34','2026-04-07 06:33:42'),(415,0,'en','heading','btn_voucher_coming_soon','Coming Soon','2026-04-07 06:33:34','2026-04-07 06:33:42'),(416,0,'en','heading','title_data_download','Data Download','2026-04-07 06:33:34','2026-04-07 06:33:42'),(417,0,'en','heading','button_see_koran','SEE Koran','2026-04-07 06:33:34','2026-04-07 06:33:42'),(418,0,'en','heading','title_form_feedback','Tell us what promotions you like to see','2026-04-07 06:33:34','2026-04-07 06:33:42'),(419,0,'en','heading','title_form_feedback_question_1','Select the product category you want to see promotions on','2026-04-07 06:33:34','2026-04-07 06:33:42'),(420,0,'en','heading','title_form_feedback_question_2','What specific products do you want to have promotions on?','2026-04-07 06:33:34','2026-04-07 06:33:42'),(421,0,'en','heading','field_form_feedback_select_placeholder','Select category you like','2026-04-07 06:33:34','2026-04-07 06:33:42'),(422,0,'en','heading','title_search_filter_by_category','Filter by Category','2026-04-07 06:33:34','2026-04-07 06:33:42'),(423,0,'en','heading','title_search_filter_by_category_default_selection_all_category','All Category','2026-04-07 06:33:34','2026-04-07 06:33:42'),(424,0,'en','heading','title_category','Category','2026-04-07 06:33:34','2026-04-07 06:33:42'),(425,0,'en','heading','title_stores','Stores','2026-04-07 06:33:34','2026-04-07 06:33:42'),(426,0,'en','heading','form_feedback_btn_submit','Submit','2026-04-07 06:33:34','2026-04-07 06:33:42'),(427,0,'en','heading','form_feedback_btn_submitted','Submitted','2026-04-07 06:33:34','2026-04-07 06:33:42'),(428,0,'en','heading','form_feedback_btn_submitted_message','Thank you.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(429,0,'en','heading','form_feedback_step2_btn_submitted_message  ','Thank you.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(430,0,'en','heading','form_optional_label',' (Optional)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(431,0,'en','heading','contact_form_title','Ya, beritahu saya promo yang akan datang! ','2026-04-07 06:33:34','2026-04-07 06:33:42'),(432,0,'en','heading','popup_insert_6_digit_pin_code','Insert a 6 Digit Pin to proceed','2026-04-07 06:33:34','2026-04-07 06:33:42'),(433,0,'en','heading','popup_title_redeem','Please show this to the cashier/ customer service rep to redeem','2026-04-07 06:33:34','2026-04-07 06:33:42'),(434,0,'en','heading','popup_warning_close','Oops to continue redeeming other vouchers, please input your transaction value','2026-04-07 06:33:34','2026-04-07 06:33:42'),(435,0,'en','heading','popup_title_complete','Hooray! You have redeemed your vouchers successfully','2026-04-07 06:33:34','2026-04-07 06:33:42'),(436,0,'en','heading','title_category_promo','Categories','2026-04-07 06:33:34','2026-04-07 06:33:42'),(437,0,'en','heading','title_flash_promo','Flash Promo','2026-04-07 06:33:34','2026-04-07 06:33:42'),(438,0,'en','heading','title_voucher_deals','Voucher Deals','2026-04-07 06:33:34','2026-04-07 06:33:42'),(439,0,'en','heading','title_redeem_voucher','Redeem this voucher','2026-04-07 06:33:34','2026-04-07 06:33:42'),(440,0,'en','heading','title_confirmation','Confirmation','2026-04-07 06:33:34','2026-04-07 06:33:42'),(441,0,'en','heading','btn_close','Close','2026-04-07 06:33:34','2026-04-07 06:33:42'),(442,0,'en','heading','btn_confirm','Confirm','2026-04-07 06:33:34','2026-04-07 06:33:42'),(443,0,'en','heading','btn_import','Import','2026-04-07 06:33:34','2026-04-07 06:33:42'),(444,0,'en','heading','title_list_campaign_vouchers','List Campaign Vouchers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(445,0,'en','heading','title_list_campaigns','List Campaigns','2026-04-07 06:33:34','2026-04-07 06:33:42'),(446,0,'en','heading','title_edit_campaign','Edit Campaign','2026-04-07 06:33:34','2026-04-07 06:33:42'),(447,0,'en','heading','title_create_campaign','Create Campaign','2026-04-07 06:33:34','2026-04-07 06:33:42'),(448,0,'en','heading','title_bulk_upload_campaign','Bulk Upload Campaign','2026-04-07 06:33:34','2026-04-07 06:33:42'),(449,0,'en','heading','btn_verify','Verify','2026-04-07 06:33:34','2026-04-07 06:33:42'),(450,0,'en','heading','btn_send_login_link','Send Login Link','2026-04-07 06:33:34','2026-04-07 06:33:42'),(451,0,'en','heading','btn_send_login_otp','Send Login OTP','2026-04-07 06:33:34','2026-04-07 06:33:42'),(452,0,'en','heading','title_user','User','2026-04-07 06:33:34','2026-04-07 06:33:42'),(453,0,'en','heading','title_number_of_successful_referrals','Number of Successful Referrals','2026-04-07 06:33:34','2026-04-07 06:33:42'),(454,0,'en','heading','title_share_your_unique_link','Share your unique link','2026-04-07 06:33:34','2026-04-07 06:33:42'),(455,0,'en','heading','title_share_this_on','Share this on','2026-04-07 06:33:34','2026-04-07 06:33:42'),(456,0,'en','heading','title_are_you_sure','Are you Sure?','2026-04-07 06:33:34','2026-04-07 06:33:42'),(457,0,'en','heading','title_oops','Oops!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(458,0,'en','heading','title_points','Points','2026-04-07 06:33:34','2026-04-07 06:33:42'),(459,0,'en','heading','btn_spin','Spin','2026-04-07 06:33:34','2026-04-07 06:33:42'),(460,0,'en','heading','btn_scratch_again','Scratch Again','2026-04-07 06:33:34','2026-04-07 06:33:42'),(461,0,'en','heading','btn_start','Start','2026-04-07 06:33:34','2026-04-07 06:33:42'),(462,0,'en','heading','btn_submit_answer','Submit Answer','2026-04-07 06:33:34','2026-04-07 06:33:42'),(463,0,'en','heading','title_tries_left','Tries Left','2026-04-07 06:33:34','2026-04-07 06:33:42'),(464,0,'en','heading','registrationHeadline','Register to win more Rewards','2026-04-07 06:33:34','2026-04-07 06:33:42'),(465,0,'en','heading','title_correctness','No. of Correct Answers','2026-04-07 06:33:34','2026-04-07 06:33:42'),(466,0,'en','heading','btn_no_tries','Complete Challenge to Unlock Attempt','2026-04-07 06:33:34','2026-04-07 06:33:42'),(467,0,'en','heading','btn_challenge_result_okay','Okay','2026-04-07 06:33:34','2026-04-07 06:33:42'),(468,0,'en','heading','title_challenges','Challenges','2026-04-07 06:33:34','2026-04-07 06:33:42'),(469,0,'en','heading','select_variant_title','Select for each options','2026-04-07 06:33:34','2026-04-07 06:33:42'),(470,0,'en','heading','submit_variant','Next','2026-04-07 06:33:34','2026-04-07 06:33:42'),(471,0,'en','heading','title_riddle_unanswered','You have not answered the question','2026-04-07 06:33:34','2026-04-07 06:33:42'),(472,0,'en','heading','msg_riddle_unanswered','Please select answer in order to proceed','2026-04-07 06:33:34','2026-04-07 06:33:42'),(473,0,'en','heading','msg_use_voucher_confirmation','Are you sure to use this voucher?','2026-04-07 06:33:34','2026-04-07 06:33:42'),(474,0,'en','heading','dob_header','Birthday Perk','2026-04-07 06:33:34','2026-04-07 06:33:42'),(475,0,'en','heading','dob_subheader','Enter your birthday month to enjoy Birthday Perk ','2026-04-07 06:33:34','2026-04-07 06:33:42'),(476,0,'en','heading','fund_transfer_details_title','PayNow Details','2026-04-07 06:33:34','2026-04-07 06:33:42'),(477,0,'en','heading','fund_transfer_details_description','Please provide your PayNow details accurately for payment to be processed','2026-04-07 06:33:34','2026-04-07 06:33:42'),(478,0,'en','heading','transfer_number','PayNow Mobile','2026-04-07 06:33:34','2026-04-07 06:33:42'),(479,0,'en','heading','transfer_name','PayNow Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(480,0,'en','heading','transfer_nric','NRIC (Last 4 Digits)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(481,0,'en','heading','transfer_details_confirmation_title','PayNow Confirmation','2026-04-07 06:33:34','2026-04-07 06:33:42'),(482,0,'en','heading','transfer_details_confirmation_desc','Please check your details provided are accurate to proceed.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(483,0,'en','heading','popup_ar_game_title','Santa needs you!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(484,0,'en','heading','popup_ar_game_enable_camera','Turn on your phone camera<br>to see the loating items in the KITKAT \'Kabin\'<br><br>','2026-04-07 06:33:34','2026-04-07 06:33:42'),(485,0,'en','heading','popup_ar_game_desc_one','<b>Collect all the map pieces<br>to unlock the Treasure Map</b>','2026-04-07 06:33:34','2026-04-07 06:33:42'),(486,0,'en','heading','popup_ar_game_desc_two','<b>Collect as many KITKATs for<br>Bonus points</b>','2026-04-07 06:33:34','2026-04-07 06:33:42'),(487,0,'en','home','promocard_cta_container','Join now!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(488,0,'en','home','title_campaign_cards','Current Campaigns','2026-04-07 06:33:34','2026-04-07 06:33:42'),(489,0,'en','home','msg_no_active_campaign','Stay tuned for future campaigns!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(490,0,'en','label','loading','Loading','2026-04-07 06:33:34','2026-04-07 06:33:42'),(491,0,'en','label','powered_by','Powered By','2026-04-07 06:33:34','2026-04-07 06:33:42'),(492,0,'en','label','privacy_policy','Privacy Policy','2026-04-07 06:33:34','2026-04-07 06:33:42'),(493,0,'en','label','term_and_condition','Terms & Conditions','2026-04-07 06:33:34','2026-04-07 06:33:42'),(494,0,'en','label','change_password','Change Password','2026-04-07 06:33:34','2026-04-07 06:33:42'),(495,0,'en','label','find_us_on','FIND US ON','2026-04-07 06:33:34','2026-04-07 06:33:42'),(496,0,'en','label','contact_us','Contact Us','2026-04-07 06:33:34','2026-04-07 06:33:42'),(497,0,'en','label','search','Search','2026-04-07 06:33:34','2026-04-07 06:33:42'),(498,0,'en','label','slider_previous','Previous','2026-04-07 06:33:34','2026-04-07 06:33:42'),(499,0,'en','label','slider_next','Next','2026-04-07 06:33:34','2026-04-07 06:33:42'),(500,0,'en','label','agreement_age_checkbox','* I confirm that I am at least 18 years old.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(501,0,'en','label','agreement_newsletter_subscribe_checkbox','Sign me up to receive exciting news & offers from :brand brands.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(502,0,'en','label','agreement_read_tnc_checkbox','I have read and accepted the Terms & Conditions.','2026-04-07 06:33:34','2026-04-07 06:33:42'),(503,0,'en','label','agreement_agree_all_checkbox','I agree to all the above','2026-04-07 06:33:34','2026-04-07 06:33:42'),(504,0,'en','label','privacy_usage_info','Please read our <a href=\":privacy_notice\">Privacy Notice</a> and <a href=\":cookie_notice\">Cookie Notice</a> to understand how we use your personal data. For any question on the use of your personal data, please contact :privacy_email, :contact_tel or toll free at :contact_toll_free','2026-04-07 06:33:34','2026-04-07 06:33:42'),(505,0,'en','label','search_result_for','Search result for','2026-04-07 06:33:34','2026-04-07 06:33:42'),(506,0,'en','label','privacy_usage_info_generic','By clicking download, you agree to <a href=\":privacy_notice\" target=\"_blank\" id=\"tc_link\">:company_name\'s</a> and <a href=\"https://growthdesk.com/legal/\" target=\"_blank\">SKALE\'s</a>  Privacy Policies','2026-04-07 06:33:34','2026-04-07 06:33:42'),(507,0,'en','label','msg_no_voucher_available','No Voucher Available for time being','2026-04-07 06:33:34','2026-04-07 06:33:42'),(508,0,'en','label','btn_go_to_home','Go To Home','2026-04-07 06:33:34','2026-04-07 06:33:42'),(509,0,'en','label','placeholder_product_sample','e.g: pisang','2026-04-07 06:33:34','2026-04-07 06:33:42'),(510,0,'en','label','msg_voucher_applicable_at','This voucher is only applicable at ','2026-04-07 06:33:34','2026-04-07 06:33:42'),(511,0,'en','label','msg_voucher_applicable_stores','This voucher is only applicable at the following stores in','2026-04-07 06:33:34','2026-04-07 06:33:42'),(512,0,'en','label','kilometer','KM','2026-04-07 06:33:34','2026-04-07 06:33:42'),(513,0,'en','label','continue','Complete','2026-04-07 06:33:34','2026-04-07 06:33:42'),(514,0,'en','label','msg_no_vouchers','Stay tuned for more promos!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(515,0,'en','label','msg_voucher_download_destination','This voucher will be stored in your Voucher Wallet, so you can use it anytime','2026-04-07 06:33:34','2026-04-07 06:33:42'),(516,0,'en','label','btn_download_now','Download Now','2026-04-07 06:33:34','2026-04-07 06:33:42'),(517,0,'en','label','btn_download','Download','2026-04-07 06:33:34','2026-04-07 06:33:42'),(518,0,'en','label','how_it_work_generic_paragraph','Delete this text and start your paragraph, it is fully acceptable with HTML','2026-04-07 06:33:34','2026-04-07 06:33:42'),(519,0,'en','label','6_digit_pin','6 Digit Pin','2026-04-07 06:33:34','2026-04-07 06:33:42'),(520,0,'en','label','placeholder_transaction_amount','Transaction Amount ($)','2026-04-07 06:33:34','2026-04-07 06:33:42'),(521,0,'en','label','placeholder_transaction_prefix','$','2026-04-07 06:33:34','2026-04-07 06:33:42'),(522,0,'en','label','msg_redeem_voucher','* All retail will be equip with Unique 6 Digit Pin to complete each voucher redemption','2026-04-07 06:33:34','2026-04-07 06:33:42'),(523,0,'en','label','btn_load_more','Load More','2026-04-07 06:33:34','2026-04-07 06:33:42'),(524,0,'en','label','see_more','See More','2026-04-07 06:33:34','2026-04-07 06:33:42'),(525,0,'en','label','btn_wallet_redeem_voucher','Use Now','2026-04-07 06:33:34','2026-04-07 06:33:42'),(526,0,'en','label','msg_no_searched_voucher_available','No Voucher related to Search Keyword Available for time being','2026-04-07 06:33:34','2026-04-07 06:33:42'),(527,0,'en','label','language','Language','2026-04-07 06:33:34','2026-04-07 06:33:42'),(528,0,'en','label','country','Country','2026-04-07 06:33:34','2026-04-07 06:33:42'),(529,0,'en','label','msg_delete_confirmation','Are you sure want to delete?','2026-04-07 06:33:34','2026-04-07 06:33:42'),(530,0,'en','label','msg_proceed_confirmation','Are you sure want to proceed?','2026-04-07 06:33:34','2026-04-07 06:33:42'),(531,0,'en','label','left','Left','2026-04-07 06:33:34','2026-04-07 06:33:42'),(532,0,'en','label','msg_step_proceed_complete_redemption','Please enter your receipt transaction value to complete the redemption process','2026-04-07 06:33:34','2026-04-07 06:33:42'),(533,0,'en','label','msg_step_to_use_promo_code','Copy and utilize this Promo code in the Website / Marketplace','2026-04-07 06:33:34','2026-04-07 06:33:42'),(534,0,'en','label','msg_change_password','Please change your password','2026-04-07 06:33:34','2026-04-07 06:33:42'),(535,0,'en','label','msg_browser_not_supported','This browser is not supported','2026-04-07 06:33:34','2026-04-07 06:33:42'),(536,0,'en','label','msg_switch_broswer','Please switch to a supported browser to continue unlocking your :campaign_name!','2026-04-07 06:33:34','2026-04-07 06:33:42'),(537,0,'en','label','msg_download_google_chrome','Download Google Chrome','2026-04-07 06:33:34','2026-04-07 06:33:42'),(538,0,'en','label','placeholder_promocode_input','Insert Promo Code to continue','2026-04-07 06:33:34','2026-04-07 06:33:42'),(539,0,'en','label','placeholder_name','Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(540,0,'en','label','placeholder_first_name','First Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(541,0,'en','label','placeholder_last_name','Last Name','2026-04-07 06:33:34','2026-04-07 06:33:42'),(542,0,'en','label','placeholder_mobile','Mobile','2026-04-07 06:33:35','2026-04-07 06:33:42'),(543,0,'en','label','placeholder_email','Email','2026-04-07 06:33:35','2026-04-07 06:33:42'),(544,0,'en','label','placeholder_date_of_birth','DD/MM/YYYY','2026-04-07 06:33:35','2026-04-07 06:33:42'),(545,0,'en','label','placeholder_MM_DD_YYYY','MM/DD/YYYY','2026-04-07 06:33:35','2026-04-07 06:33:42'),(546,0,'en','label','placeholder_monthyear','MM/YYYY','2026-04-07 06:33:35','2026-04-07 06:33:42'),(547,0,'en','label','placeholder_year','YYYY','2026-04-07 06:33:35','2026-04-07 06:33:42'),(548,0,'en','label','placeholder_year_of_birth','YYYY','2026-04-07 06:33:35','2026-04-07 06:33:42'),(549,0,'en','label','placeholder_address','','2026-04-07 06:33:35','2026-04-07 06:33:42'),(550,0,'en','label','placeholder_passcode','','2026-04-07 06:33:35','2026-04-07 06:33:42'),(551,0,'en','label','login_prompt','Already have an account?','2026-04-07 06:33:35','2026-04-07 06:33:42'),(552,0,'en','label','login_here','Login Here','2026-04-07 06:33:35','2026-04-07 06:33:42'),(553,0,'en','label','registration_prompt','Haven\'t registered with us?','2026-04-07 06:33:35','2026-04-07 06:33:42'),(554,0,'en','label','btn_registration_cta','Get Started','2026-04-07 06:33:35','2026-04-07 06:33:42'),(555,0,'en','label','btn_next_page','Get Started','2026-04-07 06:33:35','2026-04-07 06:33:42'),(556,0,'en','label','tnc_age','I acknowledge that I’m 18 years of age or older and have the legal authority to enter into these Terms.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(557,0,'en','label','registration_text','No 6-digit verification code will be sent if the same mobile number has been used to register. Proceed to login page if you already have an account with us. Kindly contact us at hello@skale.today if you have any issue.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(558,0,'en','label','login_link_processing','Verifying account information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(559,0,'en','label','login_link_sent','Account verified! Please follow the login link sent to your mobile via SMS','2026-04-07 06:33:35','2026-04-07 06:33:42'),(560,0,'en','label','msg_fill_required_fields','Please fill in the required fields.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(561,0,'en','label','msg_accept_privacy_policy','Please accept our privacy terms.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(562,0,'en','label','msg_invalid_email','Email address is invalid.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(563,0,'en','label','msg_invalid_mobile','Mobile number is invalid.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(564,0,'en','label','msg_invalid_code','Code cannot be empty','2026-04-07 06:33:35','2026-04-07 06:33:42'),(565,0,'en','label','msg_invalid_postcode','Please Enter a Valid Postal Code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(566,0,'en','label','msg_invalid_nric','Please Enter a Valid NRIC (Last 4 Digits)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(567,0,'en','label','resend_2fa_pin','Resend 2FA Pin','2026-04-07 06:33:35','2026-04-07 06:33:42'),(568,0,'en','label','retry_in','Retry in','2026-04-07 06:33:35','2026-04-07 06:33:42'),(569,0,'en','label','you_have_entered','You have entered','2026-04-07 06:33:35','2026-04-07 06:33:42'),(570,0,'en','label','msg_6digit_pin_next_cta_info','Please Enter the 6 – Digit verification pin sent to your mobile number to complete verification','2026-04-07 06:33:35','2026-04-07 06:33:42'),(571,0,'en','label','sign_up_now','Sign Up Now','2026-04-07 06:33:35','2026-04-07 06:33:42'),(572,0,'en','label','eVoucher','E Voucher','2026-04-07 06:33:35','2026-04-07 06:33:42'),(573,0,'en','label','product','Product','2026-04-07 06:33:35','2026-04-07 06:33:42'),(574,0,'en','label','sms_label_total_saving','Total hemat = RP','2026-04-07 06:33:35','2026-04-07 06:33:42'),(575,0,'en','label','voucher_sms_template_default','Voucher for {{company_name}} \r\n{{title}} \r\nRedeem By: {{use_by}}, while stocks last. \r\n\r\nUse Voucher:\r\n{{voucher_url}}/\r\n\r\n{{company_name}}','2026-04-07 06:33:35','2026-04-07 06:33:42'),(576,0,'en','label','voucher_sms_login_detail_text','Your login details are : \r\nEmail: :email\r\nPassword: :generated_password','2026-04-07 06:33:35','2026-04-07 06:33:42'),(577,0,'en','label','email_label_see_you_soon','See You Soon!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(578,0,'en','label','email_label_access_wallet','Access Your :app_name Voucher Wallet here','2026-04-07 06:33:35','2026-04-07 06:33:42'),(579,0,'en','label','email_label_password_text','Use this password to login to your :app_name Voucher Wallet here','2026-04-07 06:33:35','2026-04-07 06:33:42'),(580,0,'en','label','rewards','Rewards','2026-04-07 06:33:35','2026-04-07 06:33:42'),(581,0,'en','label','code','Code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(582,0,'en','label','expiry_date','Expiry Date','2026-04-07 06:33:35','2026-04-07 06:33:42'),(583,0,'en','label','install','Install','2026-04-07 06:33:35','2026-04-07 06:33:42'),(584,0,'en','label','msg_add_page_to_home_screen','Tap the :iconify icon below to add this page to your home screen!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(585,0,'en','label','generic_error_message','Something went wrong','2026-04-07 06:33:35','2026-04-07 06:33:42'),(586,0,'en','label','generic_error_title','Oh no!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(587,0,'en','label','btn_got_it','Got it!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(588,0,'en','label','btn_back','Back','2026-04-07 06:33:35','2026-04-07 06:33:42'),(589,0,'en','label','btn_submit','Submit','2026-04-07 06:33:35','2026-04-07 06:33:42'),(590,0,'en','label','receipt_uid','Receipt UID','2026-04-07 06:33:35','2026-04-07 06:33:42'),(591,0,'en','label','instructions','Instructions','2026-04-07 06:33:35','2026-04-07 06:33:42'),(592,0,'en','label','copied_to_clipboard','Copied to clipboard!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(593,0,'en','label','add_home_screen_text','Install this webapp for quick and easy access!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(594,0,'en','label','pts','pts','2026-04-07 06:33:35','2026-04-07 06:33:42'),(595,0,'en','label','term_and_conditions_apply','Terms & Conditions apply','2026-04-07 06:33:35','2026-04-07 06:33:42'),(596,0,'en','label','btn_click_to_redeem','Click to Redeem','2026-04-07 06:33:35','2026-04-07 06:33:42'),(597,0,'en','label','btn_okay','Okay','2026-04-07 06:33:35','2026-04-07 06:33:42'),(598,0,'en','label','btn_redeem','Redeem','2026-04-07 06:33:35','2026-04-07 06:33:42'),(599,0,'en','label','address','Address Line 1','2026-04-07 06:33:35','2026-04-07 06:33:42'),(600,0,'en','label','address_line_2','Address Line 2','2026-04-07 06:33:35','2026-04-07 06:33:42'),(601,0,'en','label','postal_code','Postal Code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(602,0,'en','label','state','State','2026-04-07 06:33:35','2026-04-07 06:33:42'),(603,0,'en','label','pending_delivery_address','Pending Delivery Address','2026-04-07 06:33:35','2026-04-07 06:33:42'),(604,0,'en','label','btn_submit_pending_delivery_address','Submit','2026-04-07 06:33:35','2026-04-07 06:33:42'),(605,0,'en','label','title_address_form','Your receipt has been successfully submitted and will be processed within 7 working days','2026-04-07 06:33:35','2026-04-07 06:33:42'),(606,0,'en','label','address_form_description','Please provide a delivery address to receive your reward. We will be contacting you soon!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(607,0,'en','label','msg_address_submitted','Your address has been submitted and will be processed within 7 working days','2026-04-07 06:33:35','2026-04-07 06:33:42'),(608,0,'en','label','btn_submit_delivery_address','Submit Delivery Address','2026-04-07 06:33:35','2026-04-07 06:33:42'),(609,0,'en','label','msg_chance_earning','Increase your daily attempts by scanning a QR code or uploading a receipt from your brand!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(610,0,'en','label','msg_no_main_game','Oops, the administrator have not activate any game','2026-04-07 06:33:35','2026-04-07 06:33:42'),(611,0,'en','label','riddle_choose_an_option_below','Choose an option below','2026-04-07 06:33:35','2026-04-07 06:33:42'),(612,0,'en','label','riddle_sample_question_title','Sample Question Title','2026-04-07 06:33:35','2026-04-07 06:33:42'),(613,0,'en','label','msg_confirmation','Are you sure you want to proceed?','2026-04-07 06:33:35','2026-04-07 06:33:42'),(614,0,'en','label','promocode_regform_desc','Join us for a heartwarming celebration!<br>Experience the true essence and spirit of a nostalgic and sentimental Christmas.<br><br>Steps to Unlock the game<br>Step 1: Go to the \"Explore\" section, select your preferred mall, and access the mall map.<br>Step 2: Search for \"Christmas\" and find the code.<br>Step 3: Enter the code in the Promo Code field for access.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(615,0,'en','label','points','point(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(616,0,'en','label','chances','chance(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(617,0,'en','label','voucher','voucher(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(618,0,'en','label','checkInBtn','Check in today to get free point(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(619,0,'en','label','checkInFooter','','2026-04-07 06:33:35','2026-04-07 06:33:42'),(620,0,'en','label','checkInPointReward','point(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(621,0,'en','label','checkInChanceReward','chance(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(622,0,'en','label','checkInVoucherReward','voucher(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(623,0,'en','label','challengePointReward','point(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(624,0,'en','label','challengeChanceReward','chance(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(625,0,'en','label','challengeVoucherReward','voucher(s)','2026-04-07 06:33:35','2026-04-07 06:33:42'),(626,0,'en','label','msg_error_admin_auth_with_credential','You are required to login with the credential given by administrator','2026-04-07 06:33:35','2026-04-07 06:33:42'),(627,0,'en','label','msg_reset_password_request','We sent a reset password email to :requester_email. Please click the reset password link to set your new password.\r\n\r\nHaven\'t you receive the email yet?\r\nPlease check your spam folder, or try again.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(628,0,'en','label','msg_reset_password_success','Your password was reset successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(629,0,'en','label','msg_agency_account_created','Your account was created.\r\n\r\nWe sent a reset password email to :requester_email. Please click the reset password link to set your new password.\r\n\r\nHaven\'t you receive the email yet?\r\nPlease check your spam folder, or try reset password again.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(630,0,'en','label','campaign_license','License','2026-04-07 06:33:35','2026-04-07 06:33:42'),(631,0,'en','label','select_pool_voucher','Select your preferred voucher','2026-04-07 06:33:35','2026-04-07 06:33:42'),(632,0,'en','label','transaction_amount','Transaction Amount','2026-04-07 06:33:35','2026-04-07 06:33:42'),(633,0,'en','label','placeholder_transfer_number','PayNow Mobile','2026-04-07 06:33:35','2026-04-07 06:33:42'),(634,0,'en','label','placeholder_transfer_name','PayNow Name','2026-04-07 06:33:35','2026-04-07 06:33:42'),(635,0,'en','label','transfer_detail_proceed_btn','Submit','2026-04-07 06:33:35','2026-04-07 06:33:42'),(636,0,'en','label','fund_transfer_details_terms','Payment processing will take up to x days. You will receive a notification at Swanson WhatsApp once payment has been processed successfully.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(637,0,'en','label','transfer_number_confirmation','PayNow Mobile: ','2026-04-07 06:33:35','2026-04-07 06:33:42'),(638,0,'en','label','transfer_name_confirmation','PayNow Name: ','2026-04-07 06:33:35','2026-04-07 06:33:42'),(639,0,'en','label','transfer_nric_confirmation','NRIC (Last 4 Digits): ','2026-04-07 06:33:35','2026-04-07 06:33:42'),(640,0,'en','label','btn_submit_fund_transfer_details','Submit','2026-04-07 06:33:35','2026-04-07 06:33:42'),(641,0,'en','label','transfer_details_previous_btn','Go Back','2026-04-07 06:33:35','2026-04-07 06:33:42'),(642,0,'en','label','fund_transfer_details_confirm_terms','Swanson will not be held responsible for any inaccurate details submission that may result in failure to receive cash angpau to your PayNow account.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(643,0,'en','label','popup_ar_game_complete_btn','Next','2026-04-07 06:33:35','2026-04-07 06:33:42'),(644,0,'en','messages','error_voucher_is_fully_redeem','This voucher is Fully Redeemded','2026-04-07 06:33:35','2026-04-07 06:33:42'),(645,0,'en','messages','error_something_went_wrong','Something went wrong','2026-04-07 06:33:35','2026-04-07 06:33:42'),(646,0,'en','messages','error_login_mobile_cannot_be_found','Your mobile number can not be found in the system.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(647,0,'en','messages','error_login_tnc_not_agreed','You will need to agree to our privacy policy if you wish to continue','2026-04-07 06:33:35','2026-04-07 06:33:42'),(648,0,'en','messages','error_login_please_fill_in_required_field','Please fill in the required field','2026-04-07 06:33:35','2026-04-07 06:33:42'),(649,0,'en','messages','success_edit_voucher_series','Voucher Series edited Successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(650,0,'en','messages','success_create_reminder','Reminder Created Successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(651,0,'en','messages','success_create_voucher_series','Voucher Series created Successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(652,0,'en','messages','error_create_voucher_series','Please check the required information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(653,0,'en','messages','error_voucher_already_downloaded','You have previously downloaded this voucher, Click <a style=\'    text-decoration: underline; color:white\'href=\':url\'>here</a> to view all your vouchers','2026-04-07 06:33:35','2026-04-07 06:33:42'),(654,0,'en','messages','error_voucher_is_fully_redeem_desc','Click <a style=\'    text-decoration: underline; color:white\'href=\':url\'>here</a> to view all your vouchers','2026-04-07 06:33:35','2026-04-07 06:33:42'),(655,0,'en','messages','error_voucher_exceeded_allowable_vouchers','You have exceeded the number of allowable vouchers for download.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(656,0,'en','messages','error_invalid_email','Please fill in valid email','2026-04-07 06:33:35','2026-04-07 06:33:42'),(657,0,'en','messages','error_import_voucher_series','Please check the required information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(658,0,'en','messages','error_import_data_not_found','Import File datas not found','2026-04-07 06:33:35','2026-04-07 06:33:42'),(659,0,'en','messages','success_import_datas_publish','Voucher Series datas activated','2026-04-07 06:33:35','2026-04-07 06:33:42'),(660,0,'en','messages','error_message_redeem_voucher','Wrong pin code, please try again.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(661,0,'en','messages','error_header_redeem_voucher','Oops!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(662,0,'en','messages','error_message_redeem_voucher_required_info','Please check the required information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(663,0,'en','messages','error_message_redeem_code_ran_out','No more redeem code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(664,0,'en','messages','success_edit_business_asset','Edited Successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(665,0,'en','messages','success_create_business_asset','Created Successfully','2026-04-07 06:33:35','2026-04-07 06:33:42'),(666,0,'en','messages','error_edit_business_asset','Please check the required information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(667,0,'en','messages','error_create_business_asset','Please check the required information','2026-04-07 06:33:35','2026-04-07 06:33:42'),(668,0,'en','messages','error_voucher_invalid','Invalid voucher.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(669,0,'en','messages','error_voucher_invalid_desc','Please refresh the page and try again.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(670,0,'en','messages','error_edit_voucher_series','Failed to edit voucher series.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(671,0,'en','messages','error_voucher_downloade_by_another_account','Please use the correct email and mobile number sent to you via SMS previously','2026-04-07 06:33:35','2026-04-07 06:33:42'),(672,0,'en','messages','error_voucher_expired','Voucher has expired','2026-04-07 06:33:35','2026-04-07 06:33:42'),(673,0,'en','messages','error_voucher_expired_desc','The voucher has expired.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(674,0,'en','messages','record_deleted','The :record was deleted','2026-04-07 06:33:35','2026-04-07 06:33:42'),(675,0,'en','messages','record_created','The :record was created','2026-04-07 06:33:35','2026-04-07 06:33:42'),(676,0,'en','messages','record_saved','The :record was saved','2026-04-07 06:33:35','2026-04-07 06:33:42'),(677,0,'en','messages','record_linked','The :record failed to delete due to it is active','2026-04-07 06:33:35','2026-04-07 06:33:42'),(678,0,'en','messages','invalid_qr_code_title','Invalid QR Code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(679,0,'en','messages','invalid_qr_code_subtitle','Please Try Again','2026-04-07 06:33:35','2026-04-07 06:33:42'),(680,0,'en','messages','singpost_qr_code_title','You did it! You\'ve unlocked','2026-04-07 06:33:35','2026-04-07 06:33:42'),(681,0,'en','messages','singpost_qr_code_subtitle','500 Points & a box of KITKAT Mini Moments','2026-04-07 06:33:35','2026-04-07 06:33:42'),(682,0,'en','messages','singpost_reward_popup_claim_points','Redeem your points into STAR$<sup>®</sup>','2026-04-07 06:33:35','2026-04-07 06:33:42'),(683,0,'en','messages','singpost_reward_popup_claim_code','Copy the promo code into your CapitaStar App','2026-04-07 06:33:35','2026-04-07 06:33:42'),(684,0,'en','messages','singpost_reward_popup_description','If you’ve completed the AR Game and have redeemed your points, you will receive an email from SingPost Centre with your STAR$<sup>®</sup> Promo code','2026-04-07 06:33:35','2026-04-07 06:33:42'),(685,0,'en','pagination','previous','&laquo; Previous','2026-04-07 06:33:35','2026-04-07 06:33:42'),(686,0,'en','pagination','next','Next &raquo;','2026-04-07 06:33:35','2026-04-07 06:33:42'),(687,0,'en','passwords','password','Passwords must be at least eight characters and match the confirmation.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(688,0,'en','passwords','reset','Your password has been reset!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(689,0,'en','passwords','sent','If the account is correct, a message with the password recovery link will be sent to your email.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(690,0,'en','passwords','token','This password reset token is invalid.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(691,0,'en','passwords','user','If the account is correct, a message with the password recovery link will be sent to your email.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(692,0,'en','smart_receipt','seoKeywords',':client_name :campaign_name','2026-04-07 06:33:35','2026-04-07 06:33:42'),(693,0,'en','smart_receipt','seoDescription','smart receipt, :campaign_name, reward, voucher','2026-04-07 06:33:35','2026-04-07 06:33:42'),(694,0,'en','smart_receipt','openGraphTitle',':client_name Smart Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(695,0,'en','smart_receipt','openGraphDescription',':client_name Smart Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(696,0,'en','smart_receipt','headingPickYourReceipt','Pick Your Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(697,0,'en','smart_receipt','labelSampleReceiptClear','Clear Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(698,0,'en','smart_receipt','labelSampleReceiptBlur','Blur Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(699,0,'en','smart_receipt','labelSampleReceiptDuplicate','Duplicated Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(700,0,'en','smart_receipt','labelSampleNotReceipt','Not Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(701,0,'en','smart_receipt','labelSampleReceiptHighValue','High Value Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(702,0,'en','smart_receipt','labelSampleReceiptLowValue','Low Value Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(703,0,'en','smart_receipt','labelIncompleteInstructions','1) Take a photo of your receipt\r\n2) Upload your receipt\r\n3) Claim your reward','2026-04-07 06:33:35','2026-04-07 06:33:42'),(704,0,'en','smart_receipt','labelPickYourReceiptScenario','Pick your Receipt Scenario','2026-04-07 06:33:35','2026-04-07 06:33:42'),(705,0,'en','smart_receipt','titleCompleteGrid','Congratulations!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(706,0,'en','smart_receipt','labelCompleteGridDescription','have been awarded','2026-04-07 06:33:35','2026-04-07 06:33:42'),(707,0,'en','smart_receipt','titleReward','Approved','2026-04-07 06:33:35','2026-04-07 06:33:42'),(708,0,'en','smart_receipt','labelRewardDescription','Congratulation! You have unlock :num_reward Reward','2026-04-07 06:33:35','2026-04-07 06:33:42'),(709,0,'en','smart_receipt','titleRejectedGrid','Rejected','2026-04-07 06:33:35','2026-04-07 06:33:42'),(710,0,'en','smart_receipt','labelRejectedGridDescription','Oops! The uploaded image isn\'t valid. Please reupload a valid receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(711,0,'en','smart_receipt','titlePendingGrid','Pending Verification','2026-04-07 06:33:35','2026-04-07 06:33:42'),(712,0,'en','smart_receipt','labelPendingGridDescription1','Your uploaded receipt is pending verification. Please allow us 24-48 hours to provision the reward!','2026-04-07 06:33:35','2026-04-07 06:33:42'),(713,0,'en','smart_receipt','labelPendingGridDescription2','','2026-04-07 06:33:35','2026-04-07 06:33:42'),(714,0,'en','smart_receipt','titlePendingGift','','2026-04-07 06:33:35','2026-04-07 06:33:42'),(715,0,'en','smart_receipt','labelDefaultError','Oh no! Something went wrong','2026-04-07 06:33:35','2026-04-07 06:33:42'),(716,0,'en','smart_receipt','labelRejectedDuplicateReceiptSameIndividual','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(717,0,'en','smart_receipt','labelRejectedDuplicateReceiptDifferentIndividual','That receipt has already been uploaded. Please upload a new receipt ','2026-04-07 06:33:35','2026-04-07 06:33:42'),(718,0,'en','smart_receipt','labelRejectedPotentialSameDaySameBrandReceipt','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt ','2026-04-07 06:33:35','2026-04-07 06:33:42'),(719,0,'en','smart_receipt','labelRejectedNonReceipt','Your uploaded image can\'t be verified as a receipt. Please re-upload it to unlock reward','2026-04-07 06:33:35','2026-04-07 06:33:42'),(720,0,'en','smart_receipt','labelRejectedNonParticipatingOutlet','Outlet name is not detected. Please re-upload your receipt.','2026-04-07 06:33:35','2026-04-07 06:33:42'),(721,0,'en','smart_receipt','labelRejectedFallUnderMinTransactionAmount','Transaction amount fall under minimum transaction amount needed','2026-04-07 06:33:35','2026-04-07 06:33:42'),(722,0,'en','smart_receipt','btnReceiptSelection','Receipt Selection','2026-04-07 06:33:35','2026-04-07 06:33:42'),(723,0,'en','smart_receipt','btnReviewReceipt','Review Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(724,0,'en','smart_receipt','labelReceiptSelection','Receipt Selection','2026-04-07 06:33:35','2026-04-07 06:33:42'),(725,0,'en','smart_receipt','labelRedemptionSuccessful','Redemption Successful','2026-04-07 06:33:35','2026-04-07 06:33:42'),(726,0,'en','smart_receipt','labelReceipt','Receipt','2026-04-07 06:33:35','2026-04-07 06:33:42'),(727,0,'en','smart_receipt','labelLocation','Location','2026-04-07 06:33:35','2026-04-07 06:33:42'),(728,0,'en','smart_receipt','labelTransactionAmount',' Transaction Amount','2026-04-07 06:33:35','2026-04-07 06:33:42'),(729,0,'en','smart_receipt','labelProduct','Product','2026-04-07 06:33:35','2026-04-07 06:33:42'),(730,0,'en','smart_receipt','labelUniqueReceipt','Unique Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(731,0,'en','smart_receipt','labelDifferentStore','Different Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(732,0,'en','spinandwin','seoDescription',':client_name :campaign_name 2021','2026-04-07 06:33:36','2026-04-07 06:33:42'),(733,0,'en','spinandwin','seoKeywords','stampcard, :campaign_name, reward, voucher, stamp, card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(734,0,'en','spinandwin','openGraphTitle',':client_name Point Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(735,0,'en','spinandwin','openGraphDescription',':client_name Point Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(736,0,'en','spinandwin','registrationHeadline','Register to win more Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(737,0,'en','spinandwin','registrationTou','I agree to :client_name\'s <a href=\":url_client_privacy_policy\" target=\"_blank\" >Privacy Policy</a> and <a href=\":url_client_terms\" target=\"_blank\">Terms and Conditions</a> and SKALE\'s <a href=\":url_skale_privacy_policy\" target=\"_blank\">Privacy Policy</a> and <a href=\":url_skale_terms\" target=\"_blank\">Terms and Conditions</a>','2026-04-07 06:33:36','2026-04-07 06:33:42'),(738,0,'en','spinandwin','registrationTou2','','2026-04-07 06:33:36','2026-04-07 06:33:42'),(739,0,'en','spinandwin','menuHome','Home','2026-04-07 06:33:36','2026-04-07 06:33:42'),(740,0,'en','spinandwin','menuMyRewards','My Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(741,0,'en','spinandwin','menuMyProgress','My Progress','2026-04-07 06:33:36','2026-04-07 06:33:42'),(742,0,'en','spinandwin','menuStoreLocator','Store Locator','2026-04-07 06:33:36','2026-04-07 06:33:42'),(743,0,'en','spinandwin','menuFAQ','Frequently Asked Questions','2026-04-07 06:33:36','2026-04-07 06:33:42'),(744,0,'en','spinandwin','menuTNC','Terms & Conditions','2026-04-07 06:33:36','2026-04-07 06:33:42'),(745,0,'en','spinandwin','menuLogout','Logout','2026-04-07 06:33:36','2026-04-07 06:33:42'),(746,0,'en','spinandwin','labelCompleted','Completed','2026-04-07 06:33:36','2026-04-07 06:33:42'),(747,0,'en','spinandwin','labelRedemptionSuccessful','RedemptionSuccessful','2026-04-07 06:33:36','2026-04-07 06:33:42'),(748,0,'en','spinandwin','labelRedeemAtEStore','Redeem at E Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(749,0,'en','spinandwin','labelNoParticipantsYet','No Participants yet!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(750,0,'en','spinandwin','labelReceipt','Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(751,0,'en','spinandwin','labelLocation','Location','2026-04-07 06:33:36','2026-04-07 06:33:42'),(752,0,'en','spinandwin','labelProduct','Product','2026-04-07 06:33:36','2026-04-07 06:33:42'),(753,0,'en','spinandwin','labelUniqueReceipt','Unique Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(754,0,'en','spinandwin','labelDifferentStore','Different Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(755,0,'en','spinandwin','labelReceiptExample','Receipt Examples','2026-04-07 06:33:36','2026-04-07 06:33:42'),(756,0,'en','spinandwin','labelAppDownloadText','Enjoy great savings with :client_name App!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(757,0,'en','spinandwin','titleAppDownladAppText','Download :client_name App Now!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(758,0,'en','spinandwin','labelMyPoints','My Points','2026-04-07 06:33:36','2026-04-07 06:33:42'),(759,0,'en','spinandwin','btnRedeemRewards','Redeem Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(760,0,'en','spinandwin','labelRewardCardInfo','You are on your :card_id Reward Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(761,0,'en','spinandwin','btnRefreshGrid','Refresh Grid','2026-04-07 06:33:36','2026-04-07 06:33:42'),(762,0,'en','spinandwin','labelBingoHeadline','Select your Star to Complete','2026-04-07 06:33:36','2026-04-07 06:33:42'),(763,0,'en','spinandwin','labelBingoShareHeadline','Share & Get Bonus Points!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(764,0,'en','spinandwin','btnReuploadReceipt','Reupload Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(765,0,'en','spinandwin','btnViewReceipt','View Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(766,0,'en','spinandwin','labelParticipatingOutlets','Participating Outlets','2026-04-07 06:33:36','2026-04-07 06:33:42'),(767,0,'en','spinandwin','labelSelectAShop','Select a Shop','2026-04-07 06:33:36','2026-04-07 06:33:42'),(768,0,'en','spinandwin','btnViewDirectory','View Directory','2026-04-07 06:33:36','2026-04-07 06:33:42'),(769,0,'en','spinandwin','labelIncompleteInstructions','1) Take a photo of your :client_name receipt<br/>\n    2) Verify your receipt details & submit<br/>\n    3) Get stamp & receive points once the receipt is approved<br/>\n    4) Redeem exciting rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(770,0,'en','spinandwin','labelSelectReceiptType','Select Your Receipt Type','2026-04-07 06:33:36','2026-04-07 06:33:42'),(771,0,'en','spinandwin','placeholderSelectReceiptType','Select your receipt type','2026-04-07 06:33:36','2026-04-07 06:33:42'),(772,0,'en','spinandwin','placeholderOtherStoreName','Other Store Name','2026-04-07 06:33:36','2026-04-07 06:33:42'),(773,0,'en','spinandwin','titleReviewYourReceiptMsg','Please Review Your Uploaded Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(774,0,'en','spinandwin','labelStoreName','Store Name','2026-04-07 06:33:36','2026-04-07 06:33:42'),(775,0,'en','spinandwin','labelStoreNotFoundSelectionMsg','(Please Select \'Others\' If Store Cannot Be Found)','2026-04-07 06:33:36','2026-04-07 06:33:42'),(776,0,'en','spinandwin','labelSelectProductAndQty','Select Product and Qty','2026-04-07 06:33:36','2026-04-07 06:33:42'),(777,0,'en','spinandwin','btnAddMoreProducts','Add more products','2026-04-07 06:33:36','2026-04-07 06:33:42'),(778,0,'en','spinandwin','labelReceiptTypeOthers','Others','2026-04-07 06:33:36','2026-04-07 06:33:42'),(779,0,'en','spinandwin','labelUploadReceiptToStart','Upload Receipt to Start Playing','2026-04-07 06:33:36','2026-04-07 06:33:42'),(780,0,'en','spinandwin','labelUploadReceipt','Upload Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(781,0,'en','spinandwin','labelSelectAStore','Select a Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(782,0,'en','spinandwin','labelSelectAState','Select a State','2026-04-07 06:33:36','2026-04-07 06:33:42'),(783,0,'en','spinandwin','labelSelectAProduct','Select a Product','2026-04-07 06:33:36','2026-04-07 06:33:42'),(784,0,'en','spinandwin','labelDefaultError','Oh no! Something went wrong','2026-04-07 06:33:36','2026-04-07 06:33:42'),(785,0,'en','spinandwin','labelRejectedDuplicateReceiptSameIndividual','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(786,0,'en','spinandwin','labelRejectedDuplicateReceiptDifferentIndividual','That receipt has already been uploaded. Please upload a new receipt ','2026-04-07 06:33:36','2026-04-07 06:33:42'),(787,0,'en','spinandwin','labelRejectedPotentialSameDaySameBrandReceipt','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt ','2026-04-07 06:33:36','2026-04-07 06:33:42'),(788,0,'en','spinandwin','labelRejectedNonReceipt','This is not a receipt. Please upload a valid receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(789,0,'en','spinandwin','labelRejectedNonParticipatingOutlet','Outlet name is not detected. Please re-upload your receipt.','2026-04-07 06:33:36','2026-04-07 06:33:42'),(790,0,'en','spinandwin','labelInactiveGridError','Please complete the previous stamps before attempting this stamp','2026-04-07 06:33:36','2026-04-07 06:33:42'),(791,0,'en','spinandwin','labelReceiptAccepted','Receipt Accepted','2026-04-07 06:33:36','2026-04-07 06:33:42'),(792,0,'en','spinandwin','labelReceiptPendingVerification','Pending Verification','2026-04-07 06:33:36','2026-04-07 06:33:42'),(793,0,'en','spinandwin','labelReceiptRejected','Receipt Rejected','2026-04-07 06:33:36','2026-04-07 06:33:42'),(794,0,'en','spinandwin','labelDemoReceiptAccepted','Accepted Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(795,0,'en','spinandwin','labelDemoReceiptPendingVerification','Pending Verification Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(796,0,'en','spinandwin','labelDemoReceiptRejected','Rejected Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(797,0,'en','spinandwin','titleReceiptSelector','Receipt Selector','2026-04-07 06:33:36','2026-04-07 06:33:42'),(798,0,'en','spinandwin','labelReceiptSelectorDescription','Please choose a receipt to experience the journey','2026-04-07 06:33:36','2026-04-07 06:33:42'),(799,0,'en','spinandwin','labelCongratulations','Congratulations!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(800,0,'en','spinandwin','labelYouHaveWon','You have won','2026-04-07 06:33:36','2026-04-07 06:33:42'),(801,0,'en','spinandwin','labelPrizeOne','SKALE\'s $20 Cash Voucher','2026-04-07 06:33:36','2026-04-07 06:33:42'),(802,0,'en','spinandwin','labelThankYouForParticipating','Thank You For Participating','2026-04-07 06:33:36','2026-04-07 06:33:42'),(803,0,'en','spinandwin','labelPleaseTryAgain','Please Try Again','2026-04-07 06:33:36','2026-04-07 06:33:42'),(804,0,'en','spinandwin','labelBlurReceipt','The Uploaded Receipt is not clear please try again','2026-04-07 06:33:36','2026-04-07 06:33:42'),(805,0,'en','spinandwin','labelSimilarReceipt','Oops, its look like you uploaded a similar receipt as before. Please check your receipt and reupload','2026-04-07 06:33:36','2026-04-07 06:33:42'),(806,0,'en','stampcard','seoDescription',':client_name :campaign_name 2021','2026-04-07 06:33:36','2026-04-07 06:33:42'),(807,0,'en','stampcard','seoKeywords','stampcard, :campaign_name, reward, voucher, stamp, card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(808,0,'en','stampcard','openGraphTitle',':client_name Point Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(809,0,'en','stampcard','openGraphDescription',':client_name Point Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(810,0,'en','stampcard','registrationHeadline','Register to win more Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(811,0,'en','stampcard','registrationTou','I agree to :client_name\'s <a href=\":url_client_privacy_policy\" target=\"_blank\" >Privacy Policy</a> and <a href=\":url_client_terms\" target=\"_blank\">Terms and Conditions</a> and SKALE\'s <a href=\":url_skale_privacy_policy\" target=\"_blank\">Privacy Policy</a> and <a href=\":url_skale_terms\" target=\"_blank\">Terms and Conditions</a>','2026-04-07 06:33:36','2026-04-07 06:33:42'),(812,0,'en','stampcard','registrationTou2','','2026-04-07 06:33:36','2026-04-07 06:33:42'),(813,0,'en','stampcard','menuHome','Home','2026-04-07 06:33:36','2026-04-07 06:33:42'),(814,0,'en','stampcard','menuMyRewards','My Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(815,0,'en','stampcard','menuMyProgress','My Progress','2026-04-07 06:33:36','2026-04-07 06:33:42'),(816,0,'en','stampcard','menuStoreLocator','Store Locator','2026-04-07 06:33:36','2026-04-07 06:33:42'),(817,0,'en','stampcard','menuFAQ','Frequently Asked Questions','2026-04-07 06:33:36','2026-04-07 06:33:42'),(818,0,'en','stampcard','menuTNC','Terms & Conditions','2026-04-07 06:33:36','2026-04-07 06:33:42'),(819,0,'en','stampcard','menuLogout','Logout','2026-04-07 06:33:36','2026-04-07 06:33:42'),(820,0,'en','stampcard','labelProgress','Progress','2026-04-07 06:33:36','2026-04-07 06:33:42'),(821,0,'en','stampcard','labelRewardsCard','Rewards Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(822,0,'en','stampcard','btnViewDedicateRewardCard','View','2026-04-07 06:33:36','2026-04-07 06:33:42'),(823,0,'en','stampcard','msgUploadReceiptCollectPoint','Upload receipt to collect more points now!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(824,0,'en','stampcard','btnViewRewardCards','View Rewards Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(825,0,'en','stampcard','labelNoRewardsYet','No rewards yet!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(826,0,'en','stampcard','titleLeaderboard','Leaderboard','2026-04-07 06:33:36','2026-04-07 06:33:42'),(827,0,'en','stampcard','labelTop10','Top 10','2026-04-07 06:33:36','2026-04-07 06:33:42'),(828,0,'en','stampcard','labelRecentWinners',' Recent Winnders','2026-04-07 06:33:36','2026-04-07 06:33:42'),(829,0,'en','stampcard','labelNoOfStarsCollected','No. of Starts Collected','2026-04-07 06:33:36','2026-04-07 06:33:42'),(830,0,'en','stampcard','labelNoOfCompletedCards','No. of CompletedCards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(831,0,'en','stampcard','labelCard','Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(832,0,'en','stampcard','labelGrid','Grid','2026-04-07 06:33:36','2026-04-07 06:33:42'),(833,0,'en','stampcard','labelLeaderboardDisclaimer','Disclaimer: The rank does not dictate the final Grand Prize winner','2026-04-07 06:33:36','2026-04-07 06:33:42'),(834,0,'en','stampcard','labelUnblockGridInfo','Visit :client_name participating outlets to collect more stars and win more prizes!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(835,0,'en','stampcard','labelUploadReceipt','Upload Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(836,0,'en','stampcard','labelSelectAStore','Select a Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(837,0,'en','stampcard','labelSelectAState','Select a State','2026-04-07 06:33:36','2026-04-07 06:33:42'),(838,0,'en','stampcard','labelSelectAProduct','Select a Product','2026-04-07 06:33:36','2026-04-07 06:33:42'),(839,0,'en','stampcard','labelCompleted','Completed','2026-04-07 06:33:36','2026-04-07 06:33:42'),(840,0,'en','stampcard','labelRedemptionSuccessful','RedemptionSuccessful','2026-04-07 06:33:36','2026-04-07 06:33:42'),(841,0,'en','stampcard','labelRedeemAtEStore','Redeem at E Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(842,0,'en','stampcard','labelNoParticipantsYet','No Participants yet!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(843,0,'en','stampcard','labelReceipt','Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(844,0,'en','stampcard','labelLocation','Location','2026-04-07 06:33:36','2026-04-07 06:33:42'),(845,0,'en','stampcard','labelProduct','Product','2026-04-07 06:33:36','2026-04-07 06:33:42'),(846,0,'en','stampcard','labelUniqueReceipt','Unique Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(847,0,'en','stampcard','labelDifferentStore','Different Store','2026-04-07 06:33:36','2026-04-07 06:33:42'),(848,0,'en','stampcard','labelReceiptExample','Upload Examples','2026-04-07 06:33:36','2026-04-07 06:33:42'),(849,0,'en','stampcard','labelAppDownloadText','Enjoy great savings with :client_name App!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(850,0,'en','stampcard','titleAppDownladAppText','Download :client_name App Now!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(851,0,'en','stampcard','labelMyPoints','My Points','2026-04-07 06:33:36','2026-04-07 06:33:42'),(852,0,'en','stampcard','btnRedeemRewards','Redeem Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(853,0,'en','stampcard','labelRewardCardInfo','You are on your :card_id Reward Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(854,0,'en','stampcard','btnRefreshGrid','Refresh Grid','2026-04-07 06:33:36','2026-04-07 06:33:42'),(855,0,'en','stampcard','labelBingoHeadline','Select your Star to Complete','2026-04-07 06:33:36','2026-04-07 06:33:42'),(856,0,'en','stampcard','labelBingoShareHeadline','Share & Get Bonus Points!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(857,0,'en','stampcard','btnReuploadReceipt','Reupload Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(858,0,'en','stampcard','btnViewReceipt','View Receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(859,0,'en','stampcard','labelParticipatingOutlets','Participating Outlets','2026-04-07 06:33:36','2026-04-07 06:33:42'),(860,0,'en','stampcard','labelSelectAShop','Select a Shop','2026-04-07 06:33:36','2026-04-07 06:33:42'),(861,0,'en','stampcard','btnViewDirectory','View Directory','2026-04-07 06:33:36','2026-04-07 06:33:42'),(862,0,'en','stampcard','titleCompleteGrid','Congratulations!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(863,0,'en','stampcard','labelCompleteGridDescription','Points has been awarded','2026-04-07 06:33:36','2026-04-07 06:33:42'),(864,0,'en','stampcard','btnClaimYourPrizeNow','Claim Your Prize Now','2026-04-07 06:33:36','2026-04-07 06:33:42'),(865,0,'en','stampcard','titleCompleteLastGrid','','2026-04-07 06:33:36','2026-04-07 06:33:42'),(866,0,'en','stampcard','labelCompleteLastGridDescription','','2026-04-07 06:33:36','2026-04-07 06:33:42'),(867,0,'en','stampcard','labelRewardMessage','You have received :point Point(s).','2026-04-07 06:33:36','2026-04-07 06:33:42'),(868,0,'en','stampcard','titleLastGridCompletion','Congratulations on completing your :client_name Point Rewards Card!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(869,0,'en','stampcard','labelLastGridCompletionDescription','Download your next Point Rewards Card to continue collecting points and redeem rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(870,0,'en','stampcard','btnDownloadNewCard','Download New Card','2026-04-07 06:33:36','2026-04-07 06:33:42'),(871,0,'en','stampcard','titleRejectedGrid','Receipt Rejected!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(872,0,'en','stampcard','labelRejectedGridDescription','Oops! The uploaded image isn\'t valid. Please reupload a valid receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(873,0,'en','stampcard','titlePendingGrid','Receipt will be verified within 48-72 hours','2026-04-07 06:33:36','2026-04-07 06:33:42'),(874,0,'en','stampcard','labelPendingGridDescription1','You can continue collecting points from other store as we verify your receipt uploaded','2026-04-07 06:33:36','2026-04-07 06:33:42'),(875,0,'en','stampcard','labelPendingGridDescription2','<b>You will receive an SMS once a point has been awarded</b><br>Monday (Fri 3pm - Mon 3pm)<br>Wednesday (Mon 3pm - Wed 3pm)<br>Friday (Wed 3pm - Fri 3pm)','2026-04-07 06:33:36','2026-04-07 06:33:42'),(876,0,'en','stampcard','titlePendingGift','','2026-04-07 06:33:36','2026-04-07 06:33:42'),(877,0,'en','stampcard','titleIncompleteCard','Congratulations on completing your :client_name Point Rewards Card!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(878,0,'en','stampcard','labelIncompleteCardDescription','Please complete your existing Point Rewards Card to continue collecting points and redeem rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(879,0,'en','stampcard','btnViewIncompleteCards','View Incomplete Cards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(880,0,'en','stampcard','labelIncompleteInstructions','1) Take a photo of your :client_name receipt<br/>\n    2) Verify your receipt details & submit<br/>\n    3) Get stamp & receive points once the receipt is approved<br/>\n    4) Redeem exciting rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(881,0,'en','stampcard','labelSelectReceiptType','Select Your Image Type','2026-04-07 06:33:36','2026-04-07 06:33:42'),(882,0,'en','stampcard','placeholderSelectReceiptType','Select your image type','2026-04-07 06:33:36','2026-04-07 06:33:42'),(883,0,'en','stampcard','placeholderOtherStoreName','Other Store Name','2026-04-07 06:33:36','2026-04-07 06:33:42'),(884,0,'en','stampcard','titleReviewYourReceiptMsg','Please Review Your Uploaded Image','2026-04-07 06:33:36','2026-04-07 06:33:42'),(885,0,'en','stampcard','labelStoreName','Store Name','2026-04-07 06:33:36','2026-04-07 06:33:42'),(886,0,'en','stampcard','labelStoreNotFoundSelectionMsg','(Please Select \'Others\' If Store Cannot Be Found)','2026-04-07 06:33:36','2026-04-07 06:33:42'),(887,0,'en','stampcard','labelSelectProductAndQty','Select Product and Qty','2026-04-07 06:33:36','2026-04-07 06:33:42'),(888,0,'en','stampcard','btnAddMoreProducts','Add more products','2026-04-07 06:33:36','2026-04-07 06:33:42'),(889,0,'en','stampcard','labelReceiptTypeOthers','Others','2026-04-07 06:33:36','2026-04-07 06:33:42'),(890,0,'en','stampcard','labelScratchToUnlockRewards','Scratch to unlock rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(891,0,'en','stampcard','btnViewRedeemedRewards','View Redeemed Rewards','2026-04-07 06:33:36','2026-04-07 06:33:42'),(892,0,'en','stampcard','titleReward','Congratulations!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(893,0,'en','stampcard','labelRewardDescription','Points has been awarded','2026-04-07 06:33:36','2026-04-07 06:33:42'),(894,0,'en','stampcard','btnViewMyPoints','View My Points','2026-04-07 06:33:36','2026-04-07 06:33:42'),(895,0,'en','stampcard','titleReferAndEarnPoints','Refer & Earn Points!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(896,0,'en','stampcard','labelReferAndEarnPointsDescription','Both you and your friend will get :referrer_point points when they sign up through your link & upload their first :client_name receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(897,0,'en','stampcard','txtShareCopyWhatsApp','Did you hear about :client_name\'s Point Rewards? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}','2026-04-07 06:33:36','2026-04-07 06:33:42'),(898,0,'en','stampcard','txtShareCopyTelegram','Did you hear about :client_name\'s Point Rewards? Join with my link below and you will immediately get :referrer_point free points right away. Start here: {referrer_link}','2026-04-07 06:33:36','2026-04-07 06:33:42'),(899,0,'en','stampcard','labelDefaultError','Oh no! Something went wrong','2026-04-07 06:33:36','2026-04-07 06:33:42'),(900,0,'en','stampcard','labelRejectedDuplicateReceiptSameIndividual','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(901,0,'en','stampcard','labelRejectedDuplicateReceiptDifferentIndividual','That receipt has already been uploaded. Please upload a new receipt ','2026-04-07 06:33:36','2026-04-07 06:33:42'),(902,0,'en','stampcard','labelRejectedPotentialSameDaySameBrandReceipt','You have already uploaded a receipt from the same participating chain today. Please upload a new receipt ','2026-04-07 06:33:36','2026-04-07 06:33:42'),(903,0,'en','stampcard','labelRejectedNonReceipt','This is not a receipt. Please upload a valid receipt','2026-04-07 06:33:36','2026-04-07 06:33:42'),(904,0,'en','stampcard','labelRejectedNonParticipatingOutlet','Outlet name is not detected. Please re-upload your receipt.','2026-04-07 06:33:36','2026-04-07 06:33:42'),(905,0,'en','stampcard','labelInactiveGridError','Please complete the previous stamps before attempting this stamp','2026-04-07 06:33:36','2026-04-07 06:33:42'),(906,0,'en','stampcard','titlePointRedemptionCatalogue','Point Redemption Catalogue','2026-04-07 06:33:36','2026-04-07 06:33:42'),(907,0,'en','stampcard','labelRedemptionSuccessDescription','Upload your next receipt to continue collecting points and redeem more vouchers for :client_name Products!','2026-04-07 06:33:36','2026-04-07 06:33:42'),(908,0,'en','stampcard','titleRedemptionSuccess','Congratulations on completing your :client_name :voucher_name redemption.','2026-04-07 06:33:36','2026-04-07 06:33:42'),(909,0,'en','stampcard','labelRedemptionConversionDescription','You will convert\n    :num_point for :voucher_name','2026-04-07 06:33:36','2026-04-07 06:33:42'),(910,0,'en','stampcard','labelPoint','points','2026-04-07 06:33:37','2026-04-07 06:33:42'),(911,0,'en','stampcard','labelRedemptionNotEnoughPointsConversion','You don\'t have enough points. Please collect more points to redeem.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(912,0,'en','stampcard','labelReceiptAccepted','Receipt Accepted','2026-04-07 06:33:37','2026-04-07 06:33:42'),(913,0,'en','stampcard','labelReceiptPendingVerification','Pending Verification','2026-04-07 06:33:37','2026-04-07 06:33:42'),(914,0,'en','stampcard','labelReceiptRejected','Receipt Rejected','2026-04-07 06:33:37','2026-04-07 06:33:42'),(915,0,'en','stampcard','labelDemoReceiptAccepted','Accepted Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(916,0,'en','stampcard','labelDemoReceiptPendingVerification','Pending Verification Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(917,0,'en','stampcard','labelDemoReceiptRejected','Rejected Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(918,0,'en','stampcard','titleReceiptSelector','Receipt Selector','2026-04-07 06:33:37','2026-04-07 06:33:42'),(919,0,'en','stampcard','labelReceiptSelectorDescription','Please choose a receipt to experience the journey','2026-04-07 06:33:37','2026-04-07 06:33:42'),(920,0,'en','tutorial_smart_receipt','textProductName','SMART Reward and Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(921,0,'en','tutorial_smart_receipt','textDemoOCRScenarioPicker','User who are registered will be allowed to upload relevant receipt to access reward\r\n\r\nThere are different type of scenarios for uploading receipt. Please click on each scenario to know how the platform will function','2026-04-07 06:33:37','2026-04-07 06:33:42'),(922,0,'en','tutorial_smart_receipt','textDemoReceiptCropper','Our platform lets the user crop the image and only include the receipt. Click the \"Crop\" button and confirm','2026-04-07 06:33:37','2026-04-07 06:33:42'),(923,0,'en','tutorial_smart_receipt','textDemoScratchCard','Our platfrom embeded scratch card to grab more user interaction before the prize revealed to them','2026-04-07 06:33:37','2026-04-07 06:33:42'),(924,0,'en','tutorial_smart_receipt','textDemoReceiptApproved','Congratulations You have successfully uploaded a valid receipt. Click “Receipt Selection” to  experience other scenario','2026-04-07 06:33:37','2026-04-07 06:33:42'),(925,0,'en','tutorial_smart_receipt','textDemoReceiptRejected','Opps you have uploaded an invalid receipt. Click “Receipt Selection” to experience other scenario','2026-04-07 06:33:37','2026-04-07 06:33:42'),(926,0,'en','tutorial_smart_receipt','textDemoReceiptPending','The receipt you have uploaded require manual validation. Click “Receipt Selection” to experience other scenario','2026-04-07 06:33:37','2026-04-07 06:33:42'),(927,0,'en','tutorial_smart_receipt','textDemoNotAReceipt','Our system automatically rejects images that do not appear as receipts. Users will be encouraged to upload a new photo of a receipt. Click \"Receipt Selection\" to experience the next scenario','2026-04-07 06:33:37','2026-04-07 06:33:42'),(928,0,'en','tutorial_smart_receipt','textDemoReceiptHighValue','SKALE Smart Reward and Receipt will able to provide a personalized rewarding experience based on the value of receipt or if a selected product is purchased','2026-04-07 06:33:37','2026-04-07 06:33:42'),(929,0,'en','tutorial_smart_receipt','textDemoReceiptLowValue','SKALE Smart Reward and Receipt will able to provide a personalized rewarding experience based on the value of receipt or if a selected product is purchased','2026-04-07 06:33:37','2026-04-07 06:33:42'),(930,0,'en','tutorial_smart_receipt','textDemoEnd','Through this client will be able to not only track all transaction but also allow to provide personalized rewarding experience according to the spending value or product that are purchased. Please click next to access Admin Dashboard features','2026-04-07 06:33:37','2026-04-07 06:33:42'),(931,0,'en','tutorial_smart_receipt','heading_product_demo','SMART Receipt and Reward Demo','2026-04-07 06:33:37','2026-04-07 06:33:42'),(932,0,'en','tutorial_smart_receipt','toolbar_heading_home_page','Home','2026-04-07 06:33:37','2026-04-07 06:33:42'),(933,0,'en','tutorial_smart_receipt','toolbar_menu_ocr_scenario_picker','OCR Scenario','2026-04-07 06:33:37','2026-04-07 06:33:42'),(934,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_cropper','Receipt Cropper','2026-04-07 06:33:37','2026-04-07 06:33:42'),(935,0,'en','tutorial_smart_receipt','toolbar_menu_scratch_card','Scratch Card','2026-04-07 06:33:37','2026-04-07 06:33:42'),(936,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_approved','Approved Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(937,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_rejected','Rejected Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(938,0,'en','tutorial_smart_receipt','toolbar_menu_not_receipt','Not a Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(939,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_pending','Pending Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(940,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_high_value','High Value Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(941,0,'en','tutorial_smart_receipt','toolbar_menu_receipt_low_value','Low Value Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(942,0,'en','tutorial_smart_receipt','toobar_menu_completion','Completion','2026-04-07 06:33:37','2026-04-07 06:33:42'),(943,0,'en','tutorial_spinandwin','textWelcome','Welcome to :client_name Point Rewards! Upload Your First Receipt Here to Collect Points','2026-04-07 06:33:37','2026-04-07 06:33:42'),(944,0,'en','tutorial_spinandwin','textShareAndEarn','Share and Refer a Friend to Get Bonus Points','2026-04-07 06:33:37','2026-04-07 06:33:42'),(945,0,'en','tutorial_spinandwin','textPointExchange','Click Here to Exchange Your Points for an E Voucher or :client_name Product','2026-04-07 06:33:37','2026-04-07 06:33:42'),(946,0,'en','tutorial_spinandwin','textViewRedeemedVoucherMenu','View Your Redeemed Vouchers in the Menu Here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(947,0,'en','tutorial_spinandwin','textTrackPointProgress','Finally, Track Your Point Reward Progress Here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(948,0,'en','tutorial_spinandwin','btnStartPlayingNow','Start Playing Now','2026-04-07 06:33:37','2026-04-07 06:33:42'),(949,0,'en','tutorial_spinandwin','textProductName','Digital Spin & Win','2026-04-07 06:33:37','2026-04-07 06:33:42'),(950,0,'en','tutorial_spinandwin','labelQrCodeTitle','Want to retain more users?','2026-04-07 06:33:37','2026-04-07 06:33:42'),(951,0,'en','tutorial_spinandwin','labelQrCodeMessage','Generate a custom qr code for your store to attract more users','2026-04-07 06:33:37','2026-04-07 06:33:42'),(952,0,'en','tutorial_spinandwin','textDemoRegistration','All customer data are stored by SKALE through a secure cloud infrastructure. All data will be shared across to the client and it is also possible to pass throughout the data to CRM via API integration.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(953,0,'en','tutorial_spinandwin','textDemoMastHead','The platform has a customizable slots and is able to reward users based on your desired actions, whether these are social media likes or in-store transactions.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(954,0,'en','tutorial_spinandwin','textDemoGrid','The platform has a customizable wheel and is able to reward users based on your desired actions, whether these are social media likes or in-store transactions.\n\nClick on any star below.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(955,0,'en','tutorial_spinandwin','textDemoUploadReceiptButton','SKALE offers the most robust receipt scanner for brick & mortar businesses. It captures all relevant information - from transactional data to customer details. Click \'Upload Receipt\'','2026-04-07 06:33:37','2026-04-07 06:33:42'),(956,0,'en','tutorial_spinandwin','textDemoUploadReceiptPicker','Our platform assesses the quality and details of the receipt uploaded. Rejected receipts will be sent for manual validation. Choose a receipt type below.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(957,0,'en','tutorial_spinandwin','textDemoReceiptCroper','Our platform lets the user crop the image and only include the receipt. Click the \"Crop\" button and confirm.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(958,0,'en','tutorial_spinandwin','textDemoPointAward','We can design the rewards system based on your preference. It can be a points-based, voucher-based, or direct rewards campaign.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(959,0,'en','tutorial_spinandwin','textDemoQrCode','Print this QR code to show in store','2026-04-07 06:33:37','2026-04-07 06:33:42'),(960,0,'en','tutorial_spinandwin','textDemoAdditionalAttempts','Limit each receipt to one spin attempt to encourage customer engagement','2026-04-07 06:33:37','2026-04-07 06:33:42'),(961,0,'en','tutorial_spinandwin','btnGetStarted','Get Started','2026-04-07 06:33:37','2026-04-07 06:33:42'),(962,0,'en','tutorial_spinandwin','heading_spinandwin_demo','Spin & Win Demo','2026-04-07 06:33:37','2026-04-07 06:33:42'),(963,0,'en','tutorial_spinandwin','toolbar_heading_home_page','Home page','2026-04-07 06:33:37','2026-04-07 06:33:42'),(964,0,'en','tutorial_spinandwin','toolbar_menu_masthead','Customized Masthead','2026-04-07 06:33:37','2026-04-07 06:33:42'),(965,0,'en','tutorial_spinandwin','toolbar_menu_referral','Referral Mechanic','2026-04-07 06:33:37','2026-04-07 06:33:42'),(966,0,'en','tutorial_spinandwin','toolbar_menu_customizable_grid','Customizable Wheel','2026-04-07 06:33:37','2026-04-07 06:33:42'),(967,0,'en','tutorial_spinandwin','toolbar_menu_upload_receipt','Upload Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(968,0,'en','tutorial_spinandwin','toolbar_menu_receipt_picker','Receipt Picker','2026-04-07 06:33:37','2026-04-07 06:33:42'),(969,0,'en','tutorial_spinandwin','toolbar_menu_receipt_cropper','Receipt Cropper','2026-04-07 06:33:37','2026-04-07 06:33:42'),(970,0,'en','tutorial_spinandwin','toolbar_menu_merchant_product_confirmation','Merchant/Product Confirmation','2026-04-07 06:33:37','2026-04-07 06:33:42'),(971,0,'en','tutorial_spinandwin','toolbar_menu_point_award','Redeem Reward','2026-04-07 06:33:37','2026-04-07 06:33:42'),(972,0,'en','tutorial_spinandwin','toolbar_menu_qrcode','Custom QR Code','2026-04-07 06:33:37','2026-04-07 06:33:42'),(973,0,'en','tutorial_spinandwin','toolbar_menu_additional_attempts','Additional Attempts','2026-04-07 06:33:37','2026-04-07 06:33:42'),(974,0,'en','tutorial_spinandwin','toolbar_menu_reward_marketplace','Reward Marketplace','2026-04-07 06:33:37','2026-04-07 06:33:42'),(975,0,'en','tutorial_spinandwin','toolbar_menu_multiple_reward','Multiple Reward Methods','2026-04-07 06:33:37','2026-04-07 06:33:42'),(976,0,'en','tutorial_spinandwin','toolbar_menu_redemption_complete','Complete Redemption','2026-04-07 06:33:37','2026-04-07 06:33:42'),(977,0,'en','tutorial_stampcard','textWelcome','Welcome to :client_name Point Rewards! Upload Your First Receipt Here to Collect Points','2026-04-07 06:33:37','2026-04-07 06:33:42'),(978,0,'en','tutorial_stampcard','textShareAndEarn','Share and Refer a Friend to Get Bonus Points','2026-04-07 06:33:37','2026-04-07 06:33:42'),(979,0,'en','tutorial_stampcard','textPointExchange','Click Here to Exchange Your Points for an E Voucher or :client_name Product','2026-04-07 06:33:37','2026-04-07 06:33:42'),(980,0,'en','tutorial_stampcard','textViewRedeemedVoucherMenu','View Your Redeemed Vouchers in the Menu Here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(981,0,'en','tutorial_stampcard','textTrackPointProgress','Finally, Track Your Point Reward Progress Here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(982,0,'en','tutorial_stampcard','btnStartPlayingNow','Start Playing Now','2026-04-07 06:33:37','2026-04-07 06:33:42'),(983,0,'en','tutorial_stampcard','textProductName','Digital Stampcard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(984,0,'en','tutorial_stampcard','textDemoRegistration','All customer data are stored by SKALE through a secure cloud infrastructure. All data will be shared across to the client and it is also possible to pass throught the data to CRM via API integration.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(985,0,'en','tutorial_stampcard','textDemoMastHead','All SKALE platform are specifically designed and customized according to client branding which includes are specially curated background, masthead and icons.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(986,0,'en','tutorial_stampcard','textDemoReferralButton','To further increase brand engagement and organic sign up, SKALE incorporate referral mechanic shareable across social media.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(987,0,'en','tutorial_stampcard','textDemoGrid','Depending on the objective of the client, all requirement of the grid is customizable. Client have the flexibility to develop a platform with transaction based grids or a mixture of social media likes, app install and others.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(988,0,'en','tutorial_stampcard','textDemoUploadReceiptButton','SKALE Smart Rewards & Receipt Scanner is the most robust Receipt Scanner for retail business. Depending on the criteria of data capture, SKALE can train the platform to capture specific information.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(989,0,'en','tutorial_stampcard','textDemoUploadReceiptPicker','Depending on types of receipt and quality of receipt the scanner will capture the necessary information. If there is difficulities to read the receipt the receipt will be either automatically rejected or will be send for manual validation. Please click on different receipt to see the different response.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(990,0,'en','tutorial_stampcard','textDemoReceiptCroper','Please click \"Crop\" button to experience the next tutorials','2026-04-07 06:33:37','2026-04-07 06:33:42'),(991,0,'en','tutorial_stampcard','textDemoReceiptMerchantProductConfirmation','SKALE will allows end-user to do the product/merchant correction if they think the result is not right. After updated, please click \"Confirm\" to submit the entry','2026-04-07 06:33:37','2026-04-07 06:33:42'),(992,0,'en','tutorial_stampcard','textDemoPointAward','SKALE will implement a reward mechanic based on clients objective. If the nature of the platform is to engage loyalty and for longer term use, a point based rewarding platform will be suitable while for a short term campaign a direct reward or voucher based platform will be better.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(993,0,'en','tutorial_stampcard','textDemoRewardPage','Client will have the flexibility to set the point conversion and also the type of rewards. Currently SKALE supports physical items rewards, vouchers, promo code and even a surprise mechanic called scratch card.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(994,0,'en','tutorial_stampcard','textDemoCompletionRedemption','Congratulations for your redemption. With this platform SKALE has made engaging user loyalty and rewarding a simpler experience. With SKALE Digital Stamp Card platform client will have visibility not only on the platform action information but also transaction data and more. Click Next you will be directed to Admin Dashboard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(995,0,'en','tutorial_stampcard','btnGetStarted','Get Started','2026-04-07 06:33:37','2026-04-07 06:33:42'),(996,0,'en','tutorial_stampcard','heading_stampcard_demo','Stampcard Demo','2026-04-07 06:33:37','2026-04-07 06:33:42'),(997,0,'en','tutorial_stampcard','toolbar_heading_home_page','Home page','2026-04-07 06:33:37','2026-04-07 06:33:42'),(998,0,'en','tutorial_stampcard','toolbar_menu_masthead','Customized Masthead','2026-04-07 06:33:37','2026-04-07 06:33:42'),(999,0,'en','tutorial_stampcard','toolbar_menu_referral','Referral Mechanic','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1000,0,'en','tutorial_stampcard','toolbar_menu_customizable_grid','Customizable Grid','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1001,0,'en','tutorial_stampcard','toolbar_menu_upload_receipt','Upload Receipt','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1002,0,'en','tutorial_stampcard','toolbar_menu_receipt_picker','Receipt Picker','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1003,0,'en','tutorial_stampcard','toolbar_menu_receipt_cropper','Receipt Cropper','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1004,0,'en','tutorial_stampcard','toolbar_menu_merchant_product_confirmation','Merchant/Product Confimation','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1005,0,'en','tutorial_stampcard','toolbar_menu_point_award','Point Award','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1006,0,'en','tutorial_stampcard','toolbar_menu_reward_marketplace','Reward Marketplace','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1007,0,'en','tutorial_stampcard','toolbar_menu_multiple_reward','Multiple Reward Methods','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1008,0,'en','tutorial_stampcard','toolbar_menu_redemption_complete','Complete Redemption','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1009,0,'en','tutorials_common','welcome_heading','Welcome to SKALE’s :product_name Demo Platform','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1010,0,'en','tutorials_common','welcome_msg','Use the side panel to access the demo admin dashboard, tutorial video and theme selector feature.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1011,0,'en','tutorials_common','btn_continue_with_tutorial','Continue with Tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1012,0,'en','tutorials_common','btn_skip_the_tutorial','Skip the tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1013,0,'en','tutorials_common','home_banner','All SKALE platform are specifically designed and customized according to client branding','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1014,0,'en','tutorials_common','btn_next','Next','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1015,0,'en','tutorials_common','btn_previous','Previous','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1016,0,'en','tutorials_common','btn_complete','Complete','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1017,0,'en','tutorials_common','label_guided_tutorial','Guided Tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1018,0,'en','tutorials_common','label_watch_a_video_tutorial','Watch a Video Tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1019,0,'en','tutorials_common','label_learn_about_admin_dashboard','Learn about Admin Dashboard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1020,0,'en','tutorials_common','label_select_thems_for_this_demo','Select Themes for this Demo','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1021,0,'en','tutorials_common','label_preview_other_demo_projects','Preview Other Demo Projects','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1022,0,'en','tutorials_common','label_contact_enquiry','Contact :contact_email for enquiries','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1023,0,'en','tutorials_common','btn_resume_tutorial','Resume Tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1024,0,'en','tutorials_common','label_get_in_touch','Look interesting? Reach out to us learn more:','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1025,0,'en','tutorials_common','btn_get_in_touch','Get in touch','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1026,0,'en','tutorials_common','btn_get_in_touch_email_address','hello@skale.today','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1027,0,'en','tutorials_common','toolbar_menu_get_in_touch','Get In Touch','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1028,0,'en','tutorials_common','btn_explore_admin_dashboard','Explore Admin Dashboard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1029,0,'en','tutorials_common','tutorial_theme_selection','You can select your desired theme here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1030,0,'en','tutorials_common','tutorial_tut_progress_panel','You’ll see your progress here','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1031,0,'en','tutorials_digital_voucher','product_name','Digital Voucher','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1032,0,'en','tutorials_digital_voucher','category_bar','Allow for custom sorting function (eg.: Categories, store, outlet, type of promotion)','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1033,0,'en','tutorials_digital_voucher','flash_promo','Client can schedule specific promotion for flash promo. Click Flash Promo to view Flash promotion vouchers','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1034,0,'en','tutorials_digital_voucher','first_voucher','Client will be able to view vouchers and learn more about the terms and conditions and location specific details of the vouchers before downloading','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1035,0,'en','tutorials_digital_voucher','voucher_download','Client will have the flexibility to set all aspect of the vouchers from the voucher expiry, name, type of promotion, type of promotional method and others through SKALE’s Admin Dashboard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1036,0,'en','tutorials_digital_voucher','voucher_redemption','Click on 1 or multiple Vouchers and click Redeem vouchers to redeem','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1037,0,'en','tutorials_digital_voucher','voucher_redemption_pin','Input 6 Digit Pin that is shown below. In actual execution SKALE will provide tents card for each tenants/store with unique 6 digit pin.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1038,0,'en','tutorials_digital_voucher','promotional_method','SKALE supports multiple type of promotional method application from retailers without integration needed with retailers POS system. Currently SKALE supports Barcode, QR, Unique Pin and Unique Message for promotional application','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1039,0,'en','tutorials_digital_voucher','redemption_complete','Congratulations. With this platform SKALE has made vouchering a seamless experience for everyone but also allow retailers /stores/brands/mall to be able to track their marketing spend real time. Click Next you will be directed to Admin Dashboard','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1040,0,'en','tutorials_digital_voucher','msg_cta_download_voucher','Please click \"Download\" button to proceed next tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1041,0,'en','tutorials_digital_voucher','msg_proceed_voucher_wallet','Please click the menu bar that have blinking red dot to proceed next tutorial','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1042,0,'en','tutorials_digital_voucher','btn_click_download_below','Click Download below','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1043,0,'en','tutorials_digital_voucher','heading_voucher_demo','Voucher Demo','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1044,0,'en','tutorials_digital_voucher','toolbar_menu_home_banner','Customizable Client Branding','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1045,0,'en','tutorials_digital_voucher','toolbar_menu_flash_promo','Flash Promos Campaigns','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1046,0,'en','tutorials_digital_voucher','toolbar_menu_category_bar','Custom Sorting Function','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1047,0,'en','tutorials_digital_voucher','toolbar_menu_first_voucher','Download First Voucher','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1048,0,'en','tutorials_digital_voucher','toolbar_menu_voucher_details','View Voucher Details','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1049,0,'en','tutorials_digital_voucher','toolbar_menu_voucher_wallet','Go to Voucher Wallet','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1050,0,'en','tutorials_digital_voucher','toolbar_menu_voucher_redeem','Redeem Voucher','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1051,0,'en','tutorials_digital_voucher','toolbar_menu_redemption_pin','Input 6 Digit Pin','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1052,0,'en','tutorials_digital_voucher','toolbar_menu_promotion_method','Multiple Promotional Methods','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1053,0,'en','tutorials_digital_voucher','toolbar_menu_redemption_complete','Complete Redemption','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1054,0,'en','tutorials_digital_voucher','toolbar_heading_home_page','Home Page','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1055,0,'en','tutorials_digital_voucher','toolbar_heading_my_voucher_page','My Vouchers Page','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1056,0,'en','validation','accepted','The :attribute must be accepted.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1057,0,'en','validation','active_url','The :attribute is not a valid URL.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1058,0,'en','validation','after','The :attribute must be a date after :date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1059,0,'en','validation','after_or_equal','The :attribute must be a date after or equal to :date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1060,0,'en','validation','alpha','The :attribute may only contain letters.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1061,0,'en','validation','alpha_dash','The :attribute may only contain letters, numbers, dashes and underscores.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1062,0,'en','validation','alpha_num','The :attribute may only contain letters and numbers.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1063,0,'en','validation','array','The :attribute must be an array.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1064,0,'en','validation','before','The :attribute must be a date before :date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1065,0,'en','validation','before_or_equal','The :attribute must be a date before or equal to :date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1066,0,'en','validation','between.numeric','The :attribute must be between :min and :max.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1067,0,'en','validation','between.file','The :attribute must be between :min and :max kilobytes.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1068,0,'en','validation','between.string','The :attribute must be between :min and :max characters.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1069,0,'en','validation','between.array','The :attribute must have between :min and :max items.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1070,0,'en','validation','boolean','The :attribute field must be true or false.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1071,0,'en','validation','confirmed','The :attribute confirmation does not match.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1072,0,'en','validation','date','The :attribute is not a valid date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1073,0,'en','validation','date_equals','The :attribute must be a date equal to :date.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1074,0,'en','validation','date_format','The :attribute does not match the format :format.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1075,0,'en','validation','different','The :attribute and :other must be different.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1076,0,'en','validation','digits','The :attribute must be :digits digits.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1077,0,'en','validation','digits_between','The :attribute must be between :min and :max digits.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1078,0,'en','validation','dimensions','The :attribute has invalid image dimensions.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1079,0,'en','validation','distinct','The :attribute field has a duplicate value.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1080,0,'en','validation','email','The :attribute must be a valid email address.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1081,0,'en','validation','ends_with','The :attribute must end with one of the following: :values','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1082,0,'en','validation','exists','The selected :attribute is invalid.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1083,0,'en','validation','file','The :attribute must be a file.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1084,0,'en','validation','filled','The :attribute field must have a value.','2026-04-07 06:33:37','2026-04-07 06:33:42'),(1085,0,'en','validation','gt.numeric','The :attribute must be greater than :value.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1086,0,'en','validation','gt.file','The :attribute must be greater than :value kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1087,0,'en','validation','gt.string','The :attribute must be greater than :value characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1088,0,'en','validation','gt.array','The :attribute must have more than :value items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1089,0,'en','validation','gte.numeric','The :attribute must be greater than or equal :value.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1090,0,'en','validation','gte.file','The :attribute must be greater than or equal :value kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1091,0,'en','validation','gte.string','The :attribute must be greater than or equal :value characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1092,0,'en','validation','gte.array','The :attribute must have :value items or more.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1093,0,'en','validation','image','The :attribute must be an image.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1094,0,'en','validation','in','The selected :attribute is invalid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1095,0,'en','validation','in_array','The :attribute field does not exist in :other.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1096,0,'en','validation','integer','The :attribute must be an integer.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1097,0,'en','validation','ip','The :attribute must be a valid IP address.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1098,0,'en','validation','ipv4','The :attribute must be a valid IPv4 address.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1099,0,'en','validation','ipv6','The :attribute must be a valid IPv6 address.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1100,0,'en','validation','json','The :attribute must be a valid JSON string.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1101,0,'en','validation','lt.numeric','The :attribute must be less than :value.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1102,0,'en','validation','lt.file','The :attribute must be less than :value kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1103,0,'en','validation','lt.string','The :attribute must be less than :value characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1104,0,'en','validation','lt.array','The :attribute must have less than :value items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1105,0,'en','validation','lte.numeric','The :attribute must be less than or equal :value.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1106,0,'en','validation','lte.file','The :attribute must be less than or equal :value kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1107,0,'en','validation','lte.string','The :attribute must be less than or equal :value characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1108,0,'en','validation','lte.array','The :attribute must not have more than :value items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1109,0,'en','validation','max.numeric','The :attribute may not be greater than :max.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1110,0,'en','validation','max.file','The :attribute may not be greater than :max kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1111,0,'en','validation','max.string','The :attribute may not be greater than :max characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1112,0,'en','validation','max.array','The :attribute may not have more than :max items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1113,0,'en','validation','mimes','The :attribute must be a file of type: :values.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1114,0,'en','validation','mimetypes','The :attribute must be a file of type: :values.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1115,0,'en','validation','min.numeric','The :attribute must be at least :min.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1116,0,'en','validation','min.file','The :attribute must be at least :min kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1117,0,'en','validation','min.string','The :attribute must be at least :min characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1118,0,'en','validation','min.array','The :attribute must have at least :min items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1119,0,'en','validation','not_in','The selected :attribute is invalid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1120,0,'en','validation','not_regex','The :attribute format is invalid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1121,0,'en','validation','numeric','The :attribute must be a number.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1122,0,'en','validation','present','The :attribute field must be present.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1123,0,'en','validation','regex','The :attribute format is invalid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1124,0,'en','validation','required','The :attribute field is required.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1125,0,'en','validation','required_if','The :attribute field is required when :other is :value.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1126,0,'en','validation','required_unless','The :attribute field is required unless :other is in :values.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1127,0,'en','validation','required_with','The :attribute field is required when :values is present.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1128,0,'en','validation','required_with_all','The :attribute field is required when :values are present.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1129,0,'en','validation','required_without','The :attribute field is required when :values is not present.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1130,0,'en','validation','required_without_all','The :attribute field is required when none of :values are present.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1131,0,'en','validation','same','The :attribute and :other must match.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1132,0,'en','validation','size.numeric','The :attribute must be :size.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1133,0,'en','validation','size.file','The :attribute must be :size kilobytes.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1134,0,'en','validation','size.string','The :attribute must be :size characters.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1135,0,'en','validation','size.array','The :attribute must contain :size items.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1136,0,'en','validation','starts_with','The :attribute must start with one of the following: :values','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1137,0,'en','validation','string','The :attribute must be a string.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1138,0,'en','validation','timezone','The :attribute must be a valid zone.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1139,0,'en','validation','unique','The :attribute has already been taken.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1140,0,'en','validation','uploaded','The :attribute failed to upload.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1141,0,'en','validation','url','The :attribute format is invalid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1142,0,'en','validation','uuid','The :attribute must be a valid UUID.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1143,0,'en','validation','custom.attribute-name.rule-name','custom-message','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1144,0,'id','heading','download_voucher','Download Voucher','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1145,0,'id','heading','use_voucher','Gunakan Voucher','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1146,0,'id','heading','title_my_voucher','Voucher Saya','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1147,0,'id','heading','login','Login!','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1148,0,'id','heading','use','Gunakan','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1149,0,'id','heading','label_more_than_one_location_available','Tersedia di lebih dari satu outlet','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1150,0,'id','heading','label_valid_until','Berlaku sampai :DATE','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1151,0,'id','heading','label_terms_and_conditions','Syarat dan Ketentuan','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1152,0,'id','heading','button_claim','SIMPAN VOUCHER','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1153,0,'id','heading','heading_register_voucher','Simpan voucher sekarang','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1154,0,'id','heading','form_label_name','Nama Lengkap','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1155,0,'id','heading','form_label_email','Email','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1156,0,'id','heading','form_label_mobile','Nomor Ponsel','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1157,0,'id','heading','form_tnc_checkbox','Saya setuju dengan <a target=\'_blank\' href=\':url\'>Kebijakan Privasi</a> SKALE','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1158,0,'id','heading','form_button_get_voucher_now','Simpan voucher sekarang','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1159,0,'id','heading','menu_browse_voucher','Lihat Voucher','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1160,0,'id','heading','menu_my_voucher','Voucher Saya','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1161,0,'id','heading','menu_choose_stores','Pilih Toko','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1162,0,'id','heading','email_downloaded_voucher_button_view','Lihat','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1163,0,'id','heading','email_subject_default','Email','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1164,0,'id','heading','email_subject_downloaded_voucher',':company_name : :title','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1165,0,'id','heading','use_voucher_button_swipe_left_to_redeem','GESER KE KIRI UNTUK GUNAKAN','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1166,0,'id','heading','use_voucher_button_claimed','Sudah diklaim','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1167,0,'id','heading','header_use_voucher_form','Gunakan di Kasir','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1168,0,'id','heading','btn_use_voucher_form_click_to_redeem_voucher','Klik untuk gunakan voucher','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1169,0,'id','heading','link_see_my_voucher','Klik disini untuk melihat semua voucher saya','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1170,0,'id','heading','desc_use_voucher_form','Hanya klik saat digunakan di kasir.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1171,0,'id','heading','title_notification_download_successfully','Terima Kasih','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1172,0,'id','heading','desc_notification_download_successfully','Tautan URL ke Hypermart Voucher Wallet sudah dikirim melalui SMS, atau klik <a style=\'text-decoration: underline; color:white\' href=\':url\'>disini</a> untuk melihat semua voucher yang sudah didownload','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1173,0,'id','heading','desc_notification_download_successfully_email','Tautan URL ke Hypermart Voucher Wallet sudah dikirim melalui SMS dan emel, atau klik <a style=\'text-decoration: underline; color:white\' href=\':url\'>disini</a> untuk melihat semua voucher yang sudah didownload','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1174,0,'id','heading','desc2_notification_download_successfully','Voucher sudah didownload. Klik <a style=\'text-decoration: underline; color:white\' href=\':url\'>disini</a> untuk melihat semua voucher anda atau akses Hypermart Voucher Wallet melalui URL Link yang sudah dikirim melalui SMS.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1175,0,'id','heading','desc2_notification_download_successfully_email','Voucher sudah didownload. Klik <a style=\'text-decoration: underline; color:white\' href=\':url\'>disini</a> untuk melihat semua voucher anda atau akses Hypermart Voucher Wallet melalui URL Link yang sudah dikirim melalui SMS dan emel.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1176,0,'id','heading','label_company_tnc','dan :company_name <a target=\'_blank\' href=\':url\'>Kebijakan Privasi</a>','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1177,0,'id','heading','btn_redeemed','Downloaded','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1178,0,'id','heading','title_default_notification_warning','Sorry','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1179,0,'id','heading','desc_default_notification_warning','Mohon ulangi kembali','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1180,0,'id','heading','button_voucher_expired','Voucher ini sudah tidak berlaku','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1181,0,'id','heading','btn_voucher_has_been_redeemed_at_cashier','Voucher ini telah digunakan di kasir','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1182,0,'id','heading','button_see_koran','Lihat Koran','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1183,0,'id','heading','button_choose_store','Pilih Toko','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1184,0,'id','heading','title_form_feedback','Beritahu kami promo apa yang ingin anda lihat','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1185,0,'id','heading','title_form_feedback_question_1','Pilih kategori yang anda suka','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1186,0,'id','heading','title_form_feedback_question_2','Produk spesifik apa yang promosinya anda inginkan?','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1187,0,'id','heading','field_form_feedback_select_placeholder','e.g: mie','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1188,0,'id','heading','field_form_feedback_input_placeholder','Pilih kategori yang anda suka','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1189,0,'id','heading','title_search_filter_by_category','Filter berdasarkan kategori','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1190,0,'id','heading','title_search_filter_by_category_default_selection_all_category','Semua Kategori','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1191,0,'id','heading','form_feedback_btn_submit','Kirim','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1192,0,'id','heading','form_feedback_step2_btn_submit','Kirim','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1193,0,'id','heading','form_feedback_btn_submitted','Kirimkan','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1194,0,'id','heading','form_feedback_btn_submitted_message','Terima kasih. Feedback anda telah berhasil dikirim.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1195,0,'id','heading','form_feedback_step2_btn_submitted_message','Terima kasih. Feedback anda telah berhasil dikirim.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1196,0,'id','heading','form_optional_label',' (Opsional)','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1197,0,'id','heading','contact_form_title','Ya, beritahu saya promo yang akan datang! ','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1198,0,'id','messages','error_voucher_is_fully_redeem','Voucher ini telah digunakan','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1199,0,'id','messages','error_voucher_is_fully_redeem_desc','Klik <a style=\'    text-decoration: underline; color:white\'href=\':url\'>disini</a> untuk melihat semua voucher Anda','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1200,0,'id','messages','error_something_went_wrong','Something went wrong','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1201,0,'id','messages','error_login_mobile_cannot_be_found','Nomor (telepon) anda tidak bisa ditemukan di dalam sistem','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1202,0,'id','messages','error_login_tnc_not_agreed','Anda harus menyetujui kebijakan privasi kami jika ingin melanjutkan','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1203,0,'id','messages','error_login_please_fill_in_required_field','Mohon isi kolom yang wajib diisi','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1204,0,'id','messages','error_invalid_email','Silakan isi email yang valid','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1205,0,'id','messages','success_edit_voucher_series','Voucher Series edited Successfully','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1206,0,'id','messages','success_create_voucher_series','Voucher Series created Successfully','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1207,0,'id','messages','error_create_voucher_series','Please check the required information','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1208,0,'id','messages','error_voucher_already_downloaded','Voucher telah download, klik <a style=\'    text-decoration: underline; color:white\'href=\':url\'>disini</a> untuk melihat semua voucher Anda','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1209,0,'id','messages','error_voucher_invalid','Voucher tidak valid.','2026-04-07 06:33:38','2026-04-07 06:33:42'),(1210,0,'id','messages','error_voucher_invalid_desc','Please refresh the page and try again.','2026-04-07 06:33:38','2026-04-07 06:33:42');
/*!40000 ALTER TABLE `ltm_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `menus`
--

DROP TABLE IF EXISTS `menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `menus` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'gamification',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL,
  `auth` tinyint(1) NOT NULL DEFAULT '1',
  `new_tab` tinyint(1) NOT NULL DEFAULT '1',
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `popup` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `menus`
--

LOCK TABLES `menus` WRITE;
/*!40000 ALTER TABLE `menus` DISABLE KEYS */;
/*!40000 ALTER TABLE `menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `merchants`
--

DROP TABLE IF EXISTS `merchants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `merchants` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` int unsigned NOT NULL,
  `company_name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `company_logo` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `mobile_country_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `merchants_status(6)_slug(10)_index` (`status`(6),`slug`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `merchants`
--

LOCK TABLES `merchants` WRITE;
/*!40000 ALTER TABLE `merchants` DISABLE KEYS */;
/*!40000 ALTER TABLE `merchants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `migrations`
--

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=485 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `migrations`
--

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2019_07_22_100559_create_reminders_tables',1),(4,'2019_07_24_084448_create_permission_tables',1),(5,'2019_07_24_084747_create_vouchers_tables',1),(6,'2019_07_24_085150_create_user_business_tables',1),(7,'2019_08_07_065756_create_system_tables',1),(8,'2019_08_14_102937_update_business_account_table',1),(9,'2019_08_15_083927_create_voucher_series_details',1),(10,'2019_08_19_141833_update_voucher_redeem_code_table',1),(11,'2019_08_20_111635_create_hypermart_data_table',1),(12,'2019_08_22_034511_create_business_details_table',2),(13,'2019_08_22_044327_custom_conversions',2),(14,'2019_08_23_081609_update_voucher_table',2),(15,'2019_08_27_024050_create_business_account_domains_table',2),(16,'2019_08_27_063150_create_sms_blast_tables',2),(17,'2019_08_27_171856_update_business_asset_voucher_table',2),(18,'2019_08_28_151823_create_campaign_business_assets_relation_table',2),(19,'2019_08_28_183842_update_reminder_table',2),(20,'2019_09_11_104032_update_voucher_series_table',2),(21,'2019_10_22_133421_create_voucher_redeem_codes_backup_table',2),(22,'2019_10_29_151026_create_creative_templates_tables',2),(23,'2019_11_01_103157_update_voucher_series_column_use_count_table',2),(24,'2019_11_06_154754_create_voucher_series_import_tables',2),(25,'2019_11_11_183058_update_voucher_series_table_unique_redeem_count_columns',2),(26,'2019_11_12_112835_update_voucher_series_update_columns_order',2),(27,'2019_11_12_114708_create_voucher_send_queues_table',2),(28,'2019_11_13_195914_update_tags_table_add_column_identifier',2),(29,'2019_11_14_121412_create_banner_settings_table',2),(30,'2019_11_14_121518_create_widget_settings_table',2),(31,'2019_11_14_154334_create_form_feedback_datas_table',2),(32,'2019_11_14_195219_create_product_categories_table',2),(33,'2019_11_15_084236_create_hypermart_feedback_form_table',2),(34,'2019_11_15_121947_create_product_categories_voucher_series_relationship',2),(35,'2019_11_18_114541_create_user_logs_table',2),(36,'2019_11_18_180035_update_voucher_series_table_add_mendatory_columns',2),(37,'2019_11_19_120107_create_newsletters_table',2),(38,'2019_11_21_181252_create_user_log_stats_table',2),(39,'2019_11_22_161055_create_voucher_stats_table',2),(40,'2019_12_10_235713_update_voucher_stats_table_add_column_value',2),(41,'2020_06_04_000007_add_column_code_in_voucher_series_asset_relation',2),(42,'2020_06_08_013559_add_column_redemption_method_voucher_series_imports_table',2),(43,'2020_06_08_153458_add_use_by_date_option_column_in_voucher_series_table',2),(44,'2020_06_09_221226_add_generated_password_column_in_voucher_send_queues_table',2),(45,'2020_06_09_231907_add_last_login_column_in_users_table',2),(46,'2020_06_10_011611_add_type_column_in_business_assets_table',2),(47,'2020_06_10_170159_add_password_changed_column_in_user_table',2),(48,'2020_06_19_145145_add_column_user_id_in_vouchers_table',2),(49,'2020_07_23_074752_create_voucher_series_stats_table',2),(50,'2020_07_27_053742_add_max_usable_voucher_column_in_voucher_series_table',2),(51,'2020_10_20_030824_add_google2fa_secret_column_in_user_table',2),(52,'2020_11_25_102008_add_color_store_logo_in_business_assets_table',2),(53,'2020_11_29_235237_create_receipts_table',2),(54,'2020_11_30_002409_create_modules_table',2),(55,'2020_11_30_235200_create_stores_table',2),(56,'2020_12_01_232838_create_voucher_redeem_code_groups_table',2),(57,'2020_12_15_212039_create_tracking_events_table',2),(58,'2020_12_16_015537_add_column_redeem_code_in_business_assets_table',2),(59,'2020_12_16_122638_create_voucher_agreements_table',2),(60,'2020_12_17_194233_add_promotion_code_display_method_colomn_in_business_assets_table',2),(61,'2020_12_17_195934_create_category_group_items_table',2),(62,'2020_12_17_195938_create_category_groups_table',2),(63,'2020_12_17_200049_create_category_group_settings_table',2),(64,'2020_12_20_000000_add_api_column',3),(65,'2021_03_31_005918_create_sso_token_table',3),(66,'2021_03_30_154131_create_user_details_table',4),(67,'2016_06_01_000001_create_oauth_auth_codes_table',5),(68,'2016_06_01_000002_create_oauth_access_tokens_table',5),(69,'2016_06_01_000003_create_oauth_refresh_tokens_table',5),(70,'2016_06_01_000004_create_oauth_clients_table',5),(71,'2016_06_01_000005_create_oauth_personal_access_clients_table',5),(72,'2021_06_30_115700_create_transactions_table',5),(73,'2021_07_01_133652_add_promotion_mechanic_column_in_voucher_series_table',5),(74,'2021_07_02_032100_add_promotion_mechanic_column_in_voucher_series_asset_relations_table',5),(75,'2021_07_19_012728_create_dsc_users_table',6),(76,'2021_07_19_012820_create_dsc_rewards_pos_table',7),(77,'2021_07_19_012828_create_dsc_merchants_table',6),(78,'2021_07_19_012839_create_dsc_logs_table',8),(79,'2021_07_19_012847_create_dsc_locations_table',6),(80,'2021_07_19_012856_create_dsc_grids_table',9),(81,'2021_07_19_012922_create_dsc_entries_table',6),(82,'2021_07_19_012935_create_dsc_api_accesses_table',10),(83,'2021_07_21_004510_create_dsc_reward_items_table',10),(84,'2021_07_21_004757_create_dsc_reward_redemption_logs_table',10),(85,'2021_07_21_022748_create_dsc_reward_groups_table',10),(86,'2021_07_21_134227_create_user_addresses_table',11),(87,'2021_07_22_152426_create_address_states_table',12),(88,'2021_07_27_015132_create_notification_templates_table',13),(90,'2021_07_27_163441_create_notification_logs_table',14),(93,'2021_09_16_173813_add_receipt_uid_to_ocr_samples',15),(94,'2021_09_17_104217_add_merchant_sid_to_ocr_samples',16),(95,'2021_09_23_100340_create_user_device_agents_table',17),(96,'2021_09_23_100442_add_user_device_agent_id_field_to_dsc_entries',17),(148,'2021_10_07_145958_create_plant_user_summary_progress_table',18),(149,'2021_10_07_151700_create_notifications_table',18),(150,'2021_10_07_152158_create_plant_token_transactions_table',18),(151,'2021_10_07_152939_create_plant_supplement_transactions_table',18),(152,'2021_10_07_154201_create_plant_supplements_table',18),(153,'2021_10_08_093934_create_plant_user_plants_table',18),(154,'2021_10_08_094701_create_plant_summary_user_plant_progress_table',18),(155,'2021_10_08_094936_create_plant_growth_token_transactions_table',18),(156,'2021_10_08_095537_create_daily_challenges_table',18),(157,'2021_10_08_095614_create_user_daily_challenges_table',18),(158,'2021_10_08_095625_create_user_question_headers_table',18),(159,'2021_10_08_095638_create_user_question_details_table',18),(160,'2021_10_08_095650_create_questions_table',18),(161,'2021_10_08_095658_create_question_choices_table',18),(162,'2021_10_08_095722_create_daily_core_a_rs_table',18),(163,'2021_10_08_095731_create_user_daily_core_a_rs_table',18),(164,'2021_10_12_113615_create_daily_check_ins_table',18),(165,'2021_10_14_164455_add_cta_action_to_notification_templates',19),(166,'2021_10_15_160053_alter_cta_type_to_nullable_for_notifications',19),(167,'2021_10_15_173053_add_last_interact_at_to_plant_user_summary_progress',19),(168,'2021_10_18_181415_alter_unique_key_for_daily_challenges_and_daily_core_ars',20),(169,'2021_10_19_154729_add_token_img_path_to_plant_supplements',20),(170,'2021_10_24_014347_add_img_landing_path_to_daily_challenges',21),(172,'2021_10_25_215831_create_qr_scan_logs_table',22),(173,'2021_10_26_104507_create_merchants_table',22),(174,'2021_10_15_121757_create_point_transactions_table',23),(175,'2021_10_18_174535_create_exclusive_reward_redemptions_table',23),(176,'2021_10_21_020206_create_referrer_code_logs_table',23),(177,'2021_10_26_120046_add_referrer_code_in_user_table',24),(178,'2021_11_03_174320_add_index_to_necessary_table',25),(179,'2021_11_05_100812_add_day_week_settings_to_daily_challenges',26),(180,'2021_11_11_012133_create_plant_users_table',27),(181,'2021_11_17_102857_add_key_value_column_index_to_user_details',27),(182,'2021_11_17_103434_drop_duplicate_user_id_index_from_plant_user_summary_progress',27),(183,'2021_11_18_115103_add_necessary_index_to_table',28),(186,'2021_11_23_152304_add_column_membership_synced_date_in_users_table',29),(187,'2021_11_26_114010_add_is_membership_auto_sync_mode_to_users_and_plant_users',30),(189,'2021_12_13_234355_add_dob_column_in_user_table',31),(195,'2021_12_14_170313_create_products_table',32),(196,'2021_12_14_225251_add_status_column_in_referrer_code_logs_table',32),(197,'2021_12_15_024004_add_products_column_in_dsc_entry_table',32),(198,'2021_12_16_182927_add_state_column_in_business_assets_table',33),(212,'2021_12_17_011505_add_product_group_id_in_stores_table',34),(213,'2021_12_17_012341_create_product_groups_table',34),(214,'2021_12_17_024757_add_product_group_slug_in_products_table',34),(216,'2021_12_21_001835_add_voucher_type_column_in_voucher_series_table',35),(218,'2021_12_22_182654_add_mobile_verified_column_in_users_table',36),(219,'2021_12_29_141104_add_dob_column_in_plant_and_dsc_users_table',37),(220,'2022_01_05_130534_create_ocr_negative_keywords_table',38),(221,'2022_01_05_134815_add_ocr_columns_in_dsc_entries_table',39),(222,'2014_04_02_193005_create_translations_table',40),(223,'2021_09_06_011955_add_columns_in_category_groups',40),(224,'2021_09_06_022950_create_campaigns_table',40),(225,'2021_09_06_025318_create_campaign_voucher_series_table',40),(226,'2021_09_26_003414_create_category_criterias_table',40),(227,'2021_09_28_174535_add_column_is_downloadable_to_voucher_series',40),(228,'2021_09_29_144046_update_column_redeem_max_in_voucher_series_table',40),(229,'2021_10_02_220806_add_voucher_source_column_in_vouchers',40),(230,'2021_10_16_031824_add_vocuher_type_module_columns_in_voucher_series_table',41),(231,'2021_12_09_145933_add_slug_to_business_accounts',41),(232,'2021_12_14_115042_migrate_pnm_table_needed_for_voucher_demo',41),(233,'2021_12_29_121915_create_audit_revisions_table',41),(234,'2022_01_11_101134_add_apple_touch_icon_to_business_account',41),(235,'2022_01_12_205717_create_merchant_details_table',41),(236,'2022_01_19_100928_create_store_details_table',42),(237,'2022_01_11_162928_create_notification_template_unsubscribes_table',43),(238,'2021_11_09_144901_create_dstw_items_table',44),(239,'2021_11_09_144931_create_dstw_item_periods_table',44),(240,'2021_11_09_144952_create_dstw_entries_table',44),(241,'2021_11_09_145000_create_dstw_entry_statuses_table',44),(242,'2022_02_14_132952_add_timestamp_column_to_analytics_view',44),(243,'2022_02_17_152649_add_necessary_index_for_analytics',44),(244,'2022_02_24_175842_add_bi_related_columns_to_analytics_view',45),(245,'2022_01_25_182442_add_email_masked_column_in_user',45),(254,'2022_02_22_174226_create_blast_target_groups_table',46),(256,'2022_02_27_214640_create_blasts_table',47),(257,'2022_02_18_192528_alter_structure_voucher_series_table',48),(258,'2022_02_28_230551_create_blast_recipients_table',48),(259,'2022_02_25_160845_create_analytics_bi_summaries_table',49),(260,'2022_03_03_232252_add_index_to_bi_summary_used_table',49),(261,'2022_03_06_213002_create_user_menu_favorites_table',49),(262,'2022_03_11_151928_add_type_column_in_voucher_series_tags_table',50),(263,'2022_03_14_183252_alter_column_bi_home_order_analytic_view',50),(264,'2022_03_24_084152_add_business_account_id_to_users',51),(265,'2022_03_24_084401_create_account_user_relations_table',51),(266,'2022_03_28_110943_add_column_last_home_refresh_at_to_users',51),(267,'2022_03_28_185309_add_columns_in_business_accounts_table',51),(268,'2022_03_30_095128_add_column_grouping_slug_to_business_accounts',51),(269,'2022_03_31_143020_create_chance_distribution_transactions_table',51),(270,'2022_04_01_095128_create_user_summaries_table',51),(271,'2022_04_01_101400_rename_plant_token_transactions_to_point_transactions',52),(272,'2022_04_01_182025_add_business_id_to_daily_challenges_table',52),(273,'2022_04_04_123327_add_approval_related_columns_to_point_transactions',53),(274,'2022_04_04_221050_add_columns_to_dstw_items_table',53),(275,'2022_04_06_152240_add_business_account_id_to_questions_table',53),(277,'2022_04_11_145002_add_unique_columns_to_daily_challenges_table',54),(278,'2022_04_12_210641_alter_user_twofa_column',55),(279,'2022_04_12_114237_alter_index_for_enterprise_solution_table',56),(280,'2022_04_13_185910_alter_index_for_enterprise_solution_table_2',57),(281,'2022_04_14_094306_alter_dstw_related_table',57),(282,'2022_04_19_110702_create_user_files_table',58),(283,'2022_04_19_134600_create_approvals_table',59),(284,'2022_04_25_133007_add_ocr_text_column_in_receipts_table',59),(285,'2022_04_25_142044_add_module_identifier_column_in_user_files_table',59),(286,'2022_04_26_103734_add_various_summ_columns_to_user_summaries',60),(287,'2022_04_26_115330_add_business_account_id_to_analytics_view',60),(288,'2022_04_27_123138_alter_struct_for_table_used_for_analystic',60),(289,'2022_04_29_111352_create_business_account_summaries_table',61),(290,'2022_04_29_152155_alter_struct_for_table_used_for_analystic2',61),(291,'2022_05_05_151405_add_column_status_to_table_questions',62),(292,'2022_05_06_095800_add_approval_info_columns_to_dstw_entry_statuses',63),(293,'2022_05_05_155835_add_qr_code_file_url_column_in_business_assets_table',64),(294,'2022_05_06_133454_alter_struct_for_table_used_for_analystic3',65),(295,'2022_04_28_141733_add_business_account_id_in_notification_templates_table',66),(296,'2022_05_13_132606_add_details_column_to_dstw_items_table',67),(297,'2022_05_13_133308_add_updated_at_to_user_question_details',68),(298,'2022_05_13_134325_update_business_account_id_in_notification_templates_table',68),(299,'2022_05_14_171815_add_updated_at_to_qr_scan_logs',69),(300,'2022_05_14_184215_add_last_blast_log_date_to_user_summaries',69),(301,'2022_05_17_132839_add_description_order_column_in_notification_templates_table',70),(302,'2022_05_17_135549_add_shortname_column_in_daily_challenges_table',70),(303,'2022_05_18_110733_add_column_first_onboard_module_to_user_summaries',71),(304,'2022_05_18_121748_create_raw_keywords_table',71),(305,'2022_05_18_181024_alter_struct_receipt_entries',72),(306,'2022_05_25_105226_create_domains_table',73),(307,'2022_05_25_110400_create_external_a_p_is_table',73),(308,'2022_05_25_110538_create_subdomains_table',73),(316,'2022_05_25_093911_create_event_tag_categories_table',74),(317,'2022_05_25_093922_create_event_tag_type_slugs_table',74),(318,'2022_05_25_093923_create_event_tag_types_table',74),(319,'2022_05_25_102224_create_user_event_tags_table',74),(320,'2022_05_27_162906_add_approval_user_id_to_transaction_table',74),(321,'2022_05_31_184623_add_group_columns_to_analytics_bi_summaries_table',74),(322,'2022_06_01_143937_add_total_voucher_download_to_user_summaries',74),(323,'2022_06_03_141839_add_module_into_table_user_event_tags',75),(324,'2022_06_08_094239_add_modal_type_column_to_transaction_related_table',76),(325,'2022_06_08_142459_add_business_account_id_to_audit_revisions',77),(326,'2022_06_08_221125_create_user_daily_challenge_reward_summaries_table',78),(327,'2022_06_10_181242_add_dstw_entry_status_id_to_user_daily_challenges',79),(328,'2022_06_12_164750_create_daily_check_in_summaries_table',79),(329,'2022_06_13_120704_add_module_model_type_to_user_files',79),(330,'2022_06_13_160149_add_slug_index_to_event_tag_type_slugs',79),(331,'2022_06_14_145631_add_column_avg_transaction_amount_to_transaction_items',80),(332,'2022_06_13_133955_add_column_receipt_url_in_receipt_entries_table',81),(333,'2022_06_15_112542_add_promotion_type_column_in_voucher_series_table',81),(334,'2022_06_15_111606_create_voucher_series_summaries_table',82),(335,'2022_06_16_102617_add_transaction_code_to_transactions',82),(336,'2022_06_16_133246_create_jobs_table',82),(337,'2022_06_16_133303_create_failed_jobs_table',82),(338,'2022_06_16_143924_add_serial_index_to_vouchers',82),(353,'2022_06_17_094816_create_user_session_logs_table',83),(354,'2022_06_17_122533_create_user_active_sessions_table',83),(355,'2022_06_28_162905_add_is_agency_to_business_accounts',84),(356,'2022_07_03_162032_add_creation_info_columns_to_business_accounts',85),(357,'2022_07_01_161958_add_columns_to_user_session_logs',86),(358,'2022_07_07_154310_add_anonymous_user_to_user_active_sessions',87),(359,'2022_07_08_144850_add_unique_index_to_business_accounts',88),(360,'2022_07_08_165651_add_alias_to_business_accounts',89),(361,'2022_07_13_193534_create_user_utm_tracks_table',90),(362,'2022_07_15_120322_add_label_to_roles',91),(364,'2022_07_14_143529_create_user_event_tag_stats_table',92),(365,'2022_07_18_103935_add_status_to_business_accounts',93),(366,'2022_07_20_104100_add_index_to_user_addresses',94),(368,'2022_07_19_170952_create_billing_period_logs_table',95),(369,'2022_07_25_190643_add_index_to_blast_related_table',96),(370,'2022_08_11_115841_create_webhook_logs_table',97),(371,'2022_08_15_130415_add_src_receipt_info_to_receipt_entries',97),(372,'2022_09_06_103026_add_index_to_approval_table',98),(373,'2022_09_02_152814_create_custom_pop_up_settings_table',99),(374,'2022_09_12_153747_add_expired_at_to_chance_distribution_transactions',100),(375,'2022_09_19_144250_add_challenge_question_to_questions',101),(376,'2022_09_28_094745_update_is_private_default_val_to_voucher_series',102),(377,'2022_09_26_110807_create_raw_receipts_table',103),(378,'2022_10_12_153403_add_doc_ai_json_to_raw_receipts',104),(379,'2022_11_10_095419_add_item_group_to_dstw_items',105),(380,'2022_11_11_011758_alter_columns_to_nullable_in_sso_tokens_table',105),(381,'2022_11_12_145010_add_column_transaction_uid_in_chance_distribution_transactions',105),(382,'2022_11_14_163532_create_api_logs_table',105),(383,'2022_11_25_101931_alter_index_in_receipt_entries',105),(384,'2022_12_16_095109_add_column_register_at_to_users',105),(385,'2023_01_17_190432_add_soft_delete_to_transaction_items',105),(386,'2023_01_19_102755_alter_smart_receipt_related_table',105),(387,'2023_02_09_145124_add_address_related_column_to_dstw_items',105),(388,'2023_02_21_093143_create_generic_taggables_table',105),(389,'2023_03_07_114946_add_uploaded_at_to_receipt_entries',105),(390,'2023_03_10_142006_add_ip_address_to_ocr_request_logs',105),(391,'2023_04_07_120243_add_whatsapp_to_blasts',105),(392,'2023_04_12_120233_create_ocr_criteria_configs_table',105),(393,'2023_05_05_110141_create_receipt_entry_user_inputs_table',105),(394,'2023_05_26_092908_create_asset_paths_table',105),(395,'2023_05_31_092234_support_dsc_challenge_requirements',105),(396,'2023_05_31_160822_update_stampcard_module_tables',105),(397,'2023_06_01_155951_add_attemps_column_in_blast_recipient_table',105),(398,'2023_06_05_184025_create_voucher_distribution_transactions_table',105),(399,'2023_06_05_191349_alter_user_summaries_table_add_column_total_voucher_provisioned',105),(400,'2023_06_06_142731_create_bonus_modules_table',105),(401,'2023_06_06_214914_create_dsc_tables',105),(402,'2023_06_09_181718_add_grid_image_column_to_dsc_grid_table',105),(403,'2023_06_12_103245_alter_notification_add_cta_target_noti_info',105),(404,'2023_06_14_144344_create_user_device_infos_table',105),(405,'2023_06_15_182230_add_pii_into_user_addresses',105),(406,'2023_06_27_103935_create_user_unsubscriptions_table',105),(407,'2023_07_03_142546_create_pivot_challenges_table',105),(408,'2023_07_07_094402_create_store_types_table',105),(409,'2023_07_11_094337_alter_add_use_by_date_days_to_voucher_series',105),(410,'2023_07_12_151935_create_dstw_item_multipliers_table',105),(411,'2023_07_18_095412_create_dstw_item_vouchers_table',105),(412,'2023_07_18_160250_add_column_max_download_per_series_per_user_in_voucher_series_table',105),(413,'2023_07_18_162632_add_column_allow_download_after_expired_to_voucher_series_table',105),(414,'2023_07_21_115742_add_allow_download_after_used_column_to_voucher_series_table',105),(415,'2023_07_21_154621_add_notif_sms_column_to_voucher_series_table',105),(416,'2023_07_24_145339_add_model_type_column_into_notification_templates',105),(417,'2023_08_01_175818_add_full_address_column_to_business_assets_table',105),(418,'2023_08_03_101715_alter_action_link_column_in_banner_settings_table',105),(419,'2023_08_15_164649_add_receipt_summ_columns_in_user_summaries_table',105),(420,'2023_08_23_143622_create_pivot_date_formats_table',105),(421,'2023_08_29_124109_create_user_short_links_table',105),(422,'2023_08_29_162150_update_dsc_grid_for_chinese_support',105),(423,'2023_09_01_102027_create_dstw_item_slots_table',105),(424,'2023_09_12_093023_add_textract_json_to_raw_receipts',105),(425,'2023_09_19_121726_create_ocr_request_log_variants',105),(426,'2023_09_19_131523_update_dsc_user_cards_columns',105),(427,'2023_09_22_161211_alter_dyn_redeem_code_tbl',105),(428,'2023_10_14_020713_update_dsc_grid_for_chinese_support_title',105),(429,'2023_10_18_225534_add_additional_fields_to_receipt_entry_ocr_summaries_table',105),(430,'2023_10_27_003703_add_analytics_column_to_receipt_entry_product_relations_table',105),(431,'2023_11_01_094526_update_users_table_for_passcode_registrations',105),(432,'2023_11_06_141952_add_year_col_to_users_table',105),(433,'2023_11_15_144020_add_group_column_in_dstw_item_vouchers_table',105),(434,'2024_01_10_184401_create_menuses_table',105),(435,'2024_01_19_144834_create_business_account_details_table',105),(436,'2024_01_19_144834_create_business_account_groups_table',105),(437,'2024_01_19_144835_add_color_column_in_menus_table',105),(438,'2024_03_04_231359_add_birth_month_and_birth_year_fields_to_users_table',105),(439,'2024_03_13_162452_add_qualifying_spend_total_column_to_receipt_entry_ocr_summaries_table',105),(440,'2024_03_18_184344_alter_name_column_in_products_table',105),(441,'2024_04_30_182051_add_image_column_in_business_account_details_table',105),(442,'2024_04_30_183043_delete_addiotnal_column_in_business_account_details',105),(443,'2024_06_03_172516_add_is_admin_email_column_in_notification_templates',105),(444,'2024_06_07_190848_add_product_group_id_to_products_table',105),(445,'2024_06_07_205456_add_product_group_id_to_stores_table',105),(446,'2024_06_15_002321_add_foreign_key_constraint_to_product_group_id_in_products_table',105),(447,'2024_06_15_002343_add_foreign_key_constraint_to_product_group_id_in_stores_table',105),(448,'2024_07_01_021613_create_reward_group_table',105),(449,'2024_07_19_123905_alter_columns_notification_templates_in_voucher_series_table',105),(450,'2024_07_25_143429_add_column_status_messages_in_dsc_grids_table',105),(451,'2024_07_26_140852_add_column_grid_completion_limit_in_dsc_grid_table',105),(452,'2024_07_30_172839_add_column_rejected_grid_message_in_dsc_grids_table',105),(453,'2024_08_07_164110_create_import_merchant_and_product_logs_table',105),(454,'2024_08_15_144018_move_hostname_column_to_after_id_in_business_accounts_table',105),(455,'2024_09_02_125301_create_verification_codes_table',105),(456,'2024_09_18_162900_create_user_notifications_table',105),(457,'2024_09_19_103150_alter_content_column_in_notification_logs',105),(458,'2024_09_24_211847_add_column_skale_vlm_json_in_raw_receipts_table',105),(459,'2024_10_03_175025_create_user_fund_transfer_details',105),(460,'2024_10_14_171510_add_is_pool_in_voucher_series_table',105),(461,'2024_10_17_132642_add_foreign_index_in_voucher_series_table',105),(462,'2024_10_17_133202_create_voucher_series_limit_schedules_table',105),(463,'2024_10_22_164247_add_column_last_name_to_users_table',105),(464,'2024_10_23_172341_add_extra_fields_to_receipt_entry_user_inputs_table',105),(465,'2024_10_25_170456_add_additional_fields_to_receipt_entries_table',105),(466,'2024_11_05_120955_create_sessions_table',105),(467,'2024_11_11_144008_create_game_session_states_table',105),(468,'2024_12_03_112357_add_provisioned_voucher_to_game_session_states_table',105),(469,'2024_12_16_152459_create_variants_table',105),(470,'2024_12_16_152505_create_variant_values_table',105),(471,'2024_12_16_152513_create_variant_combinations_table',105),(472,'2024_12_18_184840_add_variant_combination_id_to_vouchers_table',105),(473,'2025_01_06_002116_add_user_address_id_to_vouchers_table',105),(474,'2025_01_06_002412_add_city_to_user_addresses_table',105),(475,'2025_01_09_125151_create_tags_table',105),(476,'2025_01_09_130635_create_tag_users_table',105),(477,'2025_01_09_131957_create_tag_receipts_table',105),(478,'2025_01_09_153709_create_draw_tables',105),(479,'2025_01_10_161444_add_business_account_id_to_tags_table',105),(480,'2025_01_12_170557_add_google_analytics_cookies_to_user_utm_tracks_table',105),(481,'2025_01_22_001634_add_type_to_user_addresses_table',105),(482,'2025_04_05_135400_add_wa_username_to_users_table',105),(484,'2026_04_14_172033_add_wa_bsuid_to_users_table',106);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `model_has_permissions`
--

DROP TABLE IF EXISTS `model_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_permissions` (
  `permission_id` int unsigned NOT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_permissions`
--

LOCK TABLES `model_has_permissions` WRITE;
/*!40000 ALTER TABLE `model_has_permissions` DISABLE KEYS */;
INSERT INTO `model_has_permissions` VALUES (4,'App\\User',1),(5,'App\\User',1),(4,'App\\User',2),(5,'App\\User',2),(8,'App\\User',2),(4,'App\\User',8),(5,'App\\User',8),(8,'App\\User',8);
/*!40000 ALTER TABLE `model_has_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `model_has_roles`
--

DROP TABLE IF EXISTS `model_has_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_roles` (
  `role_id` int unsigned NOT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_roles`
--

LOCK TABLES `model_has_roles` WRITE;
/*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */;
INSERT INTO `model_has_roles` VALUES (1,'App\\User',1),(4,'App\\User',1),(1,'App\\User',2),(4,'App\\User',2),(1,'App\\User',8),(4,'App\\User',8);
/*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `modules`
--

DROP TABLE IF EXISTS `modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `modules` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disabled',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `modules_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `modules`
--

LOCK TABLES `modules` WRITE;
/*!40000 ALTER TABLE `modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `newsletters`
--

DROP TABLE IF EXISTS `newsletters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `newsletters` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `request_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `newsletters`
--

LOCK TABLES `newsletters` WRITE;
/*!40000 ALTER TABLE `newsletters` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_logs`
--

DROP TABLE IF EXISTS `notification_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notification_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `template_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `notification_logs_template_slug(11)_index` (`template_slug`(11)),
  KEY `notification_logs_user_id_index` (`user_id`),
  KEY `notification_logs_type(2)_status(4)_user_id_index` (`type`(2),`status`(4),`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_logs`
--

LOCK TABLES `notification_logs` WRITE;
/*!40000 ALTER TABLE `notification_logs` DISABLE KEYS */;
INSERT INTO `notification_logs` VALUES (1,8,'6363','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"63\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 04:06:28','2026-05-12 04:06:28'),(2,8,'6363','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"63\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 04:23:05','2026-05-12 04:23:05'),(3,8,'6363','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"63\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 05:15:53','2026-05-12 05:15:53'),(4,8,'6363','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"63\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 05:31:48','2026-05-12 05:31:48'),(5,8,'@wi**********ne','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"@wilson_nophone\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 05:47:26','2026-05-12 05:47:26'),(6,8,'@wi**********ne','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"@wilson_nophone\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 05:50:15','2026-05-12 05:50:15'),(7,8,'@wi**********ne','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"@wilson_nophone\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-12 08:23:19','2026-05-12 08:23:19'),(8,8,'@wi**********ne','receipt_approval_approved','whatsapp','{\"locale\":\"en\",\"template_slug\":\"UserName Testing Upload Receipt Approved\",\"recipient_mobile\":\"@wilson_nophone\",\"parameters\":{\"number_of_chance\":1,\"number_of_points\":0,\"number_of_voucher\":0,\"use_voucher_link\":\"-\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','sent','2026-05-13 09:09:25','2026-05-13 09:09:25');
/*!40000 ALTER TABLE `notification_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_template_unsubscribes`
--

DROP TABLE IF EXISTS `notification_template_unsubscribes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notification_template_unsubscribes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `template_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `notification_template_unsubscribes_template_id_user_id_index` (`template_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_template_unsubscribes`
--

LOCK TABLES `notification_template_unsubscribes` WRITE;
/*!40000 ALTER TABLE `notification_template_unsubscribes` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_template_unsubscribes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_templates`
--

DROP TABLE IF EXISTS `notification_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notification_templates` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL,
  `cta_action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cta_target` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `language` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en',
  `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `model_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `model_id` bigint DEFAULT NULL,
  `admin_email_to` text COLLATE utf8mb4_unicode_ci,
  `admin_email_cc` text COLLATE utf8mb4_unicode_ci,
  `admin_email_bcc` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `account_slug_type_index` (`business_account_id`,`slug`(20),`type`(6))
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_templates`
--

LOCK TABLES `notification_templates` WRITE;
/*!40000 ALTER TABLE `notification_templates` DISABLE KEYS */;
INSERT INTO `notification_templates` VALUES (1,'welcome_with_otp_retry','sms',NULL,'WA Username Test: OTP: {{otp_code}} Thank you for registering with us! Enter the OTP or verify via this link: {{login_url}}',0,NULL,NULL,'en','active','Sent upon registration with OTP password for mobile verification ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(2,'welcome_with_otp','sms',NULL,'WA Username Test: {{otp_code}} Thank you for registering with us! Enter the OTP or verify via this link: {{login_url}}',0,NULL,NULL,'en','active','Sent upon registration with OTP password for mobile verification ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(3,'user_relogin','sms',NULL,'WA Username Test: Login to your account via this link: {{login_url}}',0,NULL,NULL,'en','active','Sent when user is logged out and attempts to relogin to platform',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(4,'user_login_via_otp','sms',NULL,'WA Username Test: Your OTP To Login is: {{otp_code}}',0,NULL,NULL,'en','active','Sent when user is logged out and attempts to relogin to platform via OTP',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(5,'receipt_approval_approved','sms',NULL,'WA Username Test: Your receipt has been approved. Login to your account via this link:{{login_url}}',0,NULL,NULL,'en','inactive','Shown when receipt uploaded is approved ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(6,'receipt_approval_approved','in-app',NULL,'WA Username Test: Your receipt has been approved.',0,NULL,NULL,'en','inactive','Shown when receipt uploaded is approved ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(7,'receipt_approval_rejected','in-app',NULL,'WA Username Test: Your receipt has been rejected.',0,NULL,NULL,'en','inactive','Shown when receipt uploaded is rejected ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(8,'referral_success','in-app',NULL,'WA Username Test: Congratulations! Someone registered using your referral link. You have been credited with additional tokens.',0,'referral',NULL,'en','active','Shown when user successfully refers new prospect and prospect registers for platform',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(9,'referral_limit_reached','in-app',NULL,'WA Username Test: You have reached the maximum referral reward limit of {{limit}}. Thank you for spreading the word!',0,NULL,NULL,'en','active','Shown when referrer reaches maximum referral reward limit',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(10,'main_game_reward','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user played main game regardless of win or lose',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(11,'main_game_reward_won','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user played main game and win the game',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(12,'main_game_reward_lose','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user played main game and lose the game',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(13,'bonus_reward_voucher_provisioning','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user received reward by completed X number of grid',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(14,'upon_check_in','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user successfully check in',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(15,'upon_big_giveaway_challenge','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user successfully scan a QR code',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(16,'upon_login','in-app',NULL,'',0,NULL,NULL,'en','inactive','Shown when user successfully login',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(17,'receipt_approval_approved','whatsapp',NULL,'UserName Testing Upload Receipt Approved',0,NULL,NULL,'en','active','Shown when receipt uploaded is approved ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1),(18,'receipt_approval_rejected','whatsapp',NULL,'UserName Testing Upload Receipt Rejected',0,NULL,NULL,'en','active','Shown when receipt uploaded is rejected ',NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:36:24','2026-04-07 06:36:24',1);
/*!40000 ALTER TABLE `notification_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notifications`
--

DROP TABLE IF EXISTS `notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notifications` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `issue_module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cta_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cta_target` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_date` date NOT NULL,
  `issue_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_cta_clicked` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `is_notify` tinyint(1) NOT NULL DEFAULT '0',
  `notification_template_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `notifications_issue_module_user_id_index` (`issue_module`,`user_id`),
  KEY `notifications_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notifications`
--

LOCK TABLES `notifications` WRITE;
/*!40000 ALTER TABLE `notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_access_tokens`
--

DROP TABLE IF EXISTS `oauth_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `client_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scopes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_access_tokens_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_access_tokens`
--

LOCK TABLES `oauth_access_tokens` WRITE;
/*!40000 ALTER TABLE `oauth_access_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_access_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_auth_codes`
--

DROP TABLE IF EXISTS `oauth_auth_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `client_id` bigint unsigned NOT NULL,
  `scopes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_auth_codes_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_auth_codes`
--

LOCK TABLES `oauth_auth_codes` WRITE;
/*!40000 ALTER TABLE `oauth_auth_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_auth_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_clients`
--

DROP TABLE IF EXISTS `oauth_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_clients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redirect` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_clients_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_clients`
--

LOCK TABLES `oauth_clients` WRITE;
/*!40000 ALTER TABLE `oauth_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_personal_access_clients`
--

DROP TABLE IF EXISTS `oauth_personal_access_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_personal_access_clients`
--

LOCK TABLES `oauth_personal_access_clients` WRITE;
/*!40000 ALTER TABLE `oauth_personal_access_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_personal_access_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_refresh_tokens`
--

DROP TABLE IF EXISTS `oauth_refresh_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `access_token_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_refresh_tokens`
--

LOCK TABLES `oauth_refresh_tokens` WRITE;
/*!40000 ALTER TABLE `oauth_refresh_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_refresh_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_criteria_configs`
--

DROP TABLE IF EXISTS `ocr_criteria_configs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_criteria_configs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `upload_date_from` date NOT NULL,
  `upload_date_to` date NOT NULL,
  `receipt_date_from` date NOT NULL,
  `receipt_date_to` date NOT NULL,
  `data_setting_json` longtext COLLATE utf8mb4_unicode_ci,
  `reward_setting_json` longtext COLLATE utf8mb4_unicode_ci,
  `configurable_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `configurable_id` bigint unsigned DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `upload_period_index` (`business_account_id`,`upload_date_from`,`upload_date_to`),
  KEY `configurable_index` (`configurable_type`,`configurable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_criteria_configs`
--

LOCK TABLES `ocr_criteria_configs` WRITE;
/*!40000 ALTER TABLE `ocr_criteria_configs` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_criteria_configs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_job_requests`
--

DROP TABLE IF EXISTS `ocr_job_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_job_requests` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  `service_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempt_at` timestamp NULL DEFAULT NULL,
  `completed_at` timestamp NULL DEFAULT NULL,
  `job_uuid` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requester_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `requester_id` bigint unsigned DEFAULT NULL,
  `ocr_request_log_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `main_index` (`business_account_id`,`uuid`),
  KEY `requester_index` (`requester_type`,`requester_id`),
  KEY `ocr_job_requests_ocr_request_log_id_index` (`ocr_request_log_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_job_requests`
--

LOCK TABLES `ocr_job_requests` WRITE;
/*!40000 ALTER TABLE `ocr_job_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_job_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_keywords`
--

DROP TABLE IF EXISTS `ocr_keywords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_keywords` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `keywords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ocr_keywords_business_account_id_type_index` (`business_account_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_keywords`
--

LOCK TABLES `ocr_keywords` WRITE;
/*!40000 ALTER TABLE `ocr_keywords` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_keywords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_negative_keywords`
--

DROP TABLE IF EXISTS `ocr_negative_keywords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_negative_keywords` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_negative_keywords`
--

LOCK TABLES `ocr_negative_keywords` WRITE;
/*!40000 ALTER TABLE `ocr_negative_keywords` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_negative_keywords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_request_log_variants`
--

DROP TABLE IF EXISTS `ocr_request_log_variants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_request_log_variants` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `ocr_request_log_id` bigint unsigned NOT NULL,
  `service_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `ocr_result` longtext COLLATE utf8mb4_unicode_ci,
  `process_time_took` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ocr_request_log_variants_ocr_request_log_id_index` (`ocr_request_log_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_request_log_variants`
--

LOCK TABLES `ocr_request_log_variants` WRITE;
/*!40000 ALTER TABLE `ocr_request_log_variants` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_request_log_variants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_request_logs`
--

DROP TABLE IF EXISTS `ocr_request_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_request_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `raw_receipt_id` bigint unsigned NOT NULL,
  `ocr_result` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `user_id` bigint unsigned DEFAULT NULL,
  `service_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `process_time_took` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `response_time_took` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `response_payload` text COLLATE utf8mb4_unicode_ci,
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_hybrid` tinyint(1) NOT NULL DEFAULT '0',
  `is_internal` tinyint(1) NOT NULL DEFAULT '0',
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ocr_request_logs_business_account_id_index` (`business_account_id`),
  KEY `ocr_request_logs_raw_receipt_id_index` (`raw_receipt_id`),
  KEY `ocr_request_logs_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_request_logs`
--

LOCK TABLES `ocr_request_logs` WRITE;
/*!40000 ALTER TABLE `ocr_request_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_request_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ocr_samples`
--

DROP TABLE IF EXISTS `ocr_samples`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ocr_samples` (
  `id` int NOT NULL AUTO_INCREMENT,
  `receipt_url` text NOT NULL,
  `requirements` text,
  `image_to_text` text NOT NULL,
  `remark` text NOT NULL,
  `ocr_result` longtext,
  `receipt_uid` varchar(20) DEFAULT NULL,
  `retail_partner` varchar(50) DEFAULT NULL,
  `dsc_merchant_sn_detected` int DEFAULT NULL,
  `dsc_merchant_sid_expected` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ocr_samples_dsc_merchant_sn_detected_index` (`dsc_merchant_sn_detected`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ocr_samples`
--

LOCK TABLES `ocr_samples` WRITE;
/*!40000 ALTER TABLE `ocr_samples` DISABLE KEYS */;
/*!40000 ALTER TABLE `ocr_samples` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `password_resets`
--

DROP TABLE IF EXISTS `password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_resets` (
  `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  KEY `password_resets_email_index` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `password_resets`
--

LOCK TABLES `password_resets` WRITE;
/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `permissions`
--

DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `permissions`
--

LOCK TABLES `permissions` WRITE;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
INSERT INTO `permissions` VALUES (1,'menu access permission','web','2022-06-30 14:18:29','2022-06-30 14:18:29'),(2,'all asset sub menu access','web','2022-06-30 14:18:29','2022-06-30 14:18:29'),(3,'verify asset sub menu access','web','2022-06-30 14:18:29','2022-06-30 14:18:29'),(4,'blast-btn-send-test','web','2022-07-25 08:20:31','2022-07-25 08:20:31'),(5,'blast-btn-create-schedule','web','2022-07-25 08:20:32','2022-07-25 08:20:32'),(6,'customise-project','web','2026-04-07 06:34:04','2026-04-07 06:34:04'),(7,'can-create-project','web','2026-04-07 06:34:04','2026-04-07 06:34:04'),(8,'can-manage-smart-receipt-service','web','2026-04-07 06:34:04','2026-04-07 06:34:04'),(9,'can-manage-smart-receipt-engine','web','2026-04-07 06:34:04','2026-04-07 06:34:04');
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pivot_challenges`
--

DROP TABLE IF EXISTS `pivot_challenges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pivot_challenges` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `challenge_id` bigint unsigned NOT NULL,
  `model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `short_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `reward_details` text COLLATE utf8mb4_unicode_ci,
  `setting_details` text COLLATE utf8mb4_unicode_ci,
  `pivot_details` longtext COLLATE utf8mb4_unicode_ci,
  `order` int DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `foreign_link_index` (`model_type`,`model_id`),
  KEY `pivot_challenges_challenge_id_index` (`challenge_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pivot_challenges`
--

LOCK TABLES `pivot_challenges` WRITE;
/*!40000 ALTER TABLE `pivot_challenges` DISABLE KEYS */;
/*!40000 ALTER TABLE `pivot_challenges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pivot_date_formats`
--

DROP TABLE IF EXISTS `pivot_date_formats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pivot_date_formats` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `dateable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `dateable_id` bigint unsigned NOT NULL,
  `format_json` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dateable_index` (`dateable_type`,`dateable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pivot_date_formats`
--

LOCK TABLES `pivot_date_formats` WRITE;
/*!40000 ALTER TABLE `pivot_date_formats` DISABLE KEYS */;
/*!40000 ALTER TABLE `pivot_date_formats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_growth_token_transactions`
--

DROP TABLE IF EXISTS `plant_growth_token_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_growth_token_transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `receipt_uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `num_token_issued` decimal(8,2) NOT NULL DEFAULT '0.00',
  `issue_datetime` datetime NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `plant_growth_token_transactions_user_id_id_index` (`user_id`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_growth_token_transactions`
--

LOCK TABLES `plant_growth_token_transactions` WRITE;
/*!40000 ALTER TABLE `plant_growth_token_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_growth_token_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_summary_user_plant_progress`
--

DROP TABLE IF EXISTS `plant_summary_user_plant_progress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_summary_user_plant_progress` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `plant_user_plant_id` int unsigned NOT NULL,
  `progress_date` date NOT NULL,
  `progress_earned` decimal(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `plant_summary_user_plant_progress_plant_user_plant_id_index` (`plant_user_plant_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_summary_user_plant_progress`
--

LOCK TABLES `plant_summary_user_plant_progress` WRITE;
/*!40000 ALTER TABLE `plant_summary_user_plant_progress` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_summary_user_plant_progress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_supplement_transactions`
--

DROP TABLE IF EXISTS `plant_supplement_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_supplement_transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `plant_supplement_id` int unsigned NOT NULL,
  `plant_user_plant_id` int unsigned NOT NULL,
  `trans_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `trans_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_date` date NOT NULL,
  `issue_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `trans_link_model` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `trans_link_id` int unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `plant_supplement_transactions_plant_supplement_id_index` (`plant_supplement_id`),
  KEY `user_plant_supplement_idx` (`plant_user_plant_id`,`plant_supplement_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_supplement_transactions`
--

LOCK TABLES `plant_supplement_transactions` WRITE;
/*!40000 ALTER TABLE `plant_supplement_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_supplement_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_supplements`
--

DROP TABLE IF EXISTS `plant_supplements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_supplements` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `img_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `img_token_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `min_unit_per_day` int unsigned NOT NULL,
  `max_unit_per_day` int unsigned NOT NULL,
  `token_per_refill` decimal(8,2) DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `sorting` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `plant_supplements_slug_unique` (`slug`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_supplements`
--

LOCK TABLES `plant_supplements` WRITE;
/*!40000 ALTER TABLE `plant_supplements` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_supplements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_user_plants`
--

DROP TABLE IF EXISTS `plant_user_plants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_user_plants` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `plant_growth_token_id` int unsigned DEFAULT NULL,
  `plant_seed_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `plant_progress` decimal(8,2) NOT NULL,
  `plant_level` int unsigned NOT NULL,
  `plant_growth_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `plant_user_plants_user_id_index` (`user_id`),
  KEY `plant_user_plants_plant_growth_token_id_index` (`plant_growth_token_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_user_plants`
--

LOCK TABLES `plant_user_plants` WRITE;
/*!40000 ALTER TABLE `plant_user_plants` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_user_plants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_user_summary_progress`
--

DROP TABLE IF EXISTS `plant_user_summary_progress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_user_summary_progress` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `growth_token_balance` decimal(8,2) NOT NULL DEFAULT '0.00',
  `supplement_balance_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `plugin_interact_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_interact_at` datetime DEFAULT NULL,
  `reset_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `plant_user_summary_progress_user_id_unique` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_user_summary_progress`
--

LOCK TABLES `plant_user_summary_progress` WRITE;
/*!40000 ALTER TABLE `plant_user_summary_progress` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_user_summary_progress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plant_users`
--

DROP TABLE IF EXISTS `plant_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `plant_users` (
  `sn` int NOT NULL AUTO_INCREMENT,
  `mobile_verified` tinyint(1) NOT NULL DEFAULT '0',
  `user_uid` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_name` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_email` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_mobile` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_email_masked` text NOT NULL,
  `user_mobile_masked` text NOT NULL,
  `user_avatar` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
  `dob` date DEFAULT NULL,
  `state` varchar(191) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `user_membership_id` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `membership_synced_date` datetime DEFAULT NULL,
  `is_membership_auto_sync_mode` tinyint(1) DEFAULT NULL,
  `user_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_progress` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `user_reg_timestamp` timestamp NULL DEFAULT NULL,
  `user_last_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_last_active_timestamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_last_use_timestamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_verified_timestamp` timestamp NULL DEFAULT NULL,
  `user_activated_timestamp` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`sn`),
  KEY `plant_users_user_uid(6)_index` (`user_uid`(6))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plant_users`
--

LOCK TABLES `plant_users` WRITE;
/*!40000 ALTER TABLE `plant_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `plant_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `point_transactions`
--

DROP TABLE IF EXISTS `point_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `point_transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `trans_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `trans_amount` decimal(8,2) NOT NULL,
  `trans_remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_date` date NOT NULL,
  `issue_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_auto_approved` tinyint NOT NULL DEFAULT '1',
  `approval_at` timestamp NULL DEFAULT NULL,
  `approver_user_id` bigint unsigned DEFAULT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `trans_link_model` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `trans_link_id` bigint unsigned DEFAULT NULL,
  `forfeit_link_model` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `forfeit_link_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `plant_token_transactions_user_id_trans_type_index` (`user_id`,`trans_type`),
  KEY `user_status_index` (`status`,`user_id`),
  KEY `foreign_link_index` (`status`,`trans_type`,`trans_link_id`),
  KEY `point_transactions_approver_user_id_index` (`approver_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `point_transactions`
--

LOCK TABLES `point_transactions` WRITE;
/*!40000 ALTER TABLE `point_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `point_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_categories`
--

DROP TABLE IF EXISTS `product_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name_en` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `product_categories_business_account_id_index` (`business_account_id`),
  KEY `product_categories_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_categories`
--

LOCK TABLES `product_categories` WRITE;
/*!40000 ALTER TABLE `product_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_categories_voucher_series_relation`
--

DROP TABLE IF EXISTS `product_categories_voucher_series_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_categories_voucher_series_relation` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` int NOT NULL,
  `category_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_categories_voucher_series_relation`
--

LOCK TABLES `product_categories_voucher_series_relation` WRITE;
/*!40000 ALTER TABLE `product_categories_voucher_series_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_categories_voucher_series_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_groups`
--

DROP TABLE IF EXISTS `product_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `product_groups_business_account_id_slug(6)_index` (`business_account_id`,`slug`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_groups`
--

LOCK TABLES `product_groups` WRITE;
/*!40000 ALTER TABLE `product_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products`
--

DROP TABLE IF EXISTS `products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `products` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `product_sn` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sku_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_group_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `keywords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `negative_keywords` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `point` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `retail_partner` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `discounted_price` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `rrp` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sku` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ocr_criteria_json` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `product_group_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `products_product_group_slug_index` (`product_group_slug`),
  KEY `products_product_group_id_index` (`product_group_id`),
  FULLTEXT KEY `name` (`name`),
  CONSTRAINT `products_product_group_id_foreign` FOREIGN KEY (`product_group_id`) REFERENCES `product_groups` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `products`
--

LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qr_scan_logs`
--

DROP TABLE IF EXISTS `qr_scan_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `qr_scan_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `qr_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `qr_value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_date` date NOT NULL,
  `created_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `source_model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `source_model_id` bigint unsigned NOT NULL,
  `user_daily_challenge_id` bigint unsigned DEFAULT NULL,
  `file_hash` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `qr_scan_logs_user_id_qr_key(10)_index` (`user_id`,`qr_key`(10)),
  KEY `source_model_index` (`source_model_type`,`source_model_id`),
  KEY `qr_scan_logs_user_daily_challenge_id_index` (`user_daily_challenge_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qr_scan_logs`
--

LOCK TABLES `qr_scan_logs` WRITE;
/*!40000 ALTER TABLE `qr_scan_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `qr_scan_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_choices`
--

DROP TABLE IF EXISTS `question_choices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `question_choices` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `question_id` int unsigned NOT NULL,
  `choice_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `choice_img_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `question_choices_question_id_index` (`question_id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `question_choices`
--

LOCK TABLES `question_choices` WRITE;
/*!40000 ALTER TABLE `question_choices` DISABLE KEYS */;
INSERT INTO `question_choices` VALUES (1,1,'Egg',NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(2,1,'Heart',NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(3,1,'Head',NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(4,1,'Brain',NULL,'2026-04-07 06:36:25','2026-04-07 06:36:25'),(5,2,'Cat',NULL,'2026-04-13 09:10:24','2026-04-13 09:10:24'),(6,2,'Dog',NULL,'2026-04-13 09:10:24','2026-04-13 09:10:24'),(7,2,'Both',NULL,'2026-04-13 09:10:24','2026-04-13 09:10:24'),(8,2,'Neither',NULL,'2026-04-13 09:10:24','2026-04-13 09:10:24'),(9,6,'<1 year',NULL,'2026-04-16 00:12:50','2026-04-16 00:12:50'),(10,6,'1-5 years',NULL,'2026-04-16 00:12:50','2026-04-16 00:12:50'),(11,6,'5-10 years',NULL,'2026-04-16 00:12:51','2026-04-16 00:12:51'),(12,6,'10 years+',NULL,'2026-04-16 00:12:51','2026-04-16 00:12:51'),(13,7,'Yes',NULL,'2026-04-16 00:12:51','2026-04-16 00:12:51'),(14,7,'No',NULL,'2026-04-16 00:12:51','2026-04-16 00:12:51');
/*!40000 ALTER TABLE `question_choices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `questions`
--

DROP TABLE IF EXISTS `questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `questions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `question_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `question_choice_id` int unsigned DEFAULT NULL,
  `daily_challenge_id` bigint unsigned DEFAULT NULL,
  `setting_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `questions_question_choice_id_index` (`question_choice_id`),
  KEY `questions_business_account_id_status(3)_index` (`business_account_id`,`status`(3))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `questions`
--

LOCK TABLES `questions` WRITE;
/*!40000 ALTER TABLE `questions` DISABLE KEYS */;
INSERT INTO `questions` VALUES (1,1,'What has to be broken before you can use it!',1,NULL,NULL,'active','2026-04-07 06:36:25','2026-04-07 06:36:25'),(2,1,'Are you a cat or a dog person?',NULL,NULL,NULL,'active','2026-04-13 09:10:24','2026-04-13 09:10:24'),(3,1,'Which pet clinic or pet expo did you register from? (Reply ‘NONE’ if you did not register from any.)',NULL,NULL,NULL,'active','2026-04-16 00:11:54','2026-04-16 00:11:54'),(4,1,'What is the breed of your pet?',NULL,NULL,NULL,'active','2026-04-16 00:12:14','2026-04-16 00:12:14'),(5,1,'What is the name of your pet? (Just reply your pet name)',NULL,NULL,NULL,'active','2026-04-16 00:12:50','2026-04-16 00:12:50'),(6,1,'How old is your pet?',NULL,NULL,NULL,'active','2026-04-16 00:12:50','2026-04-16 00:12:50'),(7,1,'Are you a multiple pet household? (more than 1 pet)',NULL,NULL,NULL,'active','2026-04-16 00:12:51','2026-04-16 00:12:51');
/*!40000 ALTER TABLE `questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `raw_keywords`
--

DROP TABLE IF EXISTS `raw_keywords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `raw_keywords` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `raw_keywords_key_index` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `raw_keywords`
--

LOCK TABLES `raw_keywords` WRITE;
/*!40000 ALTER TABLE `raw_keywords` DISABLE KEYS */;
INSERT INTO `raw_keywords` VALUES (1,'user-name-word','eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYWwyeE9Od2ZXMFwvdjZKamI5ZHVJUEE9PSIsIm1hYyI6Ijc0NzVmM2NiMWVkMGI3YWM4NzZlMmJmMzk0MGM4MWVkZWEyZmIyYTdhYjU3NjY4MDIxNTEwYzc3NGU1MmEyZjUifQ==','2022-11-09 03:05:34','2022-11-09 03:05:34'),(2,'user-name-word','eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiaWpsMG1vQWx1YWJhbDZwUUxMQ1NKdz09IiwibWFjIjoiYThhYWY3NjExOGM4OTZhZjU1NDVlNjQ3MTk0ZmUwMzFkNjU0MjFiMDQwMWJhOWNiNzMwMGE2MjU1MjZmNDliMSJ9','2022-11-09 03:05:34','2022-11-09 03:05:34'),(3,'user-email-word','eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSlhXQnJ3akxmZkFpRzVvXC9lQ2FLQUE9PSIsIm1hYyI6IjVjZDI0YjkzNDM4ZjU1Mjc4NmRmYWE3NWVlZDFlYjZiNjZlMDk0ODM2OWQwZGIyMGY2NGFhNDUwNjBhYTY5ZGMifQ==','2022-11-09 03:05:34','2022-11-09 03:05:34'),(4,'user-email-word','eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiZWZlQmVxa2p1SFpIbGhnRUxpYWh3dz09IiwibWFjIjoiMDg3NTVlMzI3MzY0Nzk4N2JlZDVkNzk3ODlkOWQ5OTcxNjZkNzAzNDdiZjlmMmY3ODdmMGJhOWZiYzM0MDRkMiJ9','2022-11-09 03:05:34','2022-11-09 03:05:34'),(5,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiSFJlSmxFWmxaam9rT21xUzZrbHpEZz09IiwibWFjIjoiY2RjMjcxYjAyODY4MmU4MTU4NzkyOWQ0YTY3ODBmNjZjNTFmOGIzNTYyOTdhZTQzZjljZDBhYWQ2MTY5ZWU4NSJ9','2026-04-07 06:38:12','2026-04-07 06:38:12'),(6,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieFQ1XC9aUldJNHBzY3JONTJxOXlXSUE9PSIsIm1hYyI6IjkyZmRmN2FkNWM0YTZkZTVkODhhMzM1NDljNWM5MTJjMGJjNGU3NDdmOWJlZDRkMWIzNzkwMTJjOGI1MDVjZmQifQ==','2026-04-07 06:38:12','2026-04-07 06:38:12'),(7,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiSGF3cDdzcG1NcXFiOFhTMUJRTDMydz09IiwibWFjIjoiZDY5ZDliZjU2NTYwMWFhNDcyMGY1OTZlMDljM2JkYTY0N2FiMDk3NTJmN2Y1MGMzM2U5YzAzMWExNDM3MTQ3ZCJ9','2026-04-07 06:38:12','2026-04-07 06:38:12'),(8,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiSEtweDJuTzNoTHY2dm5Ld2QyeDlUbWJCOFoxZmRCSWgxMld1UFwvMFV0VkxPdTZvRjJ1SjVaMTBoT2gwbXhuRmgxS0IrUGZqT0d0Z0QwUXl0MytXUUcreHJmVFp5TzBISW9UMlNsOGV5SzRBUXBMcmZPajhNbE9GV0RNTXpTQjlrU1N1ckhycThJbmhcL3R2SlVxa3dndlwvRk9rd2FIenNUeGhRMmlEK0ZcL0JYaWEzb0JCY0QwYmpENmVybDNwekxmWmZOOWc2ZUpzbTZKSUV2ajR1RFFaOVRGTkdqaVdrTDJLUUpxYldcL0MyTk5PWTVoWCtraHlURFVESmtzd1NDaElvV1FrWTBPZEU3NUVQYXlYSkJMRGxZUT09IiwibWFjIjoiY2YyZTkwNjNkZDhiOWFhZTY1NzkzMzM0YmU5MTEyZjcyYWIwNWI3NmY1OTI4MjA5ZDQ1YmZhZTNlODI1MTRjZCJ9','2026-04-07 07:02:48','2026-04-07 07:02:48'),(9,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoicmpoQ2ZBRFwvbmlRQlVqbWQyTEdkWkE9PSIsIm1hYyI6IjYzMjlhMTUxYTcxZjZlYzNiMzE1OGE5NjhlNDVlNTc4ZDU1MjQ5ZmE2M2I0OTA4NWI4MjAxNzg5NmZjOWViZWEifQ==','2026-04-07 07:02:48','2026-04-07 07:02:48'),(10,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoicElUSGVTTTNnYSs0Nkt5UVlOVGdzUT09IiwibWFjIjoiOGRjZWM0MjY3ZGU3MTk5ZmU2YWMxNzZiYzk4ZmJlNmRkZDdlM2MwYWQzNGJhZjU2OTEwNGI3OGU2OTEyYjVlYyJ9','2026-04-07 07:02:48','2026-04-07 07:02:48'),(11,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMjl1Nmlmcml2RkFyaDE1Y1AzaXRTZz09IiwibWFjIjoiMzRjNzA4ZjQ0YzU1YWM2MTNjMDhjYjkxMGIyZjg5Y2JiZTM4Y2RlZDFkNzhiYTMzZjg5NjkwOTI0NWZjM2M4NCJ9','2026-04-07 07:14:17','2026-04-07 07:14:17'),(12,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiS0h6UFFlRzlYQVhZSmJzd1FWTzJmUT09IiwibWFjIjoiMmQ5YzE3MWE5NzE0MTdlOWRiYjFmNmNlMjgzYjcyNjY2N2Y0OWQxMTM4MzgxNGNjOGVjNDQzMTAyYWUyMTc2ZiJ9','2026-04-07 07:14:17','2026-04-07 07:14:17'),(13,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoidXFKd0RIY2VzY0V4VDl4XC9tc0hSRXc9PSIsIm1hYyI6ImVmZWY2ZDM3NzM2NjZhMjA5MDQ1ZTUxZjlhNGJlODczNmQ5NTI4OWYxOGQyNDllNjhkZWRlNTg0YmVmNzEyZjEifQ==','2026-04-07 07:14:17','2026-04-07 07:14:17'),(14,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9','2026-04-16 00:11:35','2026-04-16 00:11:35'),(15,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9','2026-04-16 00:11:41','2026-04-16 00:11:41'),(16,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHBWQzJsQ3NHUDV6R2R3a0ZkSUIwUT09IiwibWFjIjoiMDdhZjY5ZmJiODQ2NDk4MDAxNjRiOTE4ZDVhZDc1ZGYyOWE4ZGYyZDYzMzcwNDgxYzYyNDhmODk3YTQwYzIyOSJ9','2026-04-16 00:11:41','2026-04-16 00:11:41'),(17,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiT2JPVkdmMVwva2R3aXRCY1NrSGRWTXc9PSIsIm1hYyI6IjkwMGU0MjE5MjBlNjM1NjAwNGFmNTEwYzVlMTM5MDYzNDMwM2I1YTc3ZWM4YTQ5MmIwNDAyMmY3YTg0OTU2YzQifQ==','2026-04-16 03:16:49','2026-04-16 03:16:49'),(18,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiTEJ4K3B2SjF6TldHY01wK3dlV0dOdz09IiwibWFjIjoiZjEzOTRhY2Q5MjM2ZDIzOTVmNTIzOWI5OTg2YjQ0YjUxMzYwYzU0NmEwOTIzOGYyNTUzY2Q1YjAyMTM4ZDU2NCJ9','2026-04-16 03:17:10','2026-04-16 03:17:10'),(19,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY25lNVlWNmxnZ1NsZXRRV2lKa3gzUT09IiwibWFjIjoiNTdkZWUzOGNiN2RmYmUwZjFhMzNmYzY2ZDhiZDM1NWZlYzBmYTQ4N2E5MWM0NWEzMTBlNjc3NjA1NTYyZjY1ZCJ9','2026-05-07 10:26:31','2026-05-07 10:26:31'),(20,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQVRtU05JWWxrM2Z5XC9ESzdUK2E4THc9PSIsIm1hYyI6IjFiOTMwZjM4YTQwZTk0MGUzZDA4OTQxMjdmYWQwNmIxMGQ5Nzg4ZDZjZTQxYjczOTdiYmU0YWI1YTkyNGYyZGQifQ==','2026-05-07 10:26:45','2026-05-07 10:26:45'),(21,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOHRMQXRmQm9lMnJnbVhlUDI5aytyQT09IiwibWFjIjoiMDQ1ZTVhNTZlNjI0ZTZkZDkwMzc5MGNhYmEzN2Q2ZTgzNzczODEyYTVhMzVlNzdiNDA3OGQ5MjE3YjM3NjA4YyJ9','2026-05-07 10:26:45','2026-05-07 10:26:45'),(22,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQXlSc1E4dkU4cjhva0NEM0NNblBBQT09IiwibWFjIjoiN2MwYmNjMTg0OWQzZGE0MzVmODA3NjYyNjYwZmM3NDc3ZGRiYmM4ZWZkYjc3ZGYyY2Q1ZjE4ZGFmNDI0ODM4NCJ9','2026-05-08 09:06:18','2026-05-08 09:06:18'),(23,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiRkk3Z01jUjJSMmhPbHByendDZ2Y1dz09IiwibWFjIjoiYWJiODY4ZWM0YTg3MDU3NTZiNjlkZGUyNzE3MGMyNTViMTYzNGM1ZGJkOWM4OTA0MzFiOGI4NDU5ZjZhN2UzYiJ9','2026-05-08 09:06:18','2026-05-08 09:06:18'),(24,'user-name-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiYm50SjFzTUZqYUxQUFY2bWxNNVwveWc9PSIsIm1hYyI6IjhhNzRhMzUyNmI5Y2JjYmY3NjdlNGMxZjdhZjJlNmQyNGM3MjNmOGYwMTUwODY2MWFhOWYzODRmNGRkOGM3ZjMifQ==','2026-05-08 09:06:18','2026-05-08 09:06:18'),(25,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZWRQSjlOM1lERXFcLzRKMjBzTzJHR0E9PSIsIm1hYyI6ImM2ZjdlMWVhMjFhZDYxOTgyNWRhMzQzMDI0NmIzMzdhMzJlZDliZTRlY2Q3ZWQ2Y2JlNDNiODdhNTQ2YWE1MWYifQ==','2026-05-08 09:06:43','2026-05-08 09:06:43'),(26,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVFlpbjYrbjhoTmNIODlnXC9nTmswZHc9PSIsIm1hYyI6ImU0NDVhYzYxYWQxMjc1YjE4MmIzMjYwYTk1MWRjNmYxNmI4ZTkwMTUyMTZmZTY2NmRkNDdhYzMxNTk5MWRhZDUifQ==','2026-05-12 00:49:46','2026-05-12 00:49:46'),(27,'user-email-word','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJZ2x2NEVUbE5rcDJySkdzd3pBRURVND0iLCJtYWMiOiI2MTllM2Q5ZjE0ZTlkZDk0MmM2Y2M1NWE0ZWNlMWJiNmYxZDgyMWVjNTU2OTcxNTJmNTE0MjcwYmNkNWUxNzM3In0=','2026-05-12 08:20:52','2026-05-12 08:20:52');
/*!40000 ALTER TABLE `raw_keywords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `raw_receipts`
--

DROP TABLE IF EXISTS `raw_receipts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `raw_receipts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `hash` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `annotations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `doc_ai_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `textract_json` longtext COLLATE utf8mb4_unicode_ci,
  `skale_vlm_json` longtext COLLATE utf8mb4_unicode_ci,
  `ocr_text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `formatted_text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `parsed_result` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `added_by_business_account_id` bigint unsigned DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `raw_receipts_hash(12)_index` (`hash`(12)),
  KEY `raw_receipts_added_by_business_account_id_index` (`added_by_business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `raw_receipts`
--

LOCK TABLES `raw_receipts` WRITE;
/*!40000 ALTER TABLE `raw_receipts` DISABLE KEYS */;
/*!40000 ALTER TABLE `raw_receipts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `receipt_entries`
--

DROP TABLE IF EXISTS `receipt_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `receipt_entries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `module_identifier` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `receipt_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `receipt_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ocr_text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `merchants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `products` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `ocr_result` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `transaction_amount` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ocr_appv_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `src_receipt_info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `uploaded_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `transaction_date` date DEFAULT NULL,
  `outlet_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_mode` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `receipt_entries_user_id_index` (`user_id`),
  KEY `receipt_entries_business_asset_id_index` (`business_asset_id`),
  KEY `receipt_entries_foreign_link_index` (`module`(20),`module_identifier`,`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `receipt_entries`
--

LOCK TABLES `receipt_entries` WRITE;
/*!40000 ALTER TABLE `receipt_entries` DISABLE KEYS */;
INSERT INTO `receipt_entries` VALUES (1,8,'daily_challenge','34','1','9GyvPOwU7y','public/business_account/1WAUsernameTest/receipts/9GyvPOwU7y-a1c243c5-521e-4149-afa0-b98131e490d2.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/9GyvPOwU7y-a1c243c5-521e-4149-afa0-b98131e490d2.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c243a8-36e3-49d4-813a-0b91932f8b04.jpeg\"],\"upload_at\":\"2026-05-12T03:41:49.000000Z\"}','2026-05-12 03:42:07','2026-05-12 03:42:07','2026-05-12 03:43:46',NULL,NULL,NULL),(2,8,'daily_challenge','35','1','6nt66dgyBL','public/business_account/1WAUsernameTest/receipts/6nt66dgyBL-a1c244a9-42e7-46db-bcdc-30bdfc0db42c.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/6nt66dgyBL-a1c244a9-42e7-46db-bcdc-30bdfc0db42c.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2448f-5544-4931-a687-3c169662b82b.jpeg\"],\"upload_at\":\"2026-05-12T03:44:20.000000Z\"}','2026-05-12 03:44:36','2026-05-12 03:44:36','2026-05-12 04:06:28',NULL,NULL,NULL),(3,8,'daily_challenge','36','1','wJlNWy85QF','public/business_account/1WAUsernameTest/receipts/wJlNWy85QF-a1c24dbf-52d3-4488-8e20-3c5846179fab.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/wJlNWy85QF-a1c24dbf-52d3-4488-8e20-3c5846179fab.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c24c3b-e32e-4821-964f-de50a12489ff.jpeg\"],\"upload_at\":\"2026-05-12T04:05:48.000000Z\"}','2026-05-12 04:10:01','2026-05-12 04:10:01','2026-05-12 04:23:04',NULL,NULL,NULL),(4,8,'daily_challenge','37','1','ua00kCvK9g','public/business_account/1WAUsernameTest/receipts/ua00kCvK9g-a1c24dd8-f2df-488e-a8e5-4dfe4dfcd1ae.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/ua00kCvK9g-a1c24dd8-f2df-488e-a8e5-4dfe4dfcd1ae.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c24dc9-7679-45a3-944b-f17d360346f1.jpeg\"],\"upload_at\":\"2026-05-12T04:10:08.000000Z\"}','2026-05-12 04:10:17','2026-05-12 04:10:17','2026-05-12 05:15:53',NULL,NULL,NULL),(5,8,'daily_challenge','38','1','1Et31gAOYf','public/business_account/1WAUsernameTest/receipts/1Et31gAOYf-a1c267ae-77e4-4323-9e2b-e1257aa5c606.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/1Et31gAOYf-a1c267ae-77e4-4323-9e2b-e1257aa5c606.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2679b-9b26-4149-93df-8e0c1d062623.jpeg\"],\"upload_at\":\"2026-05-12T05:22:21.000000Z\"}','2026-05-12 05:22:32','2026-05-12 05:22:32','2026-05-12 05:31:46',NULL,NULL,NULL),(6,8,'daily_challenge','39','1','MM8RuAeraN','public/business_account/1WAUsernameTest/receipts/MM8RuAeraN-a1c2705b-0013-42d8-ad9c-5827e4dd9aaf.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/MM8RuAeraN-a1c2705b-0013-42d8-ad9c-5827e4dd9aaf.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2704c-f1ff-4777-870f-960c4c08fed2.jpeg\"],\"upload_at\":\"2026-05-12T05:46:39.000000Z\"}','2026-05-12 05:46:47','2026-05-12 05:46:47','2026-05-12 05:47:24',NULL,NULL,NULL),(7,8,'daily_challenge','40','1','SaCtfMdh9j','public/business_account/1WAUsernameTest/receipts/SaCtfMdh9j-a1c2717d-06fc-4b5e-8b79-df3dad1e017c.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/SaCtfMdh9j-a1c2717d-06fc-4b5e-8b79-df3dad1e017c.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2716f-a608-4bc6-a5a0-bfbcdae8d893.jpeg\"],\"upload_at\":\"2026-05-12T05:49:49.000000Z\"}','2026-05-12 05:49:57','2026-05-12 05:49:57','2026-05-12 05:50:13',NULL,NULL,NULL),(8,8,'daily_challenge','41','1','vHkWp7QyCP','public/business_account/1WAUsernameTest/receipts/vHkWp7QyCP-a1c2a83a-9416-47b0-94d0-f2388e973b1b.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/vHkWp7QyCP-a1c2a83a-9416-47b0-94d0-f2388e973b1b.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c29d2b-82a8-4344-8010-b2f1184c972d\\/a1c2a82c-bd5a-41d5-9178-a58b9413fcc5.jpeg\"],\"upload_at\":\"2026-05-12T08:22:52.000000Z\"}','2026-05-12 08:23:01','2026-05-12 08:23:01','2026-05-12 08:23:17',NULL,NULL,NULL),(9,11,'daily_challenge','46','1','5U2zY9GGMB','public/business_account/1WAUsernameTest/receipts/5U2zY9GGMB-a1c2a99c-c5ae-4079-93fe-948ad98a99fe.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/5U2zY9GGMB-a1c2a99c-c5ae-4079-93fe-948ad98a99fe.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c2a976-1bb4-4ce1-8483-d023ddb72ee7.jpeg\"],\"upload_at\":\"2026-05-12T08:26:29.000000Z\"}','2026-05-12 08:26:53','2026-05-12 08:26:53','2026-05-12 08:29:55',NULL,NULL,NULL),(10,11,'daily_challenge','48','1','ZUgMoJyQas','public/business_account/1WAUsernameTest/receipts/ZUgMoJyQas-a1c45654-fdc8-44db-b765-d4a71ead768a.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/ZUgMoJyQas-a1c45654-fdc8-44db-b765-d4a71ead768a.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c4563b-2e86-4032-80cf-f1abb50145bf.jpeg\"],\"upload_at\":\"2026-05-13T04:25:25.000000Z\"}','2026-05-13 04:25:40','2026-05-13 04:25:40','2026-05-13 05:54:44',NULL,NULL,NULL),(11,8,'daily_challenge','50','1','vd62sQ4DAz','public/business_account/1WAUsernameTest/receipts/vd62sQ4DAz-a1c4bb86-3e78-41b0-8172-a86a2a68869b.jpeg','https://wa-username-testing.growthdesk.dev/file/receipts/vd62sQ4DAz-a1c4bb86-3e78-41b0-8172-a86a2a68869b.jpeg',NULL,'{\"id\":1,\"value\":\"Test Outlet 1\"}','',NULL,'0','pending',NULL,'{\"receipt_url\":[\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c29d2b-82a8-4344-8010-b2f1184c972d\\/a1c4bb72-1f77-4143-8825-ee45deacefa6.jpeg\"],\"upload_at\":\"2026-05-13T09:08:25.000000Z\"}','2026-05-13 09:08:38','2026-05-13 09:08:38','2026-05-13 09:09:23',NULL,NULL,NULL);
/*!40000 ALTER TABLE `receipt_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `receipt_entry_ocr_summaries`
--

DROP TABLE IF EXISTS `receipt_entry_ocr_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `receipt_entry_ocr_summaries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `receipt_entry_id` bigint unsigned NOT NULL,
  `ocr_request_log_id` bigint unsigned NOT NULL,
  `store_id` bigint unsigned DEFAULT NULL,
  `business_asset_id` bigint unsigned DEFAULT NULL,
  `duplicate_summ_id` bigint unsigned DEFAULT NULL,
  `receipt_date` date DEFAULT NULL,
  `receipt_time` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receipt_refno` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_sku_qty` int DEFAULT NULL,
  `qualifying_spend_total` decimal(8,2) unsigned NOT NULL,
  `payment_method` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_a_receipt` tinyint DEFAULT NULL,
  `is_criteria_pass` tinyint(1) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `receipt_entry_ocr_summaries_receipt_entry_id_index` (`receipt_entry_id`),
  KEY `receipt_entry_ocr_summaries_ocr_request_log_id_index` (`ocr_request_log_id`),
  KEY `receipt_entry_ocr_summaries_store_id_index` (`store_id`),
  KEY `receipt_entry_ocr_summaries_business_asset_id_index` (`business_asset_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `receipt_entry_ocr_summaries`
--

LOCK TABLES `receipt_entry_ocr_summaries` WRITE;
/*!40000 ALTER TABLE `receipt_entry_ocr_summaries` DISABLE KEYS */;
/*!40000 ALTER TABLE `receipt_entry_ocr_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `receipt_entry_product_relations`
--

DROP TABLE IF EXISTS `receipt_entry_product_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `receipt_entry_product_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `receipt_entry_id` bigint unsigned NOT NULL,
  `product_id` bigint unsigned NOT NULL,
  `fill_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sku_unit_price` decimal(8,2) DEFAULT NULL,
  `sku_unit_qty` int DEFAULT NULL,
  `total_spent_per_sku` decimal(9,2) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `receipt_entry_product_relations_receipt_entry_id_index` (`receipt_entry_id`),
  KEY `receipt_entry_product_relations_product_id_index` (`product_id`),
  KEY `receipt_entry_product_relations_sku_unit_price_index` (`sku_unit_price`),
  KEY `receipt_entry_product_relations_sku_unit_qty_index` (`sku_unit_qty`),
  KEY `receipt_entry_product_relations_total_spent_per_sku_index` (`total_spent_per_sku`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `receipt_entry_product_relations`
--

LOCK TABLES `receipt_entry_product_relations` WRITE;
/*!40000 ALTER TABLE `receipt_entry_product_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `receipt_entry_product_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `receipt_entry_user_inputs`
--

DROP TABLE IF EXISTS `receipt_entry_user_inputs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `receipt_entry_user_inputs` (
  `receipt_entry_id` bigint unsigned NOT NULL,
  `business_asset_id` bigint unsigned DEFAULT NULL,
  `merchants` longtext COLLATE utf8mb4_unicode_ci,
  `products` longtext COLLATE utf8mb4_unicode_ci,
  `transaction_amount` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `transaction_date` date DEFAULT NULL,
  `outlet_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_mode` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sponsor` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`receipt_entry_id`),
  KEY `receipt_entry_user_inputs_business_asset_id_index` (`business_asset_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `receipt_entry_user_inputs`
--

LOCK TABLES `receipt_entry_user_inputs` WRITE;
/*!40000 ALTER TABLE `receipt_entry_user_inputs` DISABLE KEYS */;
INSERT INTO `receipt_entry_user_inputs` VALUES (1,NULL,NULL,NULL,NULL,'2026-05-12 03:42:09','2026-05-12 03:42:09',NULL,NULL,NULL,NULL),(2,NULL,NULL,NULL,NULL,'2026-05-12 03:44:37','2026-05-12 03:44:37',NULL,NULL,NULL,NULL),(3,NULL,NULL,NULL,NULL,'2026-05-12 04:10:01','2026-05-12 04:10:01',NULL,NULL,NULL,NULL),(4,NULL,NULL,NULL,NULL,'2026-05-12 04:10:18','2026-05-12 04:10:18',NULL,NULL,NULL,NULL),(5,NULL,NULL,NULL,NULL,'2026-05-12 05:22:32','2026-05-12 05:22:32',NULL,NULL,NULL,NULL),(6,NULL,NULL,NULL,NULL,'2026-05-12 05:46:47','2026-05-12 05:46:47',NULL,NULL,NULL,NULL),(7,NULL,NULL,NULL,NULL,'2026-05-12 05:49:57','2026-05-12 05:49:57',NULL,NULL,NULL,NULL),(8,NULL,NULL,NULL,NULL,'2026-05-12 08:23:01','2026-05-12 08:23:01',NULL,NULL,NULL,NULL),(9,NULL,NULL,NULL,NULL,'2026-05-12 08:26:53','2026-05-12 08:26:53',NULL,NULL,NULL,NULL),(10,NULL,NULL,NULL,NULL,'2026-05-13 04:25:41','2026-05-13 04:25:41',NULL,NULL,NULL,NULL),(11,NULL,NULL,NULL,NULL,'2026-05-13 09:08:38','2026-05-13 09:08:38',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `receipt_entry_user_inputs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `referrer_code_logs`
--

DROP TABLE IF EXISTS `referrer_code_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `referrer_code_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `referrer_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `referrer_user_id` bigint unsigned NOT NULL,
  `is_notified` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `referrer_code_logs_user_id_index` (`user_id`),
  KEY `referrer_code_logs_referrer_user_id_index` (`referrer_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `referrer_code_logs`
--

LOCK TABLES `referrer_code_logs` WRITE;
/*!40000 ALTER TABLE `referrer_code_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `referrer_code_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reminder_recipients`
--

DROP TABLE IF EXISTS `reminder_recipients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `reminder_recipients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `reminder_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `unsub_status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'sub',
  `notification_status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `recipient_react` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `trx_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `identifier` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sent_datetime` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reminder_recipients`
--

LOCK TABLES `reminder_recipients` WRITE;
/*!40000 ALTER TABLE `reminder_recipients` DISABLE KEYS */;
/*!40000 ALTER TABLE `reminder_recipients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reminder_schedule_recipients`
--

DROP TABLE IF EXISTS `reminder_schedule_recipients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `reminder_schedule_recipients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `reminder_schedule_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reminder_schedule_recipients`
--

LOCK TABLES `reminder_schedule_recipients` WRITE;
/*!40000 ALTER TABLE `reminder_schedule_recipients` DISABLE KEYS */;
/*!40000 ALTER TABLE `reminder_schedule_recipients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reminder_schedulers`
--

DROP TABLE IF EXISTS `reminder_schedulers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `reminder_schedulers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `created_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_groups` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_group_status` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_group_start_date` date NOT NULL,
  `blast_group_end_date` date NOT NULL,
  `schedule_datetime` datetime NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `reminder_schedulers_business_account_id_status(6)_index` (`business_account_id`,`status`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reminder_schedulers`
--

LOCK TABLES `reminder_schedulers` WRITE;
/*!40000 ALTER TABLE `reminder_schedulers` DISABLE KEYS */;
/*!40000 ALTER TABLE `reminder_schedulers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reminders`
--

DROP TABLE IF EXISTS `reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `reminders` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_groups` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_group_status` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blast_group_start_date` date NOT NULL,
  `blast_group_end_date` date NOT NULL,
  `schedule_datetime` datetime NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reminders`
--

LOCK TABLES `reminders` WRITE;
/*!40000 ALTER TABLE `reminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `reminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_has_permissions`
--

DROP TABLE IF EXISTS `role_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_has_permissions` (
  `permission_id` int unsigned NOT NULL,
  `role_id` int unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`role_id`),
  KEY `role_has_permissions_role_id_foreign` (`role_id`),
  CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_has_permissions`
--

LOCK TABLES `role_has_permissions` WRITE;
/*!40000 ALTER TABLE `role_has_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `role_has_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `roles`
--

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `label` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'external naming for non dev person',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES (1,'super-admin','web','Skale','2021-03-30 15:29:00','2022-07-15 04:20:22'),(2,'login-user','web',NULL,'2021-03-30 15:29:00','2021-03-30 15:29:00'),(3,'external-admin','web',NULL,'2021-03-30 21:57:50','2021-03-30 21:57:50'),(4,'admin','web','Editor','2021-03-30 21:57:50','2022-07-15 04:20:22'),(5,'demo-user','web',NULL,'2022-01-27 03:16:46','2022-01-27 03:16:46'),(6,'agency','web','Admin','2022-06-29 03:11:27','2022-07-15 04:20:22');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sessions`
--

DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sessions` (
  `id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_activity` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sessions_user_id_index` (`user_id`),
  KEY `sessions_last_activity_index` (`last_activity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sessions`
--

LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sms_blast_tables`
--

DROP TABLE IF EXISTS `sms_blast_tables`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sms_blast_tables` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sms_blast_tables`
--

LOCK TABLES `sms_blast_tables` WRITE;
/*!40000 ALTER TABLE `sms_blast_tables` DISABLE KEYS */;
/*!40000 ALTER TABLE `sms_blast_tables` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sso_tokens`
--

DROP TABLE IF EXISTS `sso_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sso_tokens` (
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_alias` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `client_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expires` timestamp NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sso_tokens`
--

LOCK TABLES `sso_tokens` WRITE;
/*!40000 ALTER TABLE `sso_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `sso_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `store_details`
--

DROP TABLE IF EXISTS `store_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `store_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `store_id` int unsigned NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `store_details_store_id_``key``(6)_index` (`store_id`,`key`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `store_details`
--

LOCK TABLES `store_details` WRITE;
/*!40000 ALTER TABLE `store_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `store_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `store_type_challenge_relations`
--

DROP TABLE IF EXISTS `store_type_challenge_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `store_type_challenge_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `store_type_id` bigint unsigned NOT NULL,
  `challengable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `challengable_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `challengable_index` (`challengable_type`,`challengable_id`),
  KEY `store_type_challenge_relations_store_type_id_index` (`store_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `store_type_challenge_relations`
--

LOCK TABLES `store_type_challenge_relations` WRITE;
/*!40000 ALTER TABLE `store_type_challenge_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `store_type_challenge_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `store_types`
--

DROP TABLE IF EXISTS `store_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `store_types` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `store_types_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `store_types`
--

LOCK TABLES `store_types` WRITE;
/*!40000 ALTER TABLE `store_types` DISABLE KEYS */;
INSERT INTO `store_types` VALUES (1,1,'retail','Retail',NULL,NULL,'2026-04-23 06:26:29','2026-04-23 06:26:29');
/*!40000 ALTER TABLE `store_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `stores`
--

DROP TABLE IF EXISTS `stores`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `stores` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `store_type_id` bigint unsigned NOT NULL,
  `logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `product_group_slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_group_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `stores_business_account_id_index` (`business_account_id`),
  KEY `stores_store_type_id_index` (`store_type_id`),
  KEY `stores_product_group_id_index` (`product_group_id`),
  CONSTRAINT `stores_product_group_id_foreign` FOREIGN KEY (`product_group_id`) REFERENCES `product_groups` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `stores`
--

LOCK TABLES `stores` WRITE;
/*!40000 ALTER TABLE `stores` DISABLE KEYS */;
INSERT INTO `stores` VALUES (1,1,'Test Store 1','test-store-1',1,'','','active','2026-04-23 06:26:29','2026-04-23 06:26:29','',NULL);
/*!40000 ALTER TABLE `stores` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subdomains`
--

DROP TABLE IF EXISTS `subdomains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `subdomains` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `domain` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `subdomain` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `subdomains_domain_index` (`domain`),
  KEY `subdomains_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subdomains`
--

LOCK TABLES `subdomains` WRITE;
/*!40000 ALTER TABLE `subdomains` DISABLE KEYS */;
/*!40000 ALTER TABLE `subdomains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sys_logs`
--

DROP TABLE IF EXISTS `sys_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sys_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sys_logs`
--

LOCK TABLES `sys_logs` WRITE;
/*!40000 ALTER TABLE `sys_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sys_settings`
--

DROP TABLE IF EXISTS `sys_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sys_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `account_setting_type_index` (`business_account_id`,`type`(20))
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sys_settings`
--

LOCK TABLES `sys_settings` WRITE;
/*!40000 ALTER TABLE `sys_settings` DISABLE KEYS */;
INSERT INTO `sys_settings` VALUES (1,1,'referrer_token','{\"qty\":\"15\",\"type\":\"points\",\"additional\":[],\"caches\":[]}','2026-04-07 06:36:24','2026-05-13 05:37:30'),(2,1,'referee_token','{\"qty\":\"15\",\"type\":\"points\",\"additional\":[],\"caches\":[]}','2026-04-07 06:36:24','2026-05-13 05:37:30'),(3,1,'popup:layout','{\"layout\":\"components.main.popup.template\"}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(4,1,'daily_checkin','{\"is_active\":\"1\",\"auto\":\"0\",\"qty\":\"10\",\"type\":\"points\",\"additional\":[],\"caches\":[]}','2026-04-07 06:36:24','2026-05-13 05:37:29'),(5,1,'app:layout','{\"layout\":\"enterprise_default\"}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(6,1,'home:layout','{\"layout\":\"enterprise\",\"showPoint\":true}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(7,1,'group:layout','{\"layout\":\"enterprise_default\"}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(8,1,'login:layout','{\"layout\":\"enterprise.login\"}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(9,1,'register:layout','{\"layout\":\"enterprise.register\"}','2026-04-07 06:36:24','2026-04-07 06:36:24'),(10,1,'basic_chance','{\"daily_limit\":1,\"qty\":\"\",\"type\":\"chance\",\"additional\":[],\"caches\":[]}','2026-04-07 06:36:24','2026-05-13 05:37:29'),(11,1,'homepage_required_login','true','2026-04-07 06:36:24','2026-04-07 06:36:24');
/*!40000 ALTER TABLE `sys_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tag_receipts`
--

DROP TABLE IF EXISTS `tag_receipts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tag_receipts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `receipt_id` bigint unsigned DEFAULT NULL,
  `tag_id` bigint unsigned DEFAULT NULL,
  `created_by` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tag_receipts_tag_id_foreign` (`tag_id`),
  KEY `tag_receipts_created_by_foreign` (`created_by`),
  KEY `tag_receipts_receipt_id_index` (`receipt_id`),
  CONSTRAINT `tag_receipts_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `tag_receipts_receipt_id_foreign` FOREIGN KEY (`receipt_id`) REFERENCES `receipt_entries` (`id`) ON DELETE SET NULL,
  CONSTRAINT `tag_receipts_tag_id_foreign` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tag_receipts`
--

LOCK TABLES `tag_receipts` WRITE;
/*!40000 ALTER TABLE `tag_receipts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tag_receipts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tag_users`
--

DROP TABLE IF EXISTS `tag_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tag_users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `tag_id` bigint unsigned DEFAULT NULL,
  `created_by` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tag_users_tag_id_foreign` (`tag_id`),
  KEY `tag_users_created_by_foreign` (`created_by`),
  KEY `tag_users_user_id_index` (`user_id`),
  CONSTRAINT `tag_users_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `tag_users_tag_id_foreign` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE SET NULL,
  CONSTRAINT `tag_users_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tag_users`
--

LOCK TABLES `tag_users` WRITE;
/*!40000 ALTER TABLE `tag_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `tag_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tags`
--

DROP TABLE IF EXISTS `tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tags` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `created_by` bigint unsigned DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tags_created_by_foreign` (`created_by`),
  KEY `tags_business_account_id_index` (`business_account_id`),
  CONSTRAINT `tags_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`) ON DELETE SET NULL,
  CONSTRAINT `tags_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tags`
--

LOCK TABLES `tags` WRITE;
/*!40000 ALTER TABLE `tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tracking_events`
--

DROP TABLE IF EXISTS `tracking_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tracking_events` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `platform` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `event_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tracking_events_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tracking_events`
--

LOCK TABLES `tracking_events` WRITE;
/*!40000 ALTER TABLE `tracking_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `tracking_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `transaction_items`
--

DROP TABLE IF EXISTS `transaction_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `transaction_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `transaction_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `serial_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `avg_transaction_amount` double NOT NULL DEFAULT '0',
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `transaction_items_``transaction_id``(6)_index` (`transaction_id`(6)),
  KEY `transaction_items_``serial_id``(6)_index` (`serial_id`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `transaction_items`
--

LOCK TABLES `transaction_items` WRITE;
/*!40000 ALTER TABLE `transaction_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `transaction_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `transactions`
--

DROP TABLE IF EXISTS `transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_amount` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `transactions_``transaction_id``(6)_index` (`transaction_id`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `transactions`
--

LOCK TABLES `transactions` WRITE;
/*!40000 ALTER TABLE `transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_active_sessions`
--

DROP TABLE IF EXISTS `user_active_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_active_sessions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  `ip_address` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `csrf_token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_date` date NOT NULL,
  `session_seconds` int unsigned NOT NULL,
  `session_minutes` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `url_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `anonymous_user_index` (`business_account_id`,`session_date`,`ip_address`),
  KEY `user_active_sessions_user_id_session_date_index` (`user_id`,`session_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_active_sessions`
--

LOCK TABLES `user_active_sessions` WRITE;
/*!40000 ALTER TABLE `user_active_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_active_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_addresses`
--

DROP TABLE IF EXISTS `user_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_addresses` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `address_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'delivery_address',
  `user_id` bigint unsigned NOT NULL,
  `address_line_1` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `address_line_2` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci,
  `email` text COLLATE utf8mb4_unicode_ci,
  `mobile` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_addresses_user_id_address_type_index` (`user_id`,`address_type`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_addresses`
--

LOCK TABLES `user_addresses` WRITE;
/*!40000 ALTER TABLE `user_addresses` DISABLE KEYS */;
INSERT INTO `user_addresses` VALUES (1,'delivery_address',5,'City of Santa Rosa, Laguna, Philippines','',NULL,NULL,'','','',NULL,NULL,NULL,'default','2026-04-13 09:44:57','2026-04-13 09:44:57');
/*!40000 ALTER TABLE `user_addresses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_business_asset_relations`
--

DROP TABLE IF EXISTS `user_business_asset_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_business_asset_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_business_asset_relations`
--

LOCK TABLES `user_business_asset_relations` WRITE;
/*!40000 ALTER TABLE `user_business_asset_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_business_asset_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_daily_challenge_reward_summaries`
--

DROP TABLE IF EXISTS `user_daily_challenge_reward_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_daily_challenge_reward_summaries` (
  `user_daily_challenge_id` bigint unsigned NOT NULL,
  `chance_issued` int unsigned DEFAULT NULL,
  `chance_balance` int unsigned DEFAULT NULL,
  `latest_chance_approval_at` timestamp NULL DEFAULT NULL,
  `latest_chance_expired_at` timestamp NULL DEFAULT NULL,
  `latest_chance_update_at` timestamp NULL DEFAULT NULL,
  `point_issued` decimal(8,2) DEFAULT NULL,
  `latest_point_approval_at` timestamp NULL DEFAULT NULL,
  `latest_point_updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`user_daily_challenge_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_daily_challenge_reward_summaries`
--

LOCK TABLES `user_daily_challenge_reward_summaries` WRITE;
/*!40000 ALTER TABLE `user_daily_challenge_reward_summaries` DISABLE KEYS */;
INSERT INTO `user_daily_challenge_reward_summaries` VALUES (34,1,1,'2026-05-12 03:43:46','2026-05-13 03:43:45','2026-05-12 03:43:46',NULL,NULL,NULL,'2026-05-12 03:43:46','2026-05-12 03:43:46'),(35,1,1,'2026-05-12 04:06:28','2026-05-13 04:06:27','2026-05-12 04:06:28',NULL,NULL,NULL,'2026-05-12 04:06:28','2026-05-12 04:06:28'),(36,1,1,'2026-05-12 04:23:05','2026-05-13 04:23:04','2026-05-12 04:23:05',NULL,NULL,NULL,'2026-05-12 04:23:05','2026-05-12 04:23:05'),(37,1,1,'2026-05-12 05:15:53','2026-05-13 05:15:52','2026-05-12 05:15:53',NULL,NULL,NULL,'2026-05-12 05:15:53','2026-05-12 05:15:53'),(38,1,1,'2026-05-12 05:31:46','2026-05-13 05:31:45','2026-05-12 05:31:46',NULL,NULL,NULL,'2026-05-12 05:31:46','2026-05-12 05:31:46'),(39,1,1,'2026-05-12 05:47:24','2026-05-13 05:47:23','2026-05-12 05:47:25',NULL,NULL,NULL,'2026-05-12 05:47:25','2026-05-12 05:47:25'),(40,1,1,'2026-05-12 05:50:13','2026-05-13 05:50:12','2026-05-12 05:50:13',NULL,NULL,NULL,'2026-05-12 05:50:13','2026-05-12 05:50:13'),(41,1,1,'2026-05-12 08:23:17','2026-05-13 08:23:16','2026-05-12 08:23:17',NULL,NULL,NULL,'2026-05-12 08:23:17','2026-05-12 08:23:17'),(46,1,1,'2026-05-12 08:29:55','2026-05-13 08:29:54','2026-05-12 08:29:55',NULL,NULL,NULL,'2026-05-12 08:29:55','2026-05-12 08:29:55'),(48,1,1,'2026-05-13 05:54:44','2026-05-14 05:54:43','2026-05-13 05:54:44',NULL,NULL,NULL,'2026-05-13 05:54:44','2026-05-13 05:54:44'),(50,1,1,'2026-05-13 09:09:23','2026-05-14 09:09:22','2026-05-13 09:09:23',NULL,NULL,NULL,'2026-05-13 09:09:23','2026-05-13 09:09:23');
/*!40000 ALTER TABLE `user_daily_challenge_reward_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_daily_challenges`
--

DROP TABLE IF EXISTS `user_daily_challenges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_daily_challenges` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `daily_challenge_id` int unsigned NOT NULL,
  `pivot_challenge_id` bigint unsigned DEFAULT NULL,
  `issue_date` date NOT NULL,
  `issue_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `completed_at` datetime DEFAULT NULL,
  `earn_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `challengeable_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `challengeable_id` bigint unsigned DEFAULT NULL,
  `card_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dstw_entry_status_id` bigint unsigned DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_daily_challenges_user_id_index` (`user_id`),
  KEY `user_daily_challenges_daily_challenge_id_index` (`daily_challenge_id`),
  KEY `user_daily_challenges_dstw_entry_status_id_index` (`dstw_entry_status_id`),
  KEY `challengeable_index` (`challengeable_type`,`challengeable_id`),
  KEY `user_daily_challenges_pivot_challenge_id_index` (`pivot_challenge_id`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_daily_challenges`
--

LOCK TABLES `user_daily_challenges` WRITE;
/*!40000 ALTER TABLE `user_daily_challenges` DISABLE KEYS */;
INSERT INTO `user_daily_challenges` VALUES (1,5,1,NULL,'2026-04-13','08:37:00','2026-04-13 08:37:00',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-13 09:10:24','2026-04-13 09:10:24'),(2,8,1,NULL,'2026-04-16','00:11:40','2026-04-16 00:11:40',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 00:11:54','2026-04-16 00:11:54'),(3,8,1,NULL,'2026-04-16','00:12:03','2026-04-16 00:12:03',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 00:12:14','2026-04-16 00:12:14'),(4,8,1,NULL,'2026-04-16','00:12:14','2026-04-16 00:12:32',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 00:12:50','2026-04-16 00:12:50'),(5,9,1,NULL,'2026-04-16','03:17:10','2026-04-16 03:17:10',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 03:17:25','2026-04-16 03:17:25'),(6,9,1,NULL,'2026-04-16','03:17:31','2026-04-16 03:17:58',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 03:18:10','2026-04-16 03:18:10'),(7,8,1,NULL,'2026-04-30','02:15:12','2026-04-30 02:15:12',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-30 02:15:24','2026-04-30 02:15:24'),(8,8,1,NULL,'2026-04-30','02:17:32','2026-04-30 02:17:32',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-30 02:17:39','2026-04-30 02:17:39'),(9,8,1,NULL,'2026-04-30','02:17:39','2026-04-30 02:17:58',NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-30 02:18:07','2026-04-30 02:18:07'),(10,10,1,NULL,'2026-05-07','10:26:45','2026-05-07 10:26:45',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-07 10:26:55','2026-05-07 10:26:55'),(11,10,1,NULL,'2026-05-07','10:27:03','2026-05-07 10:27:03',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-07 10:27:17','2026-05-07 10:27:17'),(12,10,1,NULL,'2026-05-07','10:27:18','2026-05-07 10:27:43',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-07 10:27:52','2026-05-07 10:27:52'),(13,11,1,NULL,'2026-05-08','09:06:43','2026-05-08 09:06:43',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-08 09:07:09','2026-05-08 09:07:09'),(14,11,1,NULL,'2026-05-08','09:08:26','2026-05-08 09:08:26',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-08 09:08:37','2026-05-08 09:08:37'),(15,8,1,NULL,'2026-05-11','02:58:38','2026-05-11 02:58:38',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 02:58:46','2026-05-11 02:58:46'),(16,8,1,NULL,'2026-05-11','02:58:54','2026-05-11 02:58:54',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 02:59:05','2026-05-11 02:59:05'),(17,8,1,NULL,'2026-05-11','02:59:04','2026-05-11 02:59:19',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 02:59:29','2026-05-11 02:59:29'),(18,8,1,NULL,'2026-05-11','03:59:32','2026-05-11 03:59:32',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 03:59:41','2026-05-11 03:59:41'),(19,8,1,NULL,'2026-05-11','03:59:52','2026-05-11 03:59:52',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 04:00:01','2026-05-11 04:00:01'),(20,8,1,NULL,'2026-05-11','04:00:01','2026-05-11 04:00:22',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-11 04:00:44','2026-05-11 04:00:44'),(21,12,1,NULL,'2026-05-12','00:49:47','2026-05-12 00:49:47',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 00:49:59','2026-05-12 00:49:59'),(22,12,1,NULL,'2026-05-12','00:50:10','2026-05-12 00:50:10',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 00:50:25','2026-05-12 00:50:25'),(23,12,1,NULL,'2026-05-12','00:50:23','2026-05-12 00:52:54',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 00:53:34','2026-05-12 00:53:34'),(24,8,1,NULL,'2026-05-12','02:39:06','2026-05-12 02:39:06',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:39:13','2026-05-12 02:39:13'),(25,8,1,NULL,'2026-05-12','02:39:24','2026-05-12 02:39:24',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:39:34','2026-05-12 02:39:34'),(26,8,1,NULL,'2026-05-12','02:39:35','2026-05-12 02:39:49',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:39:59','2026-05-12 02:39:59'),(27,8,1,NULL,'2026-05-12','02:43:20','2026-05-12 02:43:20',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:43:28','2026-05-12 02:43:28'),(28,8,1,NULL,'2026-05-12','02:43:35','2026-05-12 02:43:35',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:43:43','2026-05-12 02:43:43'),(29,8,1,NULL,'2026-05-12','02:43:42','2026-05-12 02:43:58',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 02:44:14','2026-05-12 02:44:14'),(30,8,1,NULL,'2026-05-12','03:07:24','2026-05-12 03:07:24',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:20:48','2026-05-12 03:20:48'),(31,8,1,NULL,'2026-05-12','03:39:47','2026-05-12 03:39:47',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:40:30','2026-05-12 03:40:30'),(32,8,1,NULL,'2026-05-12','03:40:39','2026-05-12 03:40:39',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:40:46','2026-05-12 03:40:46'),(33,8,1,NULL,'2026-05-12','03:40:45','2026-05-12 03:41:03',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:41:37','2026-05-12 03:41:37'),(34,8,6,NULL,'2026-05-12','11:42:06','2026-05-12 11:42:09','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:42:06','2026-05-12 03:42:09'),(35,8,6,NULL,'2026-05-12','11:44:36','2026-05-12 11:44:37','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 03:44:36','2026-05-12 03:44:37'),(36,8,6,NULL,'2026-05-12','12:10:00','2026-05-12 12:10:01','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 04:10:00','2026-05-12 04:10:01'),(37,8,6,NULL,'2026-05-12','12:10:05','2026-05-12 12:10:18','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 04:10:05','2026-05-12 04:10:18'),(38,8,6,NULL,'2026-05-12','13:22:31','2026-05-12 13:22:32','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 05:22:31','2026-05-12 05:22:32'),(39,8,6,NULL,'2026-05-12','13:22:33','2026-05-12 13:46:48','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 05:22:33','2026-05-12 05:46:48'),(40,8,6,NULL,'2026-05-12','13:46:49','2026-05-12 13:49:58','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 05:46:49','2026-05-12 05:49:58'),(41,8,6,NULL,'2026-05-12','13:49:58','2026-05-12 16:23:02','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 05:49:58','2026-05-12 08:23:02'),(42,8,1,NULL,'2026-05-12','08:20:52','2026-05-12 08:20:52',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:21:05','2026-05-12 08:21:05'),(43,8,1,NULL,'2026-05-12','08:21:14','2026-05-12 08:21:14',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:21:33','2026-05-12 08:21:33'),(44,8,1,NULL,'2026-05-12','08:21:33','2026-05-12 08:22:11',NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:22:25','2026-05-12 08:22:25'),(45,8,6,NULL,'2026-05-12','16:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:23:03','2026-05-12 08:23:03'),(46,11,6,NULL,'2026-05-12','16:26:53','2026-05-12 16:26:54','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:26:53','2026-05-12 08:26:54'),(47,11,6,NULL,'2026-05-12','16:26:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 08:26:55','2026-05-12 08:26:55'),(48,11,6,NULL,'2026-05-13','12:25:40','2026-05-13 12:25:41','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-13 04:25:40','2026-05-13 04:25:41'),(49,11,6,NULL,'2026-05-13','12:25:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-13 04:25:42','2026-05-13 04:25:42'),(50,8,6,NULL,'2026-05-13','17:08:37','2026-05-13 17:08:39','{\"reward\":{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\",\"rewards\":[{\"chance\":1,\"raw_unit\":1,\"raw_type\":\"chance\",\"status\":\"pending\"}]},\"auto_approval\":false}',NULL,NULL,NULL,NULL,NULL,'2026-05-13 09:08:37','2026-05-13 09:08:39');
/*!40000 ALTER TABLE `user_daily_challenges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_daily_core_ars`
--

DROP TABLE IF EXISTS `user_daily_core_ars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_daily_core_ars` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `daily_core_ar_id` int unsigned NOT NULL,
  `issue_date` date NOT NULL,
  `issue_time` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `completed_at` datetime DEFAULT NULL,
  `earn_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_daily_core_ars_user_id_issue_date_index` (`user_id`,`issue_date`),
  KEY `user_daily_core_ars_daily_core_ar_id_index` (`daily_core_ar_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_daily_core_ars`
--

LOCK TABLES `user_daily_core_ars` WRITE;
/*!40000 ALTER TABLE `user_daily_core_ars` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_daily_core_ars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_details`
--

DROP TABLE IF EXISTS `user_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_details_``key``(6)_``value``(3)_index` (`key`(6),`value`(3)),
  KEY `user_details_user_id_``key``(6)_index` (`user_id`,`key`(6))
) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_details`
--

LOCK TABLES `user_details` WRITE;
/*!40000 ALTER TABLE `user_details` DISABLE KEYS */;
INSERT INTO `user_details` VALUES (5,1,'name_word_ids','1','2022-11-09 03:05:34','2022-11-09 03:05:34'),(6,1,'name_word_ids','2','2022-11-09 03:05:34','2022-11-09 03:05:34'),(7,1,'email_word_ids','3','2022-11-09 03:05:34','2022-11-09 03:05:34'),(8,1,'email_word_ids','4','2022-11-09 03:05:34','2022-11-09 03:05:34'),(9,1,'app_user_uid','R09C9NSQ1170','2022-11-09 03:05:34','2022-11-09 03:05:34'),(10,2,'name_word_ids','5','2026-04-07 06:38:12','2026-04-07 06:38:12'),(11,2,'email_word_ids','6','2026-04-07 06:38:12','2026-04-07 06:38:12'),(12,2,'email_word_ids','7','2026-04-07 06:38:12','2026-04-07 06:38:12'),(13,2,'app_user_uid','Q07PTTAI04','2026-04-07 06:38:12','2026-04-07 06:38:12'),(18,4,'name_word_ids','8','2026-04-07 07:13:46','2026-04-07 07:13:46'),(19,4,'email_word_ids','9','2026-04-07 07:13:46','2026-04-07 07:13:46'),(20,4,'email_word_ids','10','2026-04-07 07:13:46','2026-04-07 07:13:46'),(21,4,'app_user_uid','P07BNPQG04','2026-04-07 07:13:46','2026-04-07 07:13:46'),(22,4,'onboarded_source','','2026-04-07 07:13:46','2026-04-07 07:13:46'),(23,4,'app_user_guid','a17c2704-7e56-47ff-b168-6c3fb34ba254','2026-04-07 07:13:46','2026-04-07 07:13:46'),(24,5,'name_word_ids','11','2026-04-07 07:14:17','2026-04-07 07:14:17'),(25,5,'name_word_ids','12','2026-04-07 07:14:17','2026-04-07 07:14:17'),(26,5,'email_word_ids','10','2026-04-07 07:14:17','2026-04-07 07:14:17'),(27,5,'email_word_ids','13','2026-04-07 07:14:17','2026-04-07 07:14:17'),(28,5,'app_user_uid','I07X60FF04','2026-04-07 07:14:17','2026-04-07 07:14:17'),(29,5,'onboarded_source','','2026-04-07 07:14:17','2026-04-07 07:14:17'),(30,5,'app_user_guid','a17c2734-5694-4ac1-835d-64648e1e6fbb','2026-04-07 07:14:17','2026-04-07 07:14:17'),(31,6,'app_user_uid','116EFUUX04','2026-04-15 23:53:22','2026-04-15 23:53:22'),(32,6,'onboarded_source','','2026-04-15 23:53:22','2026-04-15 23:53:22'),(33,6,'app_user_guid','a18da460-4b33-4231-bd98-b60ed537971c','2026-04-15 23:53:22','2026-04-15 23:53:22'),(34,7,'app_user_uid','Q16569SO04','2026-04-15 23:53:23','2026-04-15 23:53:23'),(35,7,'onboarded_source','','2026-04-15 23:53:23','2026-04-15 23:53:23'),(36,7,'app_user_guid','a18da461-9c20-426c-87ec-ade8048cb3c9','2026-04-15 23:53:23','2026-04-15 23:53:23'),(37,8,'app_user_uid','T16ZM2JP04','2026-04-16 00:11:27','2026-04-16 00:11:27'),(38,8,'onboarded_source','','2026-04-16 00:11:27','2026-04-16 00:11:27'),(39,8,'app_user_guid','a18daad7-93c8-4edf-9f9e-be1078642c05','2026-04-16 00:11:27','2026-04-16 00:11:27'),(43,9,'app_user_uid','716VPYQU04','2026-04-16 03:16:43','2026-04-16 03:16:43'),(44,9,'onboarded_source','','2026-04-16 03:16:43','2026-04-16 03:16:43'),(45,9,'app_user_guid','a18ded19-1793-41ad-ba67-bede3e5d126f','2026-04-16 03:16:43','2026-04-16 03:16:43'),(46,9,'name_word_ids','17','2026-04-16 03:16:49','2026-04-16 03:16:49'),(47,9,'email_word_ids','7','2026-04-16 03:17:10','2026-04-16 03:17:10'),(48,9,'email_word_ids','18','2026-04-16 03:17:10','2026-04-16 03:17:10'),(50,10,'app_user_uid','F07Q5L6705','2026-05-07 10:26:19','2026-05-07 10:26:19'),(51,10,'onboarded_source','','2026-05-07 10:26:19','2026-05-07 10:26:19'),(52,10,'app_user_guid','a1b8c567-f6bd-476f-aefb-53432c034151','2026-05-07 10:26:19','2026-05-07 10:26:19'),(53,10,'name_word_ids','19','2026-05-07 10:26:31','2026-05-07 10:26:31'),(54,10,'email_word_ids','20','2026-05-07 10:26:45','2026-05-07 10:26:45'),(55,10,'email_word_ids','21','2026-05-07 10:26:45','2026-05-07 10:26:45'),(56,11,'app_user_uid','T08IZIDG05','2026-05-08 09:05:58','2026-05-08 09:05:58'),(57,11,'onboarded_source','','2026-05-08 09:05:58','2026-05-08 09:05:58'),(58,11,'app_user_guid','a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed','2026-05-08 09:05:58','2026-05-08 09:05:58'),(59,11,'name_word_ids','22','2026-05-08 09:06:18','2026-05-08 09:06:18'),(60,11,'name_word_ids','23','2026-05-08 09:06:18','2026-05-08 09:06:18'),(61,11,'name_word_ids','24','2026-05-08 09:06:18','2026-05-08 09:06:18'),(62,11,'email_word_ids','7','2026-05-08 09:06:43','2026-05-08 09:06:43'),(63,11,'email_word_ids','25','2026-05-08 09:06:43','2026-05-08 09:06:43'),(64,12,'app_user_uid','D12LZRYX05','2026-05-12 00:47:09','2026-05-12 00:47:09'),(65,12,'onboarded_source','','2026-05-12 00:47:09','2026-05-12 00:47:09'),(66,12,'app_user_guid','a1c20532-c9b8-46bf-8837-04bc2c7eb4a6','2026-05-12 00:47:09','2026-05-12 00:47:09'),(67,12,'name_word_ids','22','2026-05-12 00:47:51','2026-05-12 00:47:51'),(68,12,'name_word_ids','23','2026-05-12 00:47:51','2026-05-12 00:47:51'),(69,12,'name_word_ids','24','2026-05-12 00:47:51','2026-05-12 00:47:51'),(70,12,'email_word_ids','25','2026-05-12 00:49:46','2026-05-12 00:49:46'),(71,12,'email_word_ids','26','2026-05-12 00:49:46','2026-05-12 00:49:46'),(75,8,'name_word_ids','14','2026-05-12 03:39:38','2026-05-12 03:39:38'),(76,8,'email_word_ids','7','2026-05-12 08:20:52','2026-05-12 08:20:52'),(77,8,'email_word_ids','27','2026-05-12 08:20:52','2026-05-12 08:20:52');
/*!40000 ALTER TABLE `user_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_device_agents`
--

DROP TABLE IF EXISTS `user_device_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_device_agents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_device_agents_name_unique` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_device_agents`
--

LOCK TABLES `user_device_agents` WRITE;
/*!40000 ALTER TABLE `user_device_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_device_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_device_infos`
--

DROP TABLE IF EXISTS `user_device_infos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_device_infos` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `device_identifier` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `device_identifier_index` (`device_identifier`(5)),
  KEY `user_device_infos_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_device_infos`
--

LOCK TABLES `user_device_infos` WRITE;
/*!40000 ALTER TABLE `user_device_infos` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_device_infos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_event_tag_stats`
--

DROP TABLE IF EXISTS `user_event_tag_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_event_tag_stats` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  `total` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `main_unique_index` (`user_id`,`model_type`,`model_id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_event_tag_stats`
--

LOCK TABLES `user_event_tag_stats` WRITE;
/*!40000 ALTER TABLE `user_event_tag_stats` DISABLE KEYS */;
INSERT INTO `user_event_tag_stats` VALUES (1,2,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-07 06:38:12','2026-04-07 06:38:12'),(2,2,'App\\Models\\EventTag\\EventTagCategories',1,11,'2026-04-07 06:38:12','2026-05-13 06:32:42'),(3,2,'App\\Models\\EventTag\\EventTagTypes',1,10,'2026-04-07 06:52:34','2026-05-13 06:32:42'),(4,3,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-07 07:02:48','2026-04-07 07:02:48'),(5,3,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-04-07 07:02:48','2026-04-07 07:02:48'),(6,4,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-07 07:13:46','2026-04-07 07:13:46'),(7,4,'App\\Models\\EventTag\\EventTagCategories',1,2,'2026-04-07 07:13:46','2026-04-07 07:13:53'),(8,4,'App\\Models\\EventTag\\EventTagTypes',1,1,'2026-04-07 07:13:53','2026-04-07 07:13:53'),(9,5,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-07 07:14:17','2026-04-07 07:14:17'),(10,5,'App\\Models\\EventTag\\EventTagCategories',1,5,'2026-04-07 07:14:17','2026-04-16 06:47:58'),(11,5,'App\\Models\\EventTag\\EventTagTypes',1,4,'2026-04-07 07:14:30','2026-04-16 06:47:58'),(12,6,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-15 23:53:22','2026-04-15 23:53:22'),(13,6,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-04-15 23:53:22','2026-04-15 23:53:22'),(14,7,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-15 23:53:23','2026-04-15 23:53:23'),(15,7,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-04-15 23:53:23','2026-04-15 23:53:23'),(16,8,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-16 00:11:27','2026-04-16 00:11:27'),(17,8,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-04-16 00:11:27','2026-04-16 00:11:27'),(18,9,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-04-16 03:16:42','2026-04-16 03:16:42'),(19,9,'App\\Models\\EventTag\\EventTagCategories',1,6,'2026-04-16 03:16:42','2026-04-30 02:51:52'),(20,9,'App\\Models\\EventTag\\EventTagTypes',1,5,'2026-04-16 04:02:39','2026-04-30 02:51:52'),(21,2,'App\\Models\\EventTag\\EventTagTypes',7,1,'2026-04-24 05:49:01','2026-04-24 05:49:01'),(22,2,'App\\Models\\EventTag\\EventTagCategories',3,1,'2026-04-24 05:49:01','2026-04-24 05:49:01'),(23,2,'App\\Models\\EventTag\\EventTagTypes',9,1,'2026-04-24 05:54:04','2026-04-24 05:54:04'),(24,2,'App\\Models\\EventTag\\EventTagCategories',4,1,'2026-04-24 05:54:04','2026-04-24 05:54:04'),(25,1,'App\\Models\\EventTag\\EventTagTypes',1,4,'2026-04-30 02:54:44','2026-05-13 05:36:14'),(26,1,'App\\Models\\EventTag\\EventTagCategories',1,4,'2026-04-30 02:54:44','2026-05-13 05:36:14'),(27,10,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-05-07 10:26:19','2026-05-07 10:26:19'),(28,10,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-05-07 10:26:19','2026-05-07 10:26:19'),(29,11,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-05-08 09:05:58','2026-05-08 09:05:58'),(30,11,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-05-08 09:05:58','2026-05-08 09:05:58'),(31,12,'App\\Models\\EventTag\\EventTagTypes',3,1,'2026-05-12 00:47:09','2026-05-12 00:47:09'),(32,12,'App\\Models\\EventTag\\EventTagCategories',1,1,'2026-05-12 00:47:09','2026-05-12 00:47:09'),(33,8,'App\\Models\\EventTag\\EventTagTypes',8,9,'2026-05-12 03:42:09','2026-05-13 09:08:39'),(34,8,'App\\Models\\EventTag\\EventTagCategories',4,18,'2026-05-12 03:42:09','2026-05-13 09:09:25'),(35,8,'App\\Models\\EventTag\\EventTagTypes',13,9,'2026-05-12 03:43:46','2026-05-13 09:09:25'),(36,11,'App\\Models\\EventTag\\EventTagTypes',8,2,'2026-05-12 08:26:54','2026-05-13 04:25:41'),(37,11,'App\\Models\\EventTag\\EventTagCategories',4,4,'2026-05-12 08:26:54','2026-05-13 05:54:44'),(38,11,'App\\Models\\EventTag\\EventTagTypes',13,2,'2026-05-12 08:29:55','2026-05-13 05:54:44');
/*!40000 ALTER TABLE `user_event_tag_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_event_tags`
--

DROP TABLE IF EXISTS `user_event_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_event_tags` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `module` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_tag_type_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `business_account_id` bigint unsigned NOT NULL,
  `ip_address` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `csrf_token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `model_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `model_id` bigint unsigned DEFAULT NULL,
  `info_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_event_tags_event_tag_type_id_index` (`event_tag_type_id`),
  KEY `user_event_tags_user_id_index` (`user_id`),
  KEY `user_event_tags_business_account_id_ip_address_index` (`business_account_id`,`ip_address`),
  KEY `user_event_tags_model_type_model_id_index` (`model_type`,`model_id`)
) ENGINE=InnoDB AUTO_INCREMENT=383 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_event_tags`
--

LOCK TABLES `user_event_tags` WRITE;
/*!40000 ALTER TABLE `user_event_tags` DISABLE KEYS */;
INSERT INTO `user_event_tags` VALUES (1,NULL,3,2,1,'127.0.0.1',NULL,NULL,NULL,NULL,'2026-04-07 06:38:12','2026-04-07 06:38:12'),(2,NULL,1,NULL,1,'185.177.72.50','AN2WKy4AZVIoepyALUFqbq6WzWhxf0HWbq00rPbE',NULL,NULL,NULL,'2026-04-07 06:42:02','2026-04-07 06:42:02'),(3,NULL,1,NULL,1,'185.177.72.50','NRArUQ44l742xhX2N4K0lmWwOWa20UpvpgUnmpXA',NULL,NULL,NULL,'2026-04-07 06:42:04','2026-04-07 06:42:04'),(4,NULL,1,NULL,1,'185.177.72.50','6d6ObmKmMWoiQdBzpbQ3LblAeugDSuVQRtfFh2vV',NULL,NULL,NULL,'2026-04-07 06:42:05','2026-04-07 06:42:05'),(5,NULL,1,NULL,1,'185.177.72.50','VZ6nlB6JE4ytZqNBGhc3SZncfeVzy8LDAc56zwVr',NULL,NULL,NULL,'2026-04-07 06:42:05','2026-04-07 06:42:05'),(6,NULL,1,NULL,1,'185.177.72.50','eBYqzTvlwmGYha8fb8aaQrEBHVZ8Ufl17gYyOTos',NULL,NULL,NULL,'2026-04-07 06:42:06','2026-04-07 06:42:06'),(7,NULL,1,NULL,1,'185.177.72.50','U0Syvbyb38QJZpWMOV3rqVCrnRxf8m3GhrGMJz9R',NULL,NULL,NULL,'2026-04-07 06:42:06','2026-04-07 06:42:06'),(8,NULL,1,NULL,1,'185.177.72.50','E9c6QV2Khrbk6eWOWBAnrQEcmNG9U4cIHpyntw8S',NULL,NULL,NULL,'2026-04-07 06:42:10','2026-04-07 06:42:10'),(9,NULL,1,NULL,1,'185.177.72.50','LlBYV1ODdjVx4tvaFb332UtHNdtFL2HWcG0UOH8W',NULL,NULL,NULL,'2026-04-07 06:42:10','2026-04-07 06:42:10'),(10,NULL,1,NULL,1,'185.177.72.50','Hej2wrUGPUiv4Uh5ytoRGrgEMkOAabjkMBNUuNco',NULL,NULL,NULL,'2026-04-07 06:42:11','2026-04-07 06:42:11'),(11,NULL,1,NULL,1,'185.177.72.50','Ty3DHi0fQub8EHZ4icvM3tt7uVyejwHjL4CqTNwI',NULL,NULL,NULL,'2026-04-07 06:42:11','2026-04-07 06:42:11'),(12,NULL,1,NULL,1,'185.177.72.50','2dEk2XJQdCZqyxZrPb8jtslR9UAsIVw3F2KRCUfX',NULL,NULL,NULL,'2026-04-07 06:42:11','2026-04-07 06:42:11'),(13,NULL,1,NULL,1,'185.177.72.50','dGsVnJwdC6vF5EUxvPHuCFhycCBhpDATiP1928aV',NULL,NULL,NULL,'2026-04-07 06:42:11','2026-04-07 06:42:11'),(14,NULL,1,NULL,1,'185.177.72.50','sUbeMxIcuMYjNfu4zCAN0laHEVThTcJhGzeDLgko',NULL,NULL,NULL,'2026-04-07 06:42:11','2026-04-07 06:42:11'),(15,NULL,1,NULL,1,'96.41.38.202','9MUi3x14BWAGuAHWHleL6Ee6SzggWqzZpqs9EMah',NULL,NULL,NULL,'2026-04-07 06:42:18','2026-04-07 06:42:18'),(16,NULL,1,NULL,1,'103.4.251.28','vjCz35al4N1tahtrmkYq2Q2YsWhIkpoDujznGZUk',NULL,NULL,NULL,'2026-04-07 06:42:56','2026-04-07 06:42:56'),(17,NULL,1,NULL,1,'103.4.251.28','Heu3tPFBzXfp3QWJE5jrO4Tp6yJvHBTkP0hl7osv',NULL,NULL,NULL,'2026-04-07 06:43:06','2026-04-07 06:43:06'),(18,NULL,1,NULL,1,'96.41.38.202','GPpKQXHmNEayFxbvWA5ybN4t00bpTfKfltOy7xZz',NULL,NULL,NULL,'2026-04-07 06:43:24','2026-04-07 06:43:24'),(19,NULL,1,NULL,1,'96.41.38.202','DgK2n2nePZDtjxVoNHsmIvnLACEGHRBmQLUQAhbZ',NULL,NULL,NULL,'2026-04-07 06:44:26','2026-04-07 06:44:26'),(20,NULL,1,NULL,1,'185.177.72.50','B3zW8PHyueMvfAxSZCUrGmh6VIMCBkFAmPGvog2c',NULL,NULL,NULL,'2026-04-07 06:44:42','2026-04-07 06:44:42'),(21,NULL,1,NULL,1,'185.177.72.50','hJXkWi9hx9qpTS617sEPMyRI4sO7OaQIN49sWkjL',NULL,NULL,NULL,'2026-04-07 06:44:42','2026-04-07 06:44:42'),(22,NULL,1,NULL,1,'185.177.72.50','K4TjvrT7S9jvO7Cy0OQBCqAsepZFKlrvnUkhHNhg',NULL,NULL,NULL,'2026-04-07 06:44:43','2026-04-07 06:44:43'),(23,NULL,1,NULL,1,'185.177.72.50','zD0SkFYfBkH9oymHfGjuktsHhQ2ciAXXWaAZfR2S',NULL,NULL,NULL,'2026-04-07 06:44:43','2026-04-07 06:44:43'),(24,NULL,1,NULL,1,'185.177.72.50','OlpWBP6253OnZneWibqBr2KOA9o8O5IharupgIea',NULL,NULL,NULL,'2026-04-07 06:44:43','2026-04-07 06:44:43'),(25,NULL,1,NULL,1,'185.177.72.50','sR5bJQUyQN7rnYT9bGRolW2Wa2lUMYD5bxehu4D3',NULL,NULL,NULL,'2026-04-07 06:44:43','2026-04-07 06:44:43'),(26,NULL,1,NULL,1,'185.177.72.50','XL4efLm1t4HyyrpnpGmhHJjD5kzMKJb0mSstapp1',NULL,NULL,NULL,'2026-04-07 06:44:43','2026-04-07 06:44:43'),(27,NULL,1,NULL,1,'185.177.72.50','2INHzi4C0AKFHmKrcijvwvpVJD7JZVSg4LiGEEMt',NULL,NULL,NULL,'2026-04-07 06:44:44','2026-04-07 06:44:44'),(28,NULL,1,NULL,1,'185.177.72.50','nZwqha37hBPdhqItyGIjoUBcFAqQl7I6zsih8y08',NULL,NULL,NULL,'2026-04-07 06:44:44','2026-04-07 06:44:44'),(29,NULL,1,NULL,1,'185.177.72.50','6rYVPF8e5CDNkbNzTL5iMg9eKFA81j8dWnLGEEP1',NULL,NULL,NULL,'2026-04-07 06:44:44','2026-04-07 06:44:44'),(30,NULL,1,NULL,1,'185.177.72.50','IjjO495BHdShU1MGl6F75BWd31aXqxfnBx4ZeFXN',NULL,NULL,NULL,'2026-04-07 06:44:45','2026-04-07 06:44:45'),(31,NULL,1,NULL,1,'185.177.72.50','QSLk4Q8wbMI4qrMmeOPCIgxdsGoyis9z1UJssCMM',NULL,NULL,NULL,'2026-04-07 06:44:45','2026-04-07 06:44:45'),(32,NULL,1,NULL,1,'185.177.72.50','HzDGLKGsBEO736zrL9j4RcQxQhoO0dcf5y4AN8DV',NULL,NULL,NULL,'2026-04-07 06:44:45','2026-04-07 06:44:45'),(33,NULL,1,NULL,1,'185.177.72.50','zngtXHtDW42tFaMWEpJV5jv1FgJyVS146Rsxo70j',NULL,NULL,NULL,'2026-04-07 06:44:46','2026-04-07 06:44:46'),(34,NULL,1,NULL,1,'185.177.72.50','Zb876ZgY02hHE3YWEtRdX1q6dGHp9UreuZyEyq5u',NULL,NULL,NULL,'2026-04-07 06:44:46','2026-04-07 06:44:46'),(35,NULL,1,NULL,1,'185.177.72.50','7lwqUkxCwhGLVwlqINmVVsw7lzyx7TabtnTMAvpd',NULL,NULL,NULL,'2026-04-07 06:44:46','2026-04-07 06:44:46'),(36,NULL,1,NULL,1,'185.177.72.50','AXCeF0Bd4klKsQ6n8MW5t8Ut6fmhXaRho5tWlc09',NULL,NULL,NULL,'2026-04-07 06:44:46','2026-04-07 06:44:46'),(37,NULL,1,NULL,1,'185.177.72.50','9WbukwS70as1MjeTIfgrp2LQfCyTPgxMRlYbBjcH',NULL,NULL,NULL,'2026-04-07 06:44:47','2026-04-07 06:44:47'),(38,NULL,1,NULL,1,'185.177.72.50','J42D3c7CvCARWkzlppA8WAS5e8bkP9ERyy23s9ce',NULL,NULL,NULL,'2026-04-07 06:44:48','2026-04-07 06:44:48'),(39,NULL,1,NULL,1,'185.177.72.50','LPckFM0rjn6EAAfCx8L5LGXl1IbqnYbG2MKKnU9T',NULL,NULL,NULL,'2026-04-07 06:44:50','2026-04-07 06:44:50'),(40,NULL,1,NULL,1,'185.177.72.50','SIpFoRvzWFXaPiGiAMxkRpCSzM5EX0CjojX4SOdW',NULL,NULL,NULL,'2026-04-07 06:44:51','2026-04-07 06:44:51'),(41,NULL,1,NULL,1,'185.177.72.50','RmBe2suVKn4cD4iPNN3pNrqPXRqtOQVwYVpGgUZn',NULL,NULL,NULL,'2026-04-07 06:44:51','2026-04-07 06:44:51'),(42,NULL,1,NULL,1,'185.177.72.50','1PvlD9uXsKfAqDE2uX2T4EtNEmKQUTeBztfZHvuE',NULL,NULL,NULL,'2026-04-07 06:44:51','2026-04-07 06:44:51'),(43,NULL,1,NULL,1,'185.177.72.50','PGlJO5O0QMaL0TVyrpWCWoIdz0vqPEr9ouc88NPU',NULL,NULL,NULL,'2026-04-07 06:44:52','2026-04-07 06:44:52'),(44,NULL,1,NULL,1,'185.177.72.50','4MQ9AXrPxpehLkoZtPbOy6ITG9UwOddaw8K05JuK',NULL,NULL,NULL,'2026-04-07 06:44:52','2026-04-07 06:44:52'),(45,NULL,1,NULL,1,'185.177.72.50','HsSLkNCaUSEUBqA01dPTrALaLPlOyldjtDWY0Yvw',NULL,NULL,NULL,'2026-04-07 06:44:52','2026-04-07 06:44:52'),(46,NULL,1,NULL,1,'185.177.72.50','iJBejCzDrr9N4MsN1xhjJnOw6IDuhUVLkKf17qAZ',NULL,NULL,NULL,'2026-04-07 06:44:52','2026-04-07 06:44:52'),(47,NULL,1,NULL,1,'185.177.72.50','3cuKdsWMXCg71IBarXucXZYBiSxPXoMfY5jU5R3W',NULL,NULL,NULL,'2026-04-07 06:44:52','2026-04-07 06:44:52'),(48,NULL,1,NULL,1,'185.177.72.50','upuGssdzRn812auUAtcgJQPOLPZeefRH84RBqs9s',NULL,NULL,NULL,'2026-04-07 06:44:53','2026-04-07 06:44:53'),(49,NULL,1,NULL,1,'185.177.72.50','edq2RvgumEWtjuaiMWChDGd7pbgut65KY5xDFr7u',NULL,NULL,NULL,'2026-04-07 06:44:53','2026-04-07 06:44:53'),(50,NULL,1,NULL,1,'185.177.72.50','OPNQGeKWjvqAoLkihpn67DftyYVEnxDnPE407Rq9',NULL,NULL,NULL,'2026-04-07 06:44:53','2026-04-07 06:44:53'),(51,NULL,1,NULL,1,'185.177.72.50','eQB2eV9wbl1t4BB0xsR184IfPnf7ZwHplgf33s7r',NULL,NULL,NULL,'2026-04-07 06:44:53','2026-04-07 06:44:53'),(52,NULL,1,NULL,1,'185.177.72.50','svuxuklhxL7ukoCCIyYfMajhI2qL77PJJTFZFEHQ',NULL,NULL,NULL,'2026-04-07 06:44:54','2026-04-07 06:44:54'),(53,NULL,1,NULL,1,'185.177.72.50','EIF3MMVjDZyI7tBQLaqOk3BgHOJbmvZYpRA0RLrg',NULL,NULL,NULL,'2026-04-07 06:44:54','2026-04-07 06:44:54'),(54,NULL,1,NULL,1,'185.177.72.50','XSilt6uuF5YNSGWLAIqDWy5yrpqGiIx6V7QyMxgp',NULL,NULL,NULL,'2026-04-07 06:44:55','2026-04-07 06:44:55'),(55,NULL,1,NULL,1,'185.177.72.50','fInKlvGtiP7tTCrtScBZTZ5b6mCr4DyKBk1ePjkH',NULL,NULL,NULL,'2026-04-07 06:44:55','2026-04-07 06:44:55'),(56,NULL,1,NULL,1,'185.177.72.50','4L6oA94KNtxvoXmqOgYCt2SMDF5rwyj7PVsfjy7g',NULL,NULL,NULL,'2026-04-07 06:44:57','2026-04-07 06:44:57'),(57,NULL,1,NULL,1,'185.177.72.50','c90za61GohNaE0aJ8DpqVHKxYClt8EAg7o68l4Tv',NULL,NULL,NULL,'2026-04-07 06:44:57','2026-04-07 06:44:57'),(58,NULL,1,NULL,1,'185.177.72.50','8S2L0U2ufJdWlsMuGcwckMJ56I96UtZWXMDmN2zT',NULL,NULL,NULL,'2026-04-07 06:44:58','2026-04-07 06:44:58'),(59,NULL,1,NULL,1,'185.177.72.50','3KRYOdgZkUesIdCWO8Kl5HSpuqZnPZzBbhkSdzGu',NULL,NULL,NULL,'2026-04-07 06:44:59','2026-04-07 06:44:59'),(60,NULL,1,NULL,1,'185.177.72.50','klVPkeRvcKGmt9c6ijfYlp1FLANL8F9Vqk6tbiG4',NULL,NULL,NULL,'2026-04-07 06:44:59','2026-04-07 06:44:59'),(61,NULL,1,NULL,1,'185.177.72.50','JwVgfFe28YTmUPyTxARBt0gkiuWNlQNpmBB0pZG2',NULL,NULL,NULL,'2026-04-07 06:44:59','2026-04-07 06:44:59'),(62,NULL,1,NULL,1,'185.177.72.50','WcMx5ncq0Na1MIO45gp7PELB2ow7YxKHPYdyWoWS',NULL,NULL,NULL,'2026-04-07 06:45:00','2026-04-07 06:45:00'),(63,NULL,1,NULL,1,'185.177.72.50','zMNjUFqX9sDGd7D0Hdbe4uH27fNFFcLEtoY106ml',NULL,NULL,NULL,'2026-04-07 06:45:00','2026-04-07 06:45:00'),(64,NULL,1,NULL,1,'185.177.72.50','sv3dugc1sj2JdY4q5QFnj9KLTVl5vM4ZDpRI0Enn',NULL,NULL,NULL,'2026-04-07 06:45:01','2026-04-07 06:45:01'),(65,NULL,1,NULL,1,'185.177.72.50','ZXwGBWJiSyQRcSQBsGcoRu3FGjHEyBZBnglD4a3D',NULL,NULL,NULL,'2026-04-07 06:45:04','2026-04-07 06:45:04'),(66,NULL,1,NULL,1,'185.177.72.50','eanFOGUwJhDA98mdH5lxVZkVFlBJ2RlQAjeLJZup',NULL,NULL,NULL,'2026-04-07 06:45:04','2026-04-07 06:45:04'),(67,NULL,1,NULL,1,'185.177.72.50','aWxyCBVBeKWQKIRDCrEPpFbpLcxihYb5h4NEt1hV',NULL,NULL,NULL,'2026-04-07 06:45:05','2026-04-07 06:45:05'),(68,NULL,1,NULL,1,'185.177.72.50','wUYxmQAoTjDIWKVsVT1ICsiJcVhfRNi6y1E4EqTE',NULL,NULL,NULL,'2026-04-07 06:45:05','2026-04-07 06:45:05'),(69,NULL,1,NULL,1,'185.177.72.50','bOPsFqWJlNKQfJjrbcAoas3IRbeBow03Tya5n5KQ',NULL,NULL,NULL,'2026-04-07 06:45:09','2026-04-07 06:45:09'),(70,NULL,1,NULL,1,'185.177.72.50','lEfmkRP2ML4n3K5EuDGD9KiBj4cB3yfGsQO3QvB7',NULL,NULL,NULL,'2026-04-07 06:45:10','2026-04-07 06:45:10'),(71,NULL,1,NULL,1,'185.177.72.50','GutdHWj5vPOiCJ3GtQ0I2crTf356qYE2BCKRcmJY',NULL,NULL,NULL,'2026-04-07 06:45:10','2026-04-07 06:45:10'),(72,NULL,1,NULL,1,'185.177.72.50','L8GeNJMIbuEX9wrmO2A0DlW9MOScLZbP7LI84vEV',NULL,NULL,NULL,'2026-04-07 06:45:11','2026-04-07 06:45:11'),(73,NULL,1,NULL,1,'185.177.72.50','dRrH3lvYMYQTa59iv6xXm8Oc1aTt4nqx1aFS5ZYd',NULL,NULL,NULL,'2026-04-07 06:45:12','2026-04-07 06:45:12'),(74,NULL,1,NULL,1,'185.177.72.50','MJez86WY65BETTtwVqO33W3Uhp4KHCWCDx9MFUYC',NULL,NULL,NULL,'2026-04-07 06:45:12','2026-04-07 06:45:12'),(75,NULL,1,NULL,1,'185.177.72.50','Rx3niG1pTApwVKlNgeumAQxe2S8FcQv9yTFVBejR',NULL,NULL,NULL,'2026-04-07 06:45:13','2026-04-07 06:45:13'),(76,NULL,1,NULL,1,'185.177.72.50','uKbD2gxPSVFB0sV5PUNCAqcBlYtQ0FEwXoXjjuFf',NULL,NULL,NULL,'2026-04-07 06:45:13','2026-04-07 06:45:13'),(77,NULL,1,NULL,1,'185.177.72.50','yDhN01z4ZVFCBUbz3DlEbIWTbPLwiOhY9iFDWV2n',NULL,NULL,NULL,'2026-04-07 06:45:14','2026-04-07 06:45:14'),(78,NULL,1,NULL,1,'185.177.72.50','WPnM1ApYXjkCohz8XLW2xJ1dNtptZkdAbi7WQAgW',NULL,NULL,NULL,'2026-04-07 06:45:15','2026-04-07 06:45:15'),(79,NULL,1,NULL,1,'185.177.72.50','UTZiOf9iq9i0FzDqmWrE9S2qArY68EukOODCYGRD',NULL,NULL,NULL,'2026-04-07 06:45:16','2026-04-07 06:45:16'),(80,NULL,1,NULL,1,'185.177.72.50','lsGPdcRrZ4LeTBMTkrDRmKklJDrRNooovzWpqvii',NULL,NULL,NULL,'2026-04-07 06:45:16','2026-04-07 06:45:16'),(81,NULL,1,NULL,1,'185.177.72.50','v9cVVCF4RNEdyR22wXBlX8saq0gUDKDp6LDWV7C2',NULL,NULL,NULL,'2026-04-07 06:45:16','2026-04-07 06:45:16'),(82,NULL,1,NULL,1,'185.177.72.50','3wotFt9APpmZw3mVXHrTyqSB1MKj0wuhcQ8siXfE',NULL,NULL,NULL,'2026-04-07 06:45:16','2026-04-07 06:45:16'),(83,NULL,1,NULL,1,'185.177.72.50','2sgHGnBRzlU0TsS1hJvaEGNYhMzfti98hCPozQBE',NULL,NULL,NULL,'2026-04-07 06:45:17','2026-04-07 06:45:17'),(84,NULL,1,NULL,1,'185.177.72.50','qtMasPPtOM4r9p2rU9mdSGWF54x2JHqNGPo95uJ6',NULL,NULL,NULL,'2026-04-07 06:45:18','2026-04-07 06:45:18'),(85,NULL,1,NULL,1,'185.177.72.50','rxPGo3XL8tv05xYLpCOvY1vC5u7KKZwQiNIhnSrl',NULL,NULL,NULL,'2026-04-07 06:45:20','2026-04-07 06:45:20'),(86,NULL,1,NULL,1,'185.177.72.50','Dyq5EodUcSmK2yEH9vfKIq6NLG80052KQxrsjSFn',NULL,NULL,NULL,'2026-04-07 06:45:22','2026-04-07 06:45:22'),(87,NULL,1,NULL,1,'185.177.72.50','1zCPYOtoxpKwJ0oQBtBGZeDiPlmJmCbKRIx1754s',NULL,NULL,NULL,'2026-04-07 06:45:23','2026-04-07 06:45:23'),(88,NULL,1,NULL,1,'185.177.72.50','QBqaAsk3XlY86ihzDfHETBcddrddUaoEP9iRQBxu',NULL,NULL,NULL,'2026-04-07 06:45:23','2026-04-07 06:45:23'),(89,NULL,1,NULL,1,'185.177.72.50','kH6mLDQYdoBmIPSm9TQySttYm3HbakYpkUrXLQKh',NULL,NULL,NULL,'2026-04-07 06:45:25','2026-04-07 06:45:25'),(90,NULL,1,NULL,1,'185.177.72.50','YU6c2eAAXL0mS5MUfHXB6Uq7Ag3uTjPNRhXkgFqT',NULL,NULL,NULL,'2026-04-07 06:45:25','2026-04-07 06:45:25'),(91,NULL,1,NULL,1,'185.177.72.50','kyQeF1fdX8BvupbehGtrrrta4qhen2cc8K5vFxII',NULL,NULL,NULL,'2026-04-07 06:45:25','2026-04-07 06:45:25'),(92,NULL,1,NULL,1,'2a05:9403::5f9','9uiFIuBHud2nzCtTd1H19zmugtRrNB8G46nm10Xh',NULL,NULL,NULL,'2026-04-07 06:46:20','2026-04-07 06:46:20'),(93,NULL,1,NULL,1,'2a05:9403::5f9','2ThK7wSimSngrQEDWkwWy5VkqpL7ICKxhADuqrSV',NULL,NULL,NULL,'2026-04-07 06:46:21','2026-04-07 06:46:21'),(94,NULL,1,NULL,1,'97.209.211.198','2A7wXYjFoX99Ra1UlYIrERQKajZTY0uUuooH6ydM',NULL,NULL,NULL,'2026-04-07 06:46:24','2026-04-07 06:46:24'),(95,NULL,1,NULL,1,'108.28.151.210','BnfyTUrUa00aZFDZ9FHI8dHTRVAuQrHXpDmWPHo3',NULL,NULL,NULL,'2026-04-07 06:46:29','2026-04-07 06:46:29'),(96,NULL,1,NULL,1,'173.215.87.32','IDSUuXJd7s9xW5p5MgnCWES363Pq8dDVOc4dw5C0',NULL,NULL,NULL,'2026-04-07 06:46:31','2026-04-07 06:46:31'),(97,NULL,1,NULL,1,'146.70.117.91','tlXOyGC5ajDQcuHON58pO3aaSt6U1WEqKxy91JKO',NULL,NULL,NULL,'2026-04-07 06:48:08','2026-04-07 06:48:08'),(98,NULL,1,NULL,1,'146.70.117.91','VDrGVCtFQtiOpQBWSoneXvA9PtoKSCcg4gJ8JeKs',NULL,NULL,NULL,'2026-04-07 06:48:22','2026-04-07 06:48:22'),(99,NULL,1,NULL,1,'146.70.117.91','pfi0rVnENNh6twpZKYX27RjRvlDU4sEBKFbtNhXw',NULL,NULL,NULL,'2026-04-07 06:48:27','2026-04-07 06:48:27'),(100,NULL,1,4,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW',NULL,NULL,NULL,'2026-04-07 06:52:34','2026-04-07 07:13:53'),(101,NULL,1,NULL,1,'54.226.142.197','A3mdLeQW2D7FB1516oe8lMMNQ0A0QL51MMvfnw2G',NULL,NULL,NULL,'2026-04-07 06:56:36','2026-04-07 06:56:36'),(102,NULL,1,NULL,1,'3.92.174.30','Q30r0QymMe68hKxm5zFL6othgKcvct3L8bOxfaGx',NULL,NULL,NULL,'2026-04-07 07:00:23','2026-04-07 07:00:23'),(103,NULL,3,3,1,'136.158.78.60',NULL,NULL,NULL,NULL,'2026-04-07 07:02:48','2026-04-07 07:02:48'),(104,NULL,1,NULL,1,'104.252.191.72','XKed3RhUFvbB8F5Cd9cfhPJyojJr4AZ2oq7FyFNn',NULL,NULL,NULL,'2026-04-07 07:11:11','2026-04-07 07:11:11'),(105,NULL,1,NULL,1,'3.92.174.30','zWLTEJTt1E9lmno5ENQo01tz9cr6A8FTEoKEqfBw',NULL,NULL,NULL,'2026-04-07 07:11:14','2026-04-07 07:11:14'),(106,NULL,1,NULL,1,'104.252.191.72','xkZnQnxAMTmjQfNbsYeQ99uQK4KjZKl5fKJQf2Ae',NULL,NULL,NULL,'2026-04-07 07:11:20','2026-04-07 07:11:20'),(107,NULL,3,4,1,'136.158.78.60',NULL,NULL,NULL,NULL,'2026-04-07 07:13:46','2026-04-07 07:13:46'),(108,NULL,1,4,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW',NULL,NULL,NULL,'2026-04-07 07:13:53','2026-04-07 07:13:53'),(109,NULL,3,5,1,'136.158.78.60',NULL,NULL,NULL,NULL,'2026-04-07 07:14:17','2026-04-07 07:14:17'),(110,NULL,1,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC',NULL,NULL,NULL,'2026-04-07 07:14:27','2026-04-07 07:14:30'),(111,NULL,1,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC',NULL,NULL,NULL,'2026-04-07 07:14:30','2026-04-07 07:14:30'),(112,NULL,1,NULL,1,'34.90.66.217','iNm8OG0mW85iokLKxhxhTRvqIaPUoI8I5HJweQ3n',NULL,NULL,NULL,'2026-04-07 07:19:52','2026-04-07 07:19:52'),(113,NULL,1,NULL,1,'91.196.152.162','Nd9otpUx5J1z7oDnpCruYUmrQRtNsPy9avd6hbsM',NULL,NULL,NULL,'2026-04-07 07:36:15','2026-04-07 07:36:15'),(114,NULL,1,NULL,1,'136.158.60.215','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05',NULL,NULL,NULL,'2026-04-07 07:38:11','2026-04-07 07:38:11'),(115,NULL,1,NULL,1,'74.7.241.19','5w8Euuz4VzDhzUJvKSKruYlUrWjNoVAjumS6blqa',NULL,NULL,NULL,'2026-04-07 07:44:04','2026-04-07 07:44:04'),(116,NULL,1,NULL,1,'91.231.89.16','wjGj9veBunXG7tHSLjcH5OzEyMchxb6Q3hw1CaAO',NULL,NULL,NULL,'2026-04-07 07:44:26','2026-04-07 07:44:26'),(117,NULL,1,NULL,1,'91.231.89.23','KxiUCv7BdAxeasamrb3MQvCWS4GTeAjtvkYKHLnJ',NULL,NULL,NULL,'2026-04-07 07:56:14','2026-04-07 07:56:14'),(118,NULL,1,NULL,1,'199.217.99.225','twL642DJGx85aL1f4ebjWSRXefhp3tY8703EaLEI',NULL,NULL,NULL,'2026-04-07 07:58:08','2026-04-07 07:58:08'),(119,NULL,1,NULL,1,'91.231.89.32','0BT6PaJvhAYOxRUsBwQjzD6zmqbrQYWnJfaMFo8C',NULL,NULL,NULL,'2026-04-07 07:59:53','2026-04-07 07:59:53'),(120,NULL,1,NULL,1,'91.231.89.37','S9MQL6ix2rTV30GVzVQL9RBPitvccaAHBLpN0BwC',NULL,NULL,NULL,'2026-04-07 08:00:23','2026-04-07 08:00:23'),(121,NULL,1,NULL,1,'91.196.152.48','9cWGA6KqWu70NLL8SFI8P5AbXvuSPcYfSNbVs5vm',NULL,NULL,NULL,'2026-04-07 08:03:15','2026-04-07 08:03:15'),(122,NULL,1,NULL,1,'91.231.89.18','0t1HxftzKXlouJlNN6Wb0duo87OOkYXxxw0CVIQM',NULL,NULL,NULL,'2026-04-07 08:09:30','2026-04-07 08:09:30'),(123,NULL,1,NULL,1,'91.196.152.145','HZG1CqXPxNZy23t7oKC0p9MenoTkdYflTnAfx4TP',NULL,NULL,NULL,'2026-04-07 08:09:45','2026-04-07 08:09:45'),(124,NULL,1,NULL,1,'34.41.43.240','qWCAiYYUpslS1ociAzSk9FaIUX8urqwnN3p82SQH',NULL,NULL,NULL,'2026-04-07 08:14:41','2026-04-07 08:14:41'),(125,NULL,1,NULL,1,'91.196.152.165','e2B6HtBDaRJNocUuvfrff8q3oP1weZRRGm2jYQLs',NULL,NULL,NULL,'2026-04-07 08:15:27','2026-04-07 08:15:27'),(126,NULL,1,NULL,1,'216.73.216.222','oLBHVtGj7RDB6nHKOlMAItjvDCOX0d3ZhTi3N7CO',NULL,NULL,NULL,'2026-04-07 08:24:25','2026-04-07 08:24:25'),(127,NULL,1,NULL,1,'34.220.64.93','o1ksKikZHBW6RfOdcnzPA8AxYcOBCK7swVIObTwq',NULL,NULL,NULL,'2026-04-07 08:56:07','2026-04-07 08:56:07'),(128,NULL,1,NULL,1,'34.220.64.93','W5Z7EMOwTyf8VPDZ8GivcmVMedm2PP7bxmn1zdSz',NULL,NULL,NULL,'2026-04-07 08:56:07','2026-04-07 08:56:07'),(129,NULL,1,NULL,1,'34.211.53.65','QFGQYDGMpm1u7tSBSFB1QGmMI8ScNKM74JYkrtHt',NULL,NULL,NULL,'2026-04-07 08:59:24','2026-04-07 08:59:24'),(130,NULL,1,NULL,1,'34.211.53.65','uEXIagZu38Qk4qZZ3155Y9q24WzPFIo8JdX6Sk6r',NULL,NULL,NULL,'2026-04-07 08:59:34','2026-04-07 08:59:34'),(131,NULL,1,NULL,1,'216.73.216.222','hNMlz4AaRtuu6LjZrl8lOViK80ieCpVPqgceg8h2',NULL,NULL,NULL,'2026-04-07 10:13:41','2026-04-07 10:13:41'),(132,NULL,1,NULL,1,'216.73.216.222','AYhx1aqgU6AGefkn3fbNEcotIwd0ler5bBOqplOf',NULL,NULL,NULL,'2026-04-07 10:14:06','2026-04-07 10:14:06'),(133,NULL,1,NULL,1,'216.73.216.222','m3BJYCsTT24etZq8crMP1TQc8PDeb5Gf1J2ZxIAC',NULL,NULL,NULL,'2026-04-07 11:51:12','2026-04-07 11:51:12'),(134,NULL,1,NULL,1,'167.94.146.61','8rtbDIhKH4dxE1s9xxXyt5SWNR8nPDA0DkFy1pNr',NULL,NULL,NULL,'2026-04-07 14:53:02','2026-04-07 14:53:02'),(135,NULL,1,NULL,1,'2602:80d:1005::','mf5tJbM4KaN8rkpKkwEIByjtY0XEikMg5l9W3KYs',NULL,NULL,NULL,'2026-04-07 14:53:04','2026-04-07 14:53:04'),(136,NULL,1,NULL,1,'2602:80d:1005::','zdcUPpwLLm7BzMUnexcbyiqQbpkS26Snu82VcI6T',NULL,NULL,NULL,'2026-04-07 14:53:06','2026-04-07 14:53:06'),(137,NULL,1,NULL,1,'66.132.195.91','rU90NW0xddTQ9Uk5ZeK6HifZFthbbEkeKK0MIjgt',NULL,NULL,NULL,'2026-04-07 15:02:45','2026-04-07 15:02:45'),(138,NULL,1,NULL,1,'2602:80d:1008::','Xion9FFlfLlZwuK1Blccuw7cJdj0TxdRKsZo5Vai',NULL,NULL,NULL,'2026-04-07 15:02:47','2026-04-07 15:02:47'),(139,NULL,1,NULL,1,'2602:80d:1008::','wdPqzZ86cwj2uPqRxuGSuyx0NtSse1yoCwDF2ALq',NULL,NULL,NULL,'2026-04-07 15:02:49','2026-04-07 15:02:49'),(140,NULL,1,NULL,1,'149.102.232.244','FhDT6h9f5EYQK17Sy5LsVbU1cvi31lMNzMJRoecY',NULL,NULL,NULL,'2026-04-07 16:00:56','2026-04-07 16:00:56'),(141,NULL,1,NULL,1,'2a00:4b40:1000:','TN4WXaAO8NKqMTT6FBblNc1RvHNeFd3HtQUulpNv',NULL,NULL,NULL,'2026-04-07 16:19:47','2026-04-07 16:19:47'),(142,NULL,1,NULL,1,'2a00:4b40:1000:','ZLMFRWsYYxrai9rYhDHPqH9yqcdawEdjgdpk40os',NULL,NULL,NULL,'2026-04-07 16:23:12','2026-04-07 16:23:12'),(143,NULL,1,NULL,1,'2a00:4b40:1000:','R3BayUqjddkUFn7EsZWV17ncgnmcj1Qcro1dMqBU',NULL,NULL,NULL,'2026-04-07 16:24:46','2026-04-07 16:24:46'),(144,NULL,1,NULL,1,'2a00:4b40:1000:','jgf6xACgUgjhj39BzWdReU5YlZCQOwsDtsRiuzEE',NULL,NULL,NULL,'2026-04-07 16:34:55','2026-04-07 16:34:55'),(145,NULL,1,NULL,1,'185.111.90.125','gmtxhHXyOB3xRcvF3GwlCiFLgt6GheUe7h3w7BIX',NULL,NULL,NULL,'2026-04-07 16:46:31','2026-04-07 16:46:31'),(146,NULL,1,NULL,1,'34.16.213.34','BMHL9ZqH1bjtJTXwaeK6iBcgqF2M6NTp9b4D4SRI',NULL,NULL,NULL,'2026-04-07 19:02:55','2026-04-07 19:02:55'),(147,NULL,1,NULL,1,'34.16.213.34','wm1Jtdjh05ZVfCaNuxbiISS3owuKTace0FD66qxl',NULL,NULL,NULL,'2026-04-07 20:02:44','2026-04-07 20:02:44'),(148,NULL,1,NULL,1,'34.7.148.152','SYriqe9vKn9MHytbI70dnIN3Pi8ehlr33WlHTN9Z',NULL,NULL,NULL,'2026-04-07 21:16:35','2026-04-07 21:16:35'),(149,NULL,1,NULL,1,'2a06:98c0:360b:','QqZ8P58bcvHgqS3lhvXTGTOfdSbhIT0lCU3qqbWC',NULL,NULL,NULL,'2026-04-08 02:25:22','2026-04-08 02:25:22'),(150,NULL,1,NULL,1,'34.142.248.124','sgauW2uh0UJhBYDsfz1HnImbGQPiItj24wdgs6Cp',NULL,NULL,NULL,'2026-04-08 03:35:02','2026-04-08 03:35:02'),(151,NULL,1,NULL,1,'34.142.248.124','Ao0IsS8FAjZMJmuP8Ss9qV7V2sbBzEYrCnTJ4UTw',NULL,NULL,NULL,'2026-04-08 03:35:04','2026-04-08 03:35:04'),(152,NULL,1,NULL,1,'35.199.158.50','IyS8i9ZAC5l5xtGSdZLTLAUFCRxx6VWMwwG0Tu7D',NULL,NULL,NULL,'2026-04-08 07:06:23','2026-04-08 07:06:23'),(153,NULL,1,NULL,1,'34.168.249.182','1B6sucPyhYnnmFgx1f7vBKFJP1wSuXEeNf9Vn31v',NULL,NULL,NULL,'2026-04-08 07:11:20','2026-04-08 07:11:20'),(154,NULL,1,NULL,1,'23.27.145.119','jeKOfQ6aVp7fvrccmNzavMjY4ZKGrRKOFeQvlCHO',NULL,NULL,NULL,'2026-04-08 08:08:57','2026-04-08 08:08:57'),(155,NULL,1,NULL,1,'87.236.176.102','bD4Bu3mRCuI6BYWvl9iXd1jK7UEwhh6qCJ9szYC8',NULL,NULL,NULL,'2026-04-08 10:22:57','2026-04-08 10:22:57'),(156,NULL,1,NULL,1,'185.247.137.164','tpnbGUYoGhErTYSN5m0TGceeNQSzKoFfn5tCsjgj',NULL,NULL,NULL,'2026-04-08 10:22:58','2026-04-08 10:22:58'),(157,NULL,1,NULL,1,'2a07:e05:3:1f::','nehf6u7yoglMo1yFoez6mUfiVRD4LaLRkSp4NPhb',NULL,NULL,NULL,'2026-04-08 11:41:49','2026-04-08 11:41:49'),(158,NULL,1,NULL,1,'23.27.145.245','S6AAhDaq01Sc3yw0i53IVZnvLl9DQMXXGkfmVXO5',NULL,NULL,NULL,'2026-04-08 12:03:32','2026-04-08 12:03:32'),(159,NULL,1,NULL,1,'35.226.65.92','a6fie3Ry7ccstQJsmpepoYbyRCkdbfAm1ZfjV2jJ',NULL,NULL,NULL,'2026-04-08 15:13:25','2026-04-08 15:13:25'),(160,NULL,1,NULL,1,'93.123.109.214','PDcExDnQGEDeBsCq19uXE8XUHG5EigG9ukeJRk2I',NULL,NULL,NULL,'2026-04-08 17:59:12','2026-04-08 17:59:12'),(161,NULL,1,NULL,1,'93.123.109.214','AvBmKn7UVmpHbBjsre8V0d5bSLLzkKc0AoAS04CV',NULL,NULL,NULL,'2026-04-08 17:59:14','2026-04-08 17:59:14'),(162,NULL,1,NULL,1,'93.123.109.214','QRFtCkhSWplQ0KzLwXj3Mq42QkhKkQr7Z0h70e68',NULL,NULL,NULL,'2026-04-08 17:59:18','2026-04-08 17:59:18'),(163,NULL,1,NULL,1,'93.123.109.214','qybG10CBxmt6e2YzpcAh3XpVKTFiD8KAnsPSLJoy',NULL,NULL,NULL,'2026-04-08 17:59:19','2026-04-08 17:59:19'),(164,NULL,1,NULL,1,'93.123.109.214','ShowwJOdKcYG9Vm8Hrm7rdpfe1JCnQtDQvFCV1wN',NULL,NULL,NULL,'2026-04-08 17:59:21','2026-04-08 17:59:21'),(165,NULL,1,NULL,1,'93.123.109.214','Uqv9EIa5JPpAofmQLReYVvMHXhcbP6TCVMRS4MPu',NULL,NULL,NULL,'2026-04-08 17:59:23','2026-04-08 17:59:23'),(166,NULL,1,NULL,1,'93.123.109.214','jttjnrVVwsNregldlT2a1CxaWfBmTYOQNViMHitj',NULL,NULL,NULL,'2026-04-08 17:59:24','2026-04-08 17:59:24'),(167,NULL,1,NULL,1,'165.232.179.255','yEL2P9WlfDHD834xzyxTBHxqRFIZE6FfQMIkvsOE',NULL,NULL,NULL,'2026-04-08 19:29:19','2026-04-08 19:29:19'),(168,NULL,1,NULL,1,'165.232.179.255','6nc9oSwzUIjcV4mtxR10No5KDyNkGXn6jJ2EZ3Hd',NULL,NULL,NULL,'2026-04-08 19:29:20','2026-04-08 19:29:20'),(169,NULL,1,NULL,1,'34.91.88.143','vHEmn7nQ2yBxorE2fTwh9CGmbsrngXsYUqdhFzig',NULL,NULL,NULL,'2026-04-08 20:17:14','2026-04-08 20:17:14'),(170,NULL,1,NULL,1,'34.124.179.115','hoosAi7oIUbzWC3iMMyItDczPCtRglt5Lz3zRqjB',NULL,NULL,NULL,'2026-04-08 23:11:52','2026-04-08 23:11:52'),(171,NULL,1,NULL,1,'34.124.179.115','Clb1EFoP9ZrVHULJbnDBTFyv9EjXJt2JoCmlEslN',NULL,NULL,NULL,'2026-04-08 23:11:53','2026-04-08 23:11:53'),(172,NULL,1,NULL,1,'34.141.144.178','FPtWiK3Rmch4ctM7n6nqkkowzdJjKpeNIBd2QVc0',NULL,NULL,NULL,'2026-04-09 03:02:48','2026-04-09 03:02:48'),(173,NULL,1,NULL,1,'2a07:e05:3:1f::','asf1w1IMBTyWBgSja9QMH1oa3J8sxsuKYwb19zx2',NULL,NULL,NULL,'2026-04-09 03:20:34','2026-04-09 03:20:34'),(174,NULL,1,NULL,1,'149.57.180.72','4sXwpkIYNMfV7pQ2CineQMBET5GSUmOHlDLJankC',NULL,NULL,NULL,'2026-04-09 08:07:59','2026-04-09 08:07:59'),(175,NULL,1,NULL,1,'35.239.111.26','tnc7K7CI3xARmIATysMbLE4BDEE9T0M8EtiIRuVK',NULL,NULL,NULL,'2026-04-09 11:00:30','2026-04-09 11:00:30'),(176,NULL,1,NULL,1,'23.27.145.143','pKuHg3AZdgnZopXidZuohCOyhwelfuh9AKTbNFM5',NULL,NULL,NULL,'2026-04-09 12:03:34','2026-04-09 12:03:34'),(177,NULL,1,NULL,1,'2a0a:4cc0:2000:','NTxWMnR56NNcLJ10r5X3TN692ii5n7OkbqGJGkoE',NULL,NULL,NULL,'2026-04-10 11:04:03','2026-04-10 11:04:03'),(178,NULL,1,NULL,1,'2a14:7c1:400::1','9pZ1KyNunHMu624IkKaUk8tYyvhGPa2sja4WwnFk',NULL,NULL,NULL,'2026-04-10 12:54:48','2026-04-10 12:54:48'),(179,NULL,1,NULL,1,'206.189.143.95','3If8qWPCVrTKT3tDQ416ZcDzR9jhaOXCc3j71LK6',NULL,NULL,NULL,'2026-04-10 18:53:21','2026-04-10 18:53:21'),(180,NULL,1,NULL,1,'206.189.143.95','jk1Ysd914zGrSASdGl9LK3AguzM6F8zoxRi6nnAS',NULL,NULL,NULL,'2026-04-10 18:53:23','2026-04-10 18:53:23'),(181,NULL,1,NULL,1,'74.7.241.53','uFvXlr63LoptPYglAgzKz8KcyDvRvpseG3YHE15s',NULL,NULL,NULL,'2026-04-11 06:42:35','2026-04-11 06:42:35'),(182,NULL,1,NULL,1,'74.7.241.53','3KK8iAu47S6En3ZFKHh4ImSkzr8aSx0l2ZzxGOMY',NULL,NULL,NULL,'2026-04-11 07:05:27','2026-04-11 07:05:27'),(183,NULL,1,NULL,1,'149.57.180.12','Br1dlsJ15eFqjy80KVwOdVCvyeuMOGSK5FHpgR8T',NULL,NULL,NULL,'2026-04-11 08:07:22','2026-04-11 08:07:22'),(184,NULL,1,NULL,1,'23.27.145.57','YOKFIlLcmCQrecX7VPSmlG6Y9llde5TJWDajvhNO',NULL,NULL,NULL,'2026-04-11 12:02:06','2026-04-11 12:02:06'),(185,NULL,1,NULL,1,'13.206.85.48','b6mMCYjS8W9IbNiHdyfJMxJ9snO4XJV6U3Crn19C',NULL,NULL,NULL,'2026-04-12 05:29:16','2026-04-12 05:29:16'),(186,NULL,1,NULL,1,'34.38.97.20','v6kTJAdZO7quZXn2g8Ny2UNvK86O6OSwqGZCNfSF',NULL,NULL,NULL,'2026-04-12 05:46:55','2026-04-12 05:46:55'),(187,NULL,1,NULL,1,'2a06:98c0:360b:','6ITNJioETl4UT6IfkDMKxvpDjqNyVigbcmx0UjtS',NULL,NULL,NULL,'2026-04-12 13:31:48','2026-04-12 13:31:48'),(188,NULL,1,NULL,1,'34.123.45.140','N9SyfAAGNmnv0KUXfhzqOCJZbJ8u2265kPHUgh0E',NULL,NULL,NULL,'2026-04-12 13:50:05','2026-04-12 13:50:05'),(189,NULL,1,NULL,1,'185.177.72.60','F0Kvsq4vqKRpZ73keAHDupCnd580NJb6aTK4omUx',NULL,NULL,NULL,'2026-04-12 16:58:33','2026-04-12 16:58:33'),(190,NULL,1,NULL,1,'185.177.72.60','z2CABNwyjtXXHakx8fhado2Xbjt3qg58fEQ5A3h1',NULL,NULL,NULL,'2026-04-12 16:58:38','2026-04-12 16:58:38'),(191,NULL,1,NULL,1,'185.177.72.60','Il5W9BhBI45uz9N6LESBTSJHttjQn3pGKpPoFeT7',NULL,NULL,NULL,'2026-04-12 16:58:39','2026-04-12 16:58:39'),(192,NULL,1,NULL,1,'185.177.72.60','4eqvS1smyu4titMM4UlHbIzlIxCcgqlYy9ltq5H1',NULL,NULL,NULL,'2026-04-12 16:58:41','2026-04-12 16:58:41'),(193,NULL,1,NULL,1,'185.177.72.60','k6pylmdU1TmO2ZI9BZaECnX0qi7SZI0mjXNEKSTq',NULL,NULL,NULL,'2026-04-12 16:58:42','2026-04-12 16:58:42'),(194,NULL,1,NULL,1,'185.177.72.60','DG9Ihx9P9P8xOPnMS1KN5CwxcDXkcfWZ5sK5wpXT',NULL,NULL,NULL,'2026-04-12 16:58:43','2026-04-12 16:58:43'),(195,NULL,1,NULL,1,'45.148.10.174','hyLKN44gpDOcHG6QmS36m4bybU2CYr7UdBai4RiR',NULL,NULL,NULL,'2026-04-12 18:29:58','2026-04-12 18:29:58'),(196,NULL,1,NULL,1,'45.148.10.174','GH79NkgD8OFMZs2oDsjBF6D24rrZHYaBIRBPl5Pz',NULL,NULL,NULL,'2026-04-12 18:30:15','2026-04-12 18:30:15'),(197,NULL,1,NULL,1,'45.148.10.174','DxKiqNN8zCwjqx7G1nzadFtZWN5HoX3mKD7kB4iG',NULL,NULL,NULL,'2026-04-12 18:30:19','2026-04-12 18:30:19'),(198,NULL,1,NULL,1,'45.148.10.174','veTGMUzUjuGzfT3OKknIv2X0tvobeSNY2Ht7BFOz',NULL,NULL,NULL,'2026-04-12 18:30:24','2026-04-12 18:30:24'),(199,NULL,1,NULL,1,'45.148.10.174','OTMoXKzZYZaD0bcagdXq6rAW3eHxkBC81MKNoNK7',NULL,NULL,NULL,'2026-04-12 18:30:28','2026-04-12 18:30:28'),(200,NULL,1,NULL,1,'45.148.10.174','trPd6g8m1BnAHmMzArIMTuBjBvVjC5c8hSqYYA1v',NULL,NULL,NULL,'2026-04-12 18:30:31','2026-04-12 18:30:31'),(201,NULL,1,NULL,1,'45.148.10.174','ieTMCvtYiaOg4HkRrUWurEoNENYq0znHTRsh05DP',NULL,NULL,NULL,'2026-04-12 18:30:34','2026-04-12 18:30:34'),(202,NULL,1,NULL,1,'45.148.10.174','4TqfakCOtig5tW2rLLHkhLgb8hBvgUXSdM3GZqKM',NULL,NULL,NULL,'2026-04-12 18:30:41','2026-04-12 18:30:41'),(203,NULL,1,NULL,1,'45.148.10.174','6FcNVjnn0n4drFyIQj7gJFZ8hFmnbABvgDxOpM7V',NULL,NULL,NULL,'2026-04-12 18:30:43','2026-04-12 18:30:43'),(204,NULL,1,NULL,1,'45.148.10.174','01VpgjnsOKAkCpt0TexhaBksHRHybAf3HIgclZwZ',NULL,NULL,NULL,'2026-04-12 18:30:45','2026-04-12 18:30:45'),(205,NULL,1,NULL,1,'192.175.111.242','II375NJiKxbtMqVE3MkFj778cJTx62GbiglPmFH2',NULL,NULL,NULL,'2026-04-13 01:00:35','2026-04-13 01:00:35'),(206,NULL,1,NULL,1,'192.175.111.248','LklGvzJxD5TPdRaphfFORnMp6smKz7DlwGHw9pOw',NULL,NULL,NULL,'2026-04-13 01:00:36','2026-04-13 01:00:36'),(207,NULL,1,NULL,1,'64.15.129.119','nSAbKIOn1ZA1z1m9FAvDJzmrBBKix5snEtCgLQs1',NULL,NULL,NULL,'2026-04-13 01:00:37','2026-04-13 01:00:37'),(208,NULL,1,NULL,1,'192.175.111.236','4XvWBCBwJ1ySf69UAW734kgPrxSU66u4quIkvlz4',NULL,NULL,NULL,'2026-04-13 01:00:39','2026-04-13 01:00:39'),(209,NULL,1,NULL,1,'64.15.129.107','LIO1gVthH2nyIOTrX9ja558Z6SsV7qidGXC1c1zm',NULL,NULL,NULL,'2026-04-13 01:00:39','2026-04-13 01:00:39'),(210,NULL,1,NULL,1,'192.175.111.238','DD1LmJ2Yk0V42sOdoQ0SnUaBTlDuH8NtHk97uAJ0',NULL,NULL,NULL,'2026-04-13 01:00:40','2026-04-13 01:00:40'),(211,NULL,1,2,1,'136.158.78.253','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC',NULL,NULL,NULL,'2026-04-14 06:43:01','2026-04-14 06:47:08'),(212,NULL,1,2,1,'136.158.78.253','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC',NULL,NULL,NULL,'2026-04-14 06:47:08','2026-04-14 06:47:08'),(213,NULL,1,NULL,1,'136.158.60.215','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05',NULL,NULL,NULL,'2026-04-14 07:10:04','2026-04-14 07:10:04'),(214,NULL,1,NULL,1,'23.27.145.158','weE3pCyedsQLGJdqAnBZs0CvoEt5JWGUzfYZnuV6',NULL,NULL,NULL,'2026-04-14 08:06:54','2026-04-14 08:06:54'),(215,NULL,1,NULL,1,'136.118.90.201','mOCFepIKXdjWDOB5QNMJa2nD9zlOhq4UlKtmlSYH',NULL,NULL,NULL,'2026-04-14 11:42:54','2026-04-14 11:42:54'),(216,NULL,1,NULL,1,'149.57.180.174','58ZoHbabhm7qpRTUFEwfDHcUW73fY9Z1bof1H8uy',NULL,NULL,NULL,'2026-04-14 12:00:40','2026-04-14 12:00:40'),(217,NULL,1,NULL,1,'136.109.84.135','T1iQfmIfl4OjyrgrjyJNdG2LXA2dL7lplzZ6By5A',NULL,NULL,NULL,'2026-04-14 13:52:31','2026-04-14 13:52:31'),(218,NULL,1,NULL,1,'35.225.104.227','TftCymR5sB5IAEvDb3peh1DKPWVtymkZoBKmTDZ9',NULL,NULL,NULL,'2026-04-14 15:27:24','2026-04-14 15:27:24'),(219,NULL,1,NULL,1,'93.123.109.214','xgOcyF0pgvwzjOoIuK8hKQ4c2aJdHEqjJhFjtr4Z',NULL,NULL,NULL,'2026-04-14 18:50:31','2026-04-14 18:50:31'),(220,NULL,1,NULL,1,'93.123.109.214','riOpUqlH6SpYATo45AgW7IMoVqFrLYiQCk7XcZuQ',NULL,NULL,NULL,'2026-04-14 18:50:33','2026-04-14 18:50:33'),(221,NULL,1,NULL,1,'93.123.109.214','YH6KiWzbBsvt6vfXu9Pwvx2tKknRaGtSrWwQxT9W',NULL,NULL,NULL,'2026-04-14 18:50:34','2026-04-14 18:50:34'),(222,NULL,1,NULL,1,'93.123.109.214','nVGHKEDzn9TPEzSLd2228ErwrLRXwpvD9tmNHEkP',NULL,NULL,NULL,'2026-04-14 18:50:36','2026-04-14 18:50:36'),(223,NULL,1,NULL,1,'93.123.109.214','ClKpcJHzpsUDthd9y3cMB0AED2hCfGukQPRvvilU',NULL,NULL,NULL,'2026-04-14 18:50:38','2026-04-14 18:50:38'),(224,NULL,1,NULL,1,'93.123.109.214','LlIpA8XjlvXKxH37QwXRIyhsIujcSFJ7xyiu3rA9',NULL,NULL,NULL,'2026-04-14 18:50:39','2026-04-14 18:50:39'),(225,NULL,1,NULL,1,'93.123.109.214','b4J2M9N5tamCetElbrVcN3LEUAzNaRkpaS4DsMhU',NULL,NULL,NULL,'2026-04-14 18:50:41','2026-04-14 18:50:41'),(226,NULL,1,NULL,1,'2602:80d:1004::','hu2tMXpBErlfuFl999ewaA65EIZyN1rHMqY5Dta0',NULL,NULL,NULL,'2026-04-14 20:45:27','2026-04-14 20:45:27'),(227,NULL,1,NULL,1,'2602:80d:1004::','Dk2yhrxkjFGCiuq6uZjWXNh5zNvlGHBpLdIn5X7v',NULL,NULL,NULL,'2026-04-14 20:45:31','2026-04-14 20:45:31'),(228,NULL,1,NULL,1,'2602:80d:1004::','6aAPZvq9sxc8bqDf5WBKBP2bBq8krfhIwE6ssE0A',NULL,NULL,NULL,'2026-04-14 20:45:34','2026-04-14 20:45:34'),(229,NULL,1,NULL,1,'2602:80d:1004::','A3EvH1347kaoMljVR4JAEbEAKSf13WYT2Y7E6hIf',NULL,NULL,NULL,'2026-04-14 20:56:52','2026-04-14 20:56:52'),(230,NULL,1,NULL,1,'2602:80d:1004::','XFOJ1s3rGj2S2Cv9jKRj8EApDsHBvdL1EnGhBbQu',NULL,NULL,NULL,'2026-04-14 20:56:54','2026-04-14 20:56:54'),(231,NULL,1,NULL,1,'2602:80d:1004::','wtYXuGdnaU5DLhMxfgfgf5mFTtXfK3yU6gmPoRUJ',NULL,NULL,NULL,'2026-04-14 20:56:56','2026-04-14 20:56:56'),(232,NULL,1,NULL,1,'185.177.72.60','ZSmqjyOA675tTsHi47P59CRHjKTS7pdc8rg9mMfv',NULL,NULL,NULL,'2026-04-14 21:52:20','2026-04-14 21:52:20'),(233,NULL,1,NULL,1,'185.177.72.60','d35OGp63bMmxdW3uQn4peEBQEav3TROZe7QjaroZ',NULL,NULL,NULL,'2026-04-14 21:52:24','2026-04-14 21:52:24'),(234,NULL,1,NULL,1,'185.177.72.60','9Dy82YerAedQ8kIXDFyyb5rqFdKRWgWfZx8QlG9N',NULL,NULL,NULL,'2026-04-14 21:52:26','2026-04-14 21:52:26'),(235,NULL,1,NULL,1,'185.177.72.60','9YjME6v1HC34OBF8WnOGLMqojhsVWmlwgIuH4HgR',NULL,NULL,NULL,'2026-04-14 21:52:27','2026-04-14 21:52:27'),(236,NULL,1,NULL,1,'185.177.72.60','Tp8BSvdTDeVjFYOjDZhRzgG34e0yKwMdRYbqpNcn',NULL,NULL,NULL,'2026-04-14 21:52:28','2026-04-14 21:52:28'),(237,NULL,1,NULL,1,'185.177.72.60','o7dCnpJH3GyUprjyXnZfwiXoTl5Mlf32oP9TxS6L',NULL,NULL,NULL,'2026-04-14 21:52:29','2026-04-14 21:52:29'),(238,NULL,1,NULL,1,'185.177.72.60','xxi9UKx8spmIncFpjnIyx9kahACQnnaQuRjxZIZY',NULL,NULL,NULL,'2026-04-14 21:52:30','2026-04-14 21:52:30'),(239,NULL,1,NULL,1,'35.190.177.255','WKVqpsVSTjbQduIq8n8CPvNJZIGKhgBIPlGBfvi7',NULL,NULL,NULL,'2026-04-15 10:10:13','2026-04-15 10:10:13'),(240,NULL,3,6,1,'136.158.60.215',NULL,NULL,NULL,NULL,'2026-04-15 23:53:22','2026-04-15 23:53:22'),(241,NULL,3,7,1,'136.158.60.215',NULL,NULL,NULL,NULL,'2026-04-15 23:53:23','2026-04-15 23:53:23'),(242,NULL,3,8,1,'34.126.113.34',NULL,NULL,NULL,NULL,'2026-04-16 00:11:27','2026-04-16 00:11:27'),(243,NULL,3,9,1,'34.126.113.34',NULL,NULL,NULL,NULL,'2026-04-16 03:16:42','2026-04-16 03:16:42'),(244,NULL,1,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-16 04:02:32','2026-04-16 06:48:04'),(245,NULL,1,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-16 04:02:39','2026-04-16 04:02:39'),(246,NULL,1,5,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-16 06:47:58','2026-04-16 06:47:58'),(247,NULL,1,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-16 06:48:04','2026-04-16 06:48:04'),(248,NULL,1,NULL,1,'2a14:7c1:400::1','nec6dJ1dNntvmsiRx4UEYI471bThKfS9IJfcTUmy',NULL,NULL,NULL,'2026-04-16 17:08:26','2026-04-16 17:08:26'),(249,NULL,1,NULL,1,'2a03:2880:f800:','ECNAfmH1yg7KuB1nL9qGgRwxtx5XxlHqzkXHwPvT',NULL,NULL,NULL,'2026-04-17 04:15:50','2026-04-17 04:15:50'),(250,NULL,1,NULL,1,'2a03:2880:f800:','SAMsfnnLlWkXhtFK9Xy2NazIpURYE8tFC8wsegI6',NULL,NULL,NULL,'2026-04-17 04:16:07','2026-04-17 04:16:07'),(251,NULL,1,NULL,1,'2a03:2880:f800:','XmVbfNd1JOKzcI4X5u2YXQOZGbckkPzPwmWhZQyN',NULL,NULL,NULL,'2026-04-17 04:16:13','2026-04-17 04:16:13'),(252,NULL,1,NULL,1,'23.27.145.219','rDQtaCIaaL9mpXOm2fWHtrCwBDQHSuXFx8wvJbRp',NULL,NULL,NULL,'2026-04-17 08:06:15','2026-04-17 08:06:15'),(253,NULL,1,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-17 09:13:53','2026-04-17 09:13:53'),(254,NULL,1,NULL,1,'23.27.145.232','O9iQ29ZV8TxywVdFPdBThPnoUg1xnT29tvJbtsjQ',NULL,NULL,NULL,'2026-04-17 12:05:01','2026-04-17 12:05:01'),(255,NULL,1,NULL,1,'45.148.10.62','l57hBNbpc2bsOGLfAXBESRrEUvnk0FYkY0qzeHXy',NULL,NULL,NULL,'2026-04-18 06:07:59','2026-04-18 06:07:59'),(256,NULL,1,NULL,1,'45.148.10.62','SUqNyH30gvzzKt4YffQIVdSryF51ducaHeNXBVGM',NULL,NULL,NULL,'2026-04-18 06:08:01','2026-04-18 06:08:01'),(257,NULL,1,NULL,1,'45.148.10.62','F6qyRzjPslftTPMLRAc2QzWZU1ylWpFLw2NHolU7',NULL,NULL,NULL,'2026-04-18 06:08:07','2026-04-18 06:08:07'),(258,NULL,1,NULL,1,'45.148.10.62','KMZhI5T5sobPupUyXk3jVHdoximiAlUKVoibmb7j',NULL,NULL,NULL,'2026-04-18 06:08:09','2026-04-18 06:08:09'),(259,NULL,1,NULL,1,'45.148.10.62','J1Ur1wMZVpH5JAoDLrt9pMdA70aR3zZ0ELga8RsB',NULL,NULL,NULL,'2026-04-18 06:08:11','2026-04-18 06:08:11'),(260,NULL,1,NULL,1,'45.148.10.62','oIpoGkvANBp7AMTrBUFri4oP3RAso0tWXnHXeyNz',NULL,NULL,NULL,'2026-04-18 06:08:13','2026-04-18 06:08:13'),(261,NULL,1,NULL,1,'45.148.10.62','jP6Ajt1xaTy5ejAsmWN7sAakHp4anP87zzxqCzfa',NULL,NULL,NULL,'2026-04-18 06:08:14','2026-04-18 06:08:14'),(262,NULL,1,NULL,1,'2a02:4780:6e:4d','dzvGWa5kxzzz2kO0igHbIJd0Mmxrem0GXwAcL4XU',NULL,NULL,NULL,'2026-04-18 13:15:27','2026-04-18 13:15:27'),(263,NULL,1,NULL,1,'76.13.167.132','dimRiW8Ua9YPJbEKBJPQmBdn64muHBdK23XpJLZJ',NULL,NULL,NULL,'2026-04-18 13:15:33','2026-04-18 13:15:33'),(264,NULL,1,NULL,1,'2a02:4780:6e:4d','Bl1NSZWBDcE85phGodMf3gFD7BSrwPcxLGj4Z2wV',NULL,NULL,NULL,'2026-04-18 13:15:40','2026-04-18 13:15:40'),(265,NULL,1,NULL,1,'76.13.167.132','1KyzjCVibwnflPbdH3xwfrIq21n9Mownp4OMuV4Z',NULL,NULL,NULL,'2026-04-18 13:15:40','2026-04-18 13:15:40'),(266,NULL,1,NULL,1,'164.92.103.14','3wKxs7RMLurQvrP6U0ZWrXrFhiDQoJZicdwk9kRB',NULL,NULL,NULL,'2026-04-18 13:18:39','2026-04-18 13:18:39'),(267,NULL,1,NULL,1,'164.92.103.14','d2vin3VXOZSzfR4RqsAenIheRxooWpucnKghHp88',NULL,NULL,NULL,'2026-04-18 13:18:40','2026-04-18 13:18:40'),(268,NULL,1,NULL,1,'13.48.55.205','UFhcbSc99Q2dt6zvztOIPXn3PLSh9f2VOdWJdD3F',NULL,NULL,NULL,'2026-04-18 22:32:44','2026-04-18 22:32:44'),(269,NULL,1,NULL,1,'45.148.10.62','FwnzMdeGLyIcYEWp98emUQdQH1WMtLiG4DdI37u0',NULL,NULL,NULL,'2026-04-19 06:02:13','2026-04-19 06:02:13'),(270,NULL,1,NULL,1,'45.148.10.62','0OkIcRl0xNOaxLyq0jBXycK6bxKDGx34p31B5hBn',NULL,NULL,NULL,'2026-04-19 06:02:15','2026-04-19 06:02:15'),(271,NULL,1,NULL,1,'45.148.10.62','MLlb8BCHX3hZL9lAGksjIQOZsC71ADG7QJjawT10',NULL,NULL,NULL,'2026-04-19 06:02:16','2026-04-19 06:02:16'),(272,NULL,1,NULL,1,'45.148.10.62','7AMDYl2raUHGq0ofIBIbk3wmM04OUIrpcRG4sdhY',NULL,NULL,NULL,'2026-04-19 06:02:18','2026-04-19 06:02:18'),(273,NULL,1,NULL,1,'45.148.10.62','HNxUAfYBeJKwlrRHnHhrQJFiAASNSDCWo6DK1xoP',NULL,NULL,NULL,'2026-04-19 06:02:20','2026-04-19 06:02:20'),(274,NULL,1,NULL,1,'45.148.10.62','HZirME3gKHWoWFcWdUQNdgmDSzg72aOKiB1aMRvk',NULL,NULL,NULL,'2026-04-19 06:02:22','2026-04-19 06:02:22'),(275,NULL,1,NULL,1,'45.148.10.62','kPEXW4cawJkvT0tbPDEFBI2QAGGLXjb48R6F5yY2',NULL,NULL,NULL,'2026-04-19 06:02:24','2026-04-19 06:02:24'),(276,NULL,1,NULL,1,'136.117.52.53','MQG738VTPIiiOWbQvfEpEu6iWzvy92nEqg0aIdrz',NULL,NULL,NULL,'2026-04-19 10:32:13','2026-04-19 10:32:13'),(277,NULL,1,NULL,1,'34.60.214.59','y7KzIoyAU07gS050vT9RuTowZoUe5cfDMtnZhv7x',NULL,NULL,NULL,'2026-04-19 12:34:12','2026-04-19 12:34:12'),(278,NULL,1,NULL,1,'136.115.212.36','kHEUtfLaMZVq3EX6st2XSixwUuKoaVIafiNw5bEB',NULL,NULL,NULL,'2026-04-19 13:39:11','2026-04-19 13:39:11'),(279,NULL,1,NULL,1,'100.53.186.206','d2y9UctyoJBXrrjhBoR8WVGu29nB8o58kTO40f55',NULL,NULL,NULL,'2026-04-19 17:30:13','2026-04-19 17:30:13'),(280,NULL,1,NULL,1,'34.182.233.95','GpCiAcJRpR0nmUe76UwyWEgeGDaIsBw1OPhMyyw2',NULL,NULL,NULL,'2026-04-19 18:33:29','2026-04-19 18:33:29'),(281,NULL,1,NULL,1,'195.178.110.103','WT7MFoSPCTUmVj4vnzuIoLxrY79pIVaNrnhX9zVu',NULL,NULL,NULL,'2026-04-19 20:02:08','2026-04-19 20:02:08'),(282,NULL,1,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-20 07:21:01','2026-04-20 07:21:01'),(283,NULL,1,NULL,1,'23.27.145.189','oj2LMAgmFCcsdtaAqsebNEnBTuGqjqhLR01wHUC1',NULL,NULL,NULL,'2026-04-21 12:02:09','2026-04-21 12:02:09'),(284,NULL,1,NULL,1,'66.132.224.86','GWgGDlLQtTyt581fdmePrgllNZJ7cWEIGYeMwAAP',NULL,NULL,NULL,'2026-04-21 15:45:43','2026-04-21 15:45:43'),(285,NULL,1,NULL,1,'2602:80d:1007::','yOOnGGZL8ospZ8wvYOJJhNMXSLS1nJ9L6fGwcPEj',NULL,NULL,NULL,'2026-04-21 15:45:46','2026-04-21 15:45:46'),(286,NULL,1,NULL,1,'2602:80d:1007::','OzkDFbW13ACR3WWzfk6mbt7i0k3W2TuxcLfwFNTM',NULL,NULL,NULL,'2026-04-21 15:45:48','2026-04-21 15:45:48'),(287,NULL,1,NULL,1,'66.132.172.43','jGgxSYsbObvMJTNpifIksbhFQ0ERn31EO9lGmJOS',NULL,NULL,NULL,'2026-04-21 16:02:06','2026-04-21 16:02:06'),(288,NULL,1,NULL,1,'2a14:7c1:400::1','XUt3tv4SQVsAFFs2p3hIio0r8dqGpVKbagEMVSju',NULL,NULL,NULL,'2026-04-22 05:59:31','2026-04-22 05:59:31'),(289,NULL,1,NULL,1,'3.18.186.238','m5iMXeCKZxWNjlxv42cDu0LaP7N1t8JrnhMp1vkB',NULL,NULL,NULL,'2026-04-22 10:11:14','2026-04-22 10:11:14'),(290,NULL,1,NULL,1,'3.18.186.238','9Y9vYJmcE2kI4HqWzXMN04ez4zGzJoRw2ZIzCcHU',NULL,NULL,NULL,'2026-04-22 10:12:28','2026-04-22 10:12:28'),(291,NULL,1,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-23 06:26:00','2026-04-23 06:26:00'),(292,NULL,1,NULL,1,'74.7.227.179','KYD7Sjk1AmS6Dk2mZwOqKpu9I8ccsQIz3A3TRfkT',NULL,NULL,NULL,'2026-04-23 15:19:39','2026-04-23 15:19:39'),(293,NULL,1,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-24 05:48:47','2026-04-24 05:48:47'),(294,NULL,7,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA','App\\Models\\Vouchers',1,NULL,'2026-04-24 05:49:01','2026-04-24 05:49:01'),(295,NULL,9,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA','App\\Models\\Vouchers',1,NULL,'2026-04-24 05:54:04','2026-04-24 05:54:04'),(296,NULL,1,NULL,1,'2a06:98c0:3624:','6Jch1pLetkMuDCYyMDKPSpRZIiA1bvdAH9rqspuk',NULL,NULL,NULL,'2026-04-24 08:43:26','2026-04-24 08:43:26'),(297,NULL,1,NULL,1,'2a14:7c1:400:3c','PJEaQIugmHfq7KxIVa9v6Dgq4DujBBtYwOln5i9U',NULL,NULL,NULL,'2026-04-25 04:17:28','2026-04-25 04:17:28'),(298,NULL,1,NULL,1,'206.168.173.185','1uh0MLDdSVghKVdJFFp0M8yJuR6KFlpwRg6IQM8H',NULL,NULL,NULL,'2026-04-25 07:31:25','2026-04-25 07:31:25'),(299,NULL,1,NULL,1,'74.7.243.128','lyxQgaxjkWBEtTcquVRfTbu7UjSpqFQdKCxGCgVW',NULL,NULL,NULL,'2026-04-26 10:46:26','2026-04-26 10:46:26'),(300,NULL,1,NULL,1,'3.139.242.79','ufLJnnAFxerBCYtKTA4MmswLk6555UdRWi3hai5S',NULL,NULL,NULL,'2026-04-26 22:54:04','2026-04-26 22:54:04'),(301,NULL,1,NULL,1,'18.183.19.138','koOe0DAJh8hNXzz0UnQ8Tvkosu0t6lB9FkZ2E4Kw',NULL,NULL,NULL,'2026-04-27 09:00:31','2026-04-27 09:00:31'),(302,NULL,1,NULL,1,'2a14:7c1:400:b:','5r38kzS2NMnmIA14xTG3RHllGbW5cxJdcl4cyyrf',NULL,NULL,NULL,'2026-04-28 06:55:22','2026-04-28 06:55:22'),(303,NULL,1,NULL,1,'74.7.243.128','1t4zh14PbHOZ92g2J937gB3OsadXyBHs1FustRDV',NULL,NULL,NULL,'2026-04-28 14:18:44','2026-04-28 14:18:44'),(304,NULL,1,NULL,1,'157.230.177.212','n1CajfhE9ti7Re4JmZ9jDyuKQjyZEdegQDblP7o8',NULL,NULL,NULL,'2026-04-28 20:04:28','2026-04-28 20:04:28'),(305,NULL,1,NULL,1,'157.230.177.212','4kmEeC7ebgcBD2v8o7pVlv3FLMv6T1Vu1cbTafNS',NULL,NULL,NULL,'2026-04-28 20:04:30','2026-04-28 20:04:30'),(306,NULL,1,NULL,1,'2602:80d:1008::','g66BpT6eS6Zrm3W7zbI8RzRutih1OsTHBL94wtOP',NULL,NULL,NULL,'2026-04-28 22:23:27','2026-04-28 22:23:27'),(307,NULL,1,NULL,1,'2602:80d:1004::','Q5j1IVd5lBuaJTeQv54k7n9RaQHjMvs9jfAvNqLf',NULL,NULL,NULL,'2026-04-28 23:48:06','2026-04-28 23:48:06'),(308,NULL,1,NULL,1,'2602:80d:1004::','8lpYLFbL2vynqnlvs2AXF09XNftMebiGiCvFpFpx',NULL,NULL,NULL,'2026-04-28 23:48:10','2026-04-28 23:48:10'),(309,NULL,1,NULL,1,'2602:80d:1004::','Nr2tAUTzYdEfzFPuf918tsk5qR8V1IdSREwP4cwh',NULL,NULL,NULL,'2026-04-28 23:48:12','2026-04-28 23:48:12'),(310,NULL,1,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-29 09:22:21','2026-04-29 09:22:21'),(311,NULL,1,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05',NULL,NULL,NULL,'2026-04-30 02:21:37','2026-04-30 02:23:07'),(312,NULL,1,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05',NULL,NULL,NULL,'2026-04-30 02:23:07','2026-04-30 02:23:07'),(313,NULL,1,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-04-30 02:38:17','2026-04-30 02:38:17'),(314,NULL,1,1,1,'136.158.60.132','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a',NULL,NULL,NULL,'2026-04-30 02:51:48','2026-04-30 02:54:44'),(315,NULL,1,1,1,'136.158.60.132','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a',NULL,NULL,NULL,'2026-04-30 02:54:44','2026-04-30 02:54:44'),(316,NULL,1,NULL,1,'74.7.227.138','nNy4DdREJBWh8mxVLTwIAzFInIcg5RCmIzZv5n26',NULL,NULL,NULL,'2026-04-30 15:08:21','2026-04-30 15:08:21'),(317,NULL,1,NULL,1,'24.199.122.40','DOBRWKqZmDcqkD7B229wQ8Lbc3qumMvvC3RW9wGG',NULL,NULL,NULL,'2026-04-30 19:03:46','2026-04-30 19:03:46'),(318,NULL,1,NULL,1,'24.199.122.40','xT64dUxiIu3XBkJeOW1p7MfQzFluAgpf41gDZfz4',NULL,NULL,NULL,'2026-04-30 19:03:53','2026-04-30 19:03:53'),(319,NULL,1,NULL,1,'185.177.72.60','AEotEDhgCdezj3YBPjGE4d8sWkp4FabrJ4Vl0wbv',NULL,NULL,NULL,'2026-04-30 22:55:27','2026-04-30 22:55:27'),(320,NULL,1,NULL,1,'185.177.72.60','r2GIY4lxdavMpIlUSuC3gjDsKBGM5R75jPAWwUMk',NULL,NULL,NULL,'2026-04-30 22:55:36','2026-04-30 22:55:36'),(321,NULL,1,NULL,1,'3.151.194.164','kXHb90tJZEiF9KzbXlCxAugI5W0joZIW1Ky5nvxD',NULL,NULL,NULL,'2026-05-04 09:53:52','2026-05-04 09:53:52'),(322,NULL,1,NULL,1,'74.7.227.138','nXrqX5qJsJ25NFP0aFzK12hp6MMkxj7zuX24S4JX',NULL,NULL,NULL,'2026-05-04 11:10:44','2026-05-04 11:10:44'),(323,NULL,1,NULL,1,'3.250.133.15','BLaXs8YTrsTsqS0zaeNjRCMZgxU1dAYGtrrlz5FG',NULL,NULL,NULL,'2026-05-04 21:29:21','2026-05-04 21:29:21'),(324,NULL,1,NULL,1,'2a06:98c0:360c:','1aXgiTVCOc90uPBtJYLtgltLt4TAaAuuobZRyMTM',NULL,NULL,NULL,'2026-05-05 09:48:31','2026-05-05 09:48:31'),(325,NULL,1,NULL,1,'54.152.28.140','smlMHxr5Uy3KY8wvWQYyWm03FmP4NDtS3rTRhLAb',NULL,NULL,NULL,'2026-05-05 15:49:23','2026-05-05 15:49:23'),(326,NULL,1,NULL,1,'176.65.139.168','0ef71y0fGVm1wyBsKYuj4iJhxIZp8FUPJC11XJH1',NULL,NULL,NULL,'2026-05-05 16:14:44','2026-05-05 16:14:44'),(327,NULL,1,NULL,1,'3.214.234.248','euUX6O3008MfaPbfMOu11mN2KEXdqW1oGeAWpLD7',NULL,NULL,NULL,'2026-05-05 22:24:50','2026-05-05 22:24:50'),(328,NULL,1,NULL,1,'2602:80d:1007::','UeWRkvDybevSa25wqjDTlHxJTh9txvPsXuwl2sGE',NULL,NULL,NULL,'2026-05-06 01:31:43','2026-05-06 01:31:43'),(329,NULL,1,NULL,1,'2602:80d:1007::','GXe5uQpJbiqqox0qwAEIpaD1w1BGHi6o518XkeOI',NULL,NULL,NULL,'2026-05-06 01:31:47','2026-05-06 01:31:47'),(330,NULL,1,NULL,1,'2602:80d:1007::','2PH4BZiEc47CkO5td58fVeX2Xrc4sgGtnd4RNjf5',NULL,NULL,NULL,'2026-05-06 01:31:50','2026-05-06 01:31:50'),(331,NULL,1,NULL,1,'2602:80d:1007::','97WrDpsOPC8BzV0LQt1Y7fafyBL6OwUxrfoVdSzo',NULL,NULL,NULL,'2026-05-06 01:43:09','2026-05-06 01:43:09'),(332,NULL,1,NULL,1,'2602:80d:1007::','3UUTRJVmHl9sAWAcUvRhJEQz8Vu5tMqC7eiIMUZW',NULL,NULL,NULL,'2026-05-06 01:43:12','2026-05-06 01:43:12'),(333,NULL,1,NULL,1,'2602:80d:1007::','kBuT3XLhWKf8z5BIF9tlRfxRZyowtheTcgQ13M11',NULL,NULL,NULL,'2026-05-06 01:43:14','2026-05-06 01:43:14'),(334,NULL,1,NULL,1,'74.7.227.39','unvuZFUVFN6qHWZ0vSkP6sP0x3APT94DNINDfNO3',NULL,NULL,NULL,'2026-05-06 14:31:39','2026-05-06 14:31:39'),(335,NULL,1,NULL,1,'35.204.90.168','Uv9tQ8SVMC0A3rvUcMjOSLqVLgrOjqHVGuzc7hsd',NULL,NULL,NULL,'2026-05-07 07:55:06','2026-05-07 07:55:06'),(336,NULL,1,NULL,1,'149.57.180.187','LeupYqQT9iuCb9lHYAU0wwSPPkHRQqPIeK8PfjVj',NULL,NULL,NULL,'2026-05-07 08:06:22','2026-05-07 08:06:22'),(337,NULL,3,10,1,'34.126.113.34',NULL,NULL,NULL,NULL,'2026-05-07 10:26:19','2026-05-07 10:26:19'),(338,NULL,3,11,1,'34.126.113.34',NULL,NULL,NULL,NULL,'2026-05-08 09:05:58','2026-05-08 09:05:58'),(339,NULL,1,NULL,1,'74.7.242.46','TfbrpArqGHofyLEY8LXm9wrLrtaAjAgUIX8jtUBt',NULL,NULL,NULL,'2026-05-08 15:05:39','2026-05-08 15:05:39'),(340,NULL,1,NULL,1,'205.210.31.169','M9YAjXR0ibrcaXScPEhDfLe4iIhhei5BgiverzpK',NULL,NULL,NULL,'2026-05-08 18:11:42','2026-05-08 18:11:42'),(341,NULL,1,NULL,1,'205.210.31.48','f9Gz7S7ujsuQnTTGlMFkVcgMeAVHUvnGKtlwNImo',NULL,NULL,NULL,'2026-05-08 18:19:13','2026-05-08 18:19:13'),(342,NULL,1,NULL,1,'176.65.139.168','ydkCxtPOLZr3NyvSwyBl75io1IiuaPbwYrQgAfAz',NULL,NULL,NULL,'2026-05-09 15:54:35','2026-05-09 15:54:35'),(343,NULL,1,NULL,1,'3.139.242.79','AP6Q8xiFYlptmFvz9yRKdFhVU3tevhZ6BFbsGcDN',NULL,NULL,NULL,'2026-05-10 15:06:10','2026-05-10 15:06:10'),(344,NULL,1,NULL,1,'3.139.242.79','nGn2UJuSKww8dGBEF0VDCw5xGdVTCXjRu0wvEJOO',NULL,NULL,NULL,'2026-05-10 15:07:12','2026-05-10 15:07:12'),(345,NULL,1,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a',NULL,NULL,NULL,'2026-05-11 04:05:40','2026-05-11 04:05:40'),(346,NULL,1,NULL,1,'98.92.77.163','CopVqJPhHbcVyHpSv4KTWDfcbJ8KXAh8FC3uKMrk',NULL,NULL,NULL,'2026-05-11 04:07:38','2026-05-11 04:07:38'),(347,NULL,1,NULL,1,'3.236.254.250','ifaUoiLLT0rOFKExY3K9FgQH5B1S6Xua9fYTO2pS',NULL,NULL,NULL,'2026-05-11 04:07:40','2026-05-11 04:07:40'),(348,NULL,1,NULL,1,'158.140.136.41','INcTYdIvfIvpuTKjVDEcUJm15Z9TbOTT6vZhVXvA',NULL,NULL,NULL,'2026-05-11 15:02:46','2026-05-11 15:02:46'),(349,NULL,1,NULL,1,'185.247.137.120','Ed6jTXRmuslAuNqIYHBwirA3NRvokUvrsXFuGpXu',NULL,NULL,NULL,'2026-05-11 20:52:15','2026-05-11 20:52:15'),(350,NULL,1,NULL,1,'185.247.137.221','C8WoQVgDpsB1JTpQSwXDW8DjGOlMBbMreUKsKVJk',NULL,NULL,NULL,'2026-05-11 20:52:17','2026-05-11 20:52:17'),(351,NULL,1,NULL,1,'2a06:98c0:360b:','QR5ZapqxdIn8Z6Nohh6Caw4mnu3of3rVlXVyoU26',NULL,NULL,NULL,'2026-05-11 22:27:14','2026-05-11 22:27:14'),(352,NULL,3,12,1,'34.126.113.34',NULL,NULL,NULL,NULL,'2026-05-12 00:47:09','2026-05-12 00:47:09'),(353,NULL,1,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a',NULL,NULL,NULL,'2026-05-12 02:26:30','2026-05-12 02:26:30'),(354,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',34,NULL,'2026-05-12 03:42:09','2026-05-12 03:42:09'),(355,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',34,NULL,'2026-05-12 03:43:46','2026-05-12 03:43:46'),(356,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',35,NULL,'2026-05-12 03:44:37','2026-05-12 03:44:37'),(357,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',35,NULL,'2026-05-12 04:06:28','2026-05-12 04:06:28'),(358,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',36,NULL,'2026-05-12 04:10:02','2026-05-12 04:10:02'),(359,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',37,NULL,'2026-05-12 04:10:18','2026-05-12 04:10:18'),(360,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',36,NULL,'2026-05-12 04:23:05','2026-05-12 04:23:05'),(361,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',37,NULL,'2026-05-12 05:15:54','2026-05-12 05:15:54'),(362,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',38,NULL,'2026-05-12 05:22:32','2026-05-12 05:22:32'),(363,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',38,NULL,'2026-05-12 05:31:48','2026-05-12 05:31:48'),(364,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',39,NULL,'2026-05-12 05:46:48','2026-05-12 05:46:48'),(365,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',39,NULL,'2026-05-12 05:47:26','2026-05-12 05:47:26'),(366,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',40,NULL,'2026-05-12 05:49:58','2026-05-12 05:49:58'),(367,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',40,NULL,'2026-05-12 05:50:16','2026-05-12 05:50:16'),(368,NULL,8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',41,NULL,'2026-05-12 08:23:02','2026-05-12 08:23:02'),(369,NULL,13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',41,NULL,'2026-05-12 08:23:19','2026-05-12 08:23:19'),(370,NULL,8,11,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',46,NULL,'2026-05-12 08:26:54','2026-05-12 08:26:54'),(371,NULL,13,11,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',46,NULL,'2026-05-12 08:29:55','2026-05-12 08:29:55'),(372,NULL,1,NULL,1,'176.65.139.237','79u8XvJ25SWRmz5mcnWeQtHOn5Is2WH3AXzbU6V1',NULL,NULL,NULL,'2026-05-13 02:55:42','2026-05-13 02:55:42'),(373,NULL,8,11,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',48,NULL,'2026-05-13 04:25:41','2026-05-13 04:25:41'),(374,NULL,1,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a',NULL,NULL,NULL,'2026-05-13 05:36:14','2026-05-13 05:36:14'),(375,'spinandwin',13,11,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',48,NULL,'2026-05-13 05:54:44','2026-05-13 05:54:44'),(376,'spinandwin',1,NULL,1,'2602:80d:1007::','o95LeWqkDCJycIucg7BPblDqadwKzNX2ub4HnVof',NULL,NULL,NULL,'2026-05-13 06:07:30','2026-05-13 06:07:30'),(377,'spinandwin',1,2,1,'136.158.78.15','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA',NULL,NULL,NULL,'2026-05-13 06:32:42','2026-05-13 06:32:42'),(378,'spinandwin',1,NULL,1,'2602:80d:1003::','3aU49TdspOPujiGPjEWXbzr9lE3rzSJab5JQ86wM',NULL,NULL,NULL,'2026-05-13 07:00:25','2026-05-13 07:00:25'),(379,'spinandwin',1,NULL,1,'2602:80d:1003::','FkItjOVlAev4RcVD6q9l5bShIb4xNCRk7xaPjdxo',NULL,NULL,NULL,'2026-05-13 07:00:26','2026-05-13 07:00:26'),(380,'spinandwin',1,NULL,1,'2602:80d:1003::','j5UZrX9zKoPmx9Dnjiq5soK8QhVexXsZ75kJLT5a',NULL,NULL,NULL,'2026-05-13 07:00:28','2026-05-13 07:00:28'),(381,'spinandwin',8,8,1,'34.126.113.34',NULL,'App\\Models\\UserInteraction\\UserDailyChallenges',50,NULL,'2026-05-13 09:08:39','2026-05-13 09:08:39'),(382,'spinandwin',13,8,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a','App\\Models\\UserInteraction\\UserDailyChallenges',50,NULL,'2026-05-13 09:09:25','2026-05-13 09:09:25');
/*!40000 ALTER TABLE `user_event_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_files`
--

DROP TABLE IF EXISTS `user_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_files` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `module_identifier` bigint unsigned DEFAULT NULL,
  `module_model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_files_module_model_type_module_identifier_index` (`module_model_type`,`module_identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_files`
--

LOCK TABLES `user_files` WRITE;
/*!40000 ALTER TABLE `user_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_fund_transfer_details`
--

DROP TABLE IF EXISTS `user_fund_transfer_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_fund_transfer_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `transfer_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `transfer_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nric` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_fund_transfer_details`
--

LOCK TABLES `user_fund_transfer_details` WRITE;
/*!40000 ALTER TABLE `user_fund_transfer_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_fund_transfer_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_log_stats`
--

DROP TABLE IF EXISTS `user_log_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_log_stats` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_log_stats`
--

LOCK TABLES `user_log_stats` WRITE;
/*!40000 ALTER TABLE `user_log_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_log_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_logs`
--

DROP TABLE IF EXISTS `user_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_logs`
--

LOCK TABLES `user_logs` WRITE;
/*!40000 ALTER TABLE `user_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_menu_favorites`
--

DROP TABLE IF EXISTS `user_menu_favorites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_menu_favorites` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `route_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_fas_class` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_menu_favorites_business_account_id_user_id_index` (`business_account_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_menu_favorites`
--

LOCK TABLES `user_menu_favorites` WRITE;
/*!40000 ALTER TABLE `user_menu_favorites` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_menu_favorites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_notifications`
--

DROP TABLE IF EXISTS `user_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_notifications` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `notification_template_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_notifications_user_id_index` (`user_id`),
  KEY `user_notifications_notification_template_id_index` (`notification_template_id`),
  CONSTRAINT `user_notifications_notification_template_id_foreign` FOREIGN KEY (`notification_template_id`) REFERENCES `notification_templates` (`id`),
  CONSTRAINT `user_notifications_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_notifications`
--

LOCK TABLES `user_notifications` WRITE;
/*!40000 ALTER TABLE `user_notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_question_details`
--

DROP TABLE IF EXISTS `user_question_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_question_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_question_hd_id` int unsigned NOT NULL,
  `question_id` int unsigned NOT NULL,
  `question_choice_id` bigint unsigned DEFAULT NULL,
  `answer_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `user_question_details_user_question_hd_id_index` (`user_question_hd_id`),
  KEY `user_question_details_question_id_index` (`question_id`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_question_details`
--

LOCK TABLES `user_question_details` WRITE;
/*!40000 ALTER TABLE `user_question_details` DISABLE KEYS */;
INSERT INTO `user_question_details` VALUES (1,1,2,5,NULL,'2026-04-13 09:10:24'),(2,2,3,NULL,'NONE','2026-04-16 00:11:54'),(3,3,4,NULL,'Shitszu','2026-04-16 00:12:14'),(4,4,5,NULL,'annie','2026-04-16 00:12:51'),(5,4,6,9,NULL,'2026-04-16 00:12:51'),(6,4,7,14,NULL,'2026-04-16 00:12:51'),(7,5,3,NULL,'Pet Clinic 123','2026-04-16 03:17:25'),(8,6,5,NULL,'Black','2026-04-16 03:18:10'),(9,6,6,10,NULL,'2026-04-16 03:18:10'),(10,6,7,14,NULL,'2026-04-16 03:18:10'),(11,7,3,NULL,'NONE','2026-04-30 02:15:24'),(12,8,4,NULL,'Shitsu','2026-04-30 02:17:39'),(13,9,5,NULL,'Annie','2026-04-30 02:18:07'),(14,9,6,9,NULL,'2026-04-30 02:18:07'),(15,9,7,14,NULL,'2026-04-30 02:18:07'),(16,10,3,NULL,'NONE','2026-05-07 10:26:55'),(17,11,4,NULL,'Labro','2026-05-07 10:27:17'),(18,12,5,NULL,'Lexie','2026-05-07 10:27:52'),(19,12,6,10,NULL,'2026-05-07 10:27:52'),(20,12,7,13,NULL,'2026-05-07 10:27:52'),(21,13,3,NULL,'Ritma clinic','2026-05-08 09:07:09'),(22,14,4,NULL,'Maltipoo','2026-05-08 09:08:37'),(23,15,3,NULL,'NONE','2026-05-11 02:58:46'),(24,16,4,NULL,'Shitzu','2026-05-11 02:59:05'),(25,17,5,NULL,'Annie','2026-05-11 02:59:29'),(26,17,6,9,NULL,'2026-05-11 02:59:29'),(27,17,7,14,NULL,'2026-05-11 02:59:29'),(28,18,3,NULL,'NONE','2026-05-11 03:59:41'),(29,19,4,NULL,'Shitzu','2026-05-11 04:00:01'),(30,20,5,NULL,'Annie','2026-05-11 04:00:44'),(31,20,6,9,NULL,'2026-05-11 04:00:44'),(32,20,7,14,NULL,'2026-05-11 04:00:44'),(33,21,3,NULL,'NONE','2026-05-12 00:49:59'),(34,22,4,NULL,'maltipoo','2026-05-12 00:50:25'),(35,23,5,NULL,'Rory','2026-05-12 00:53:34'),(36,23,6,10,NULL,'2026-05-12 00:53:34'),(37,23,7,14,NULL,'2026-05-12 00:53:34'),(38,24,3,NULL,'NONE','2026-05-12 02:39:13'),(39,25,4,NULL,'Shitzsu','2026-05-12 02:39:35'),(40,26,5,NULL,'Annie','2026-05-12 02:39:59'),(41,26,6,9,NULL,'2026-05-12 02:39:59'),(42,26,7,14,NULL,'2026-05-12 02:39:59'),(43,27,3,NULL,'NONE','2026-05-12 02:43:28'),(44,28,4,NULL,'shitzsu','2026-05-12 02:43:43'),(45,29,5,NULL,'Annie','2026-05-12 02:44:14'),(46,29,6,9,NULL,'2026-05-12 02:44:14'),(47,29,7,14,NULL,'2026-05-12 02:44:14'),(48,30,3,NULL,'https://wa-username.growthdesk.dev/storage/channel/43/recipient/a1c2372b-62cb-44cb-8b02-228fb53a4b61/a1c23c22-529e-4c87-b23c-1c4b0d6ced49.jpeg','2026-05-12 03:20:48'),(49,31,3,NULL,'NONE','2026-05-12 03:40:30'),(50,32,4,NULL,'shitzsu','2026-05-12 03:40:46'),(51,33,5,NULL,'Annie','2026-05-12 03:41:37'),(52,33,6,9,NULL,'2026-05-12 03:41:37'),(53,33,7,14,NULL,'2026-05-12 03:41:37'),(54,34,3,NULL,'NONE','2026-05-12 08:21:05'),(55,35,4,NULL,'Shitzsu','2026-05-12 08:21:33'),(56,36,5,NULL,'Annie','2026-05-12 08:22:25'),(57,36,6,9,NULL,'2026-05-12 08:22:25'),(58,36,7,14,NULL,'2026-05-12 08:22:25');
/*!40000 ALTER TABLE `user_question_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_question_headers`
--

DROP TABLE IF EXISTS `user_question_headers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_question_headers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `user_daily_challenge_id` int unsigned NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `user_question_headers_user_id_index` (`user_id`),
  KEY `user_question_headers_user_daily_challenge_id_index` (`user_daily_challenge_id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_question_headers`
--

LOCK TABLES `user_question_headers` WRITE;
/*!40000 ALTER TABLE `user_question_headers` DISABLE KEYS */;
INSERT INTO `user_question_headers` VALUES (1,5,1,'2026-04-13 09:10:24'),(2,8,2,'2026-04-16 00:11:54'),(3,8,3,'2026-04-16 00:12:14'),(4,8,4,'2026-04-16 00:12:50'),(5,9,5,'2026-04-16 03:17:25'),(6,9,6,'2026-04-16 03:18:10'),(7,8,7,'2026-04-30 02:15:24'),(8,8,8,'2026-04-30 02:17:39'),(9,8,9,'2026-04-30 02:18:07'),(10,10,10,'2026-05-07 10:26:55'),(11,10,11,'2026-05-07 10:27:17'),(12,10,12,'2026-05-07 10:27:52'),(13,11,13,'2026-05-08 09:07:09'),(14,11,14,'2026-05-08 09:08:37'),(15,8,15,'2026-05-11 02:58:46'),(16,8,16,'2026-05-11 02:59:05'),(17,8,17,'2026-05-11 02:59:29'),(18,8,18,'2026-05-11 03:59:41'),(19,8,19,'2026-05-11 04:00:01'),(20,8,20,'2026-05-11 04:00:44'),(21,12,21,'2026-05-12 00:49:59'),(22,12,22,'2026-05-12 00:50:25'),(23,12,23,'2026-05-12 00:53:34'),(24,8,24,'2026-05-12 02:39:13'),(25,8,25,'2026-05-12 02:39:34'),(26,8,26,'2026-05-12 02:39:59'),(27,8,27,'2026-05-12 02:43:28'),(28,8,28,'2026-05-12 02:43:43'),(29,8,29,'2026-05-12 02:44:14'),(30,8,30,'2026-05-12 03:20:48'),(31,8,31,'2026-05-12 03:40:30'),(32,8,32,'2026-05-12 03:40:46'),(33,8,33,'2026-05-12 03:41:37'),(34,8,42,'2026-05-12 08:21:05'),(35,8,43,'2026-05-12 08:21:33'),(36,8,44,'2026-05-12 08:22:25');
/*!40000 ALTER TABLE `user_question_headers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_redirect_logs`
--

DROP TABLE IF EXISTS `user_redirect_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_redirect_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `redirect_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `first_press_at` timestamp NULL DEFAULT NULL,
  `expired_at` timestamp NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_redirect_logs_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_redirect_logs`
--

LOCK TABLES `user_redirect_logs` WRITE;
/*!40000 ALTER TABLE `user_redirect_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_redirect_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_session_logs`
--

DROP TABLE IF EXISTS `user_session_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_session_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `business_account_id` bigint unsigned DEFAULT NULL,
  `ip_address` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `csrf_token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `beat_date` date NOT NULL,
  `beat_from` datetime NOT NULL,
  `beat_to` datetime NOT NULL,
  `beat_seconds` int NOT NULL,
  `beat_tolerance_seconds` int NOT NULL,
  `session_completed` tinyint(1) NOT NULL DEFAULT '0',
  `url_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_session_logs_beat_date_user_id_index` (`beat_date`,`user_id`),
  KEY `user_session_logs_business_account_id_ip_address_index` (`business_account_id`,`ip_address`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_session_logs`
--

LOCK TABLES `user_session_logs` WRITE;
/*!40000 ALTER TABLE `user_session_logs` DISABLE KEYS */;
INSERT INTO `user_session_logs` VALUES (1,NULL,1,'108.28.151.210','BnfyTUrUa00aZFDZ9FHI8dHTRVAuQrHXpDmWPHo3|e5994315-81af-08dd-4665-ee82cdef9c48','2026-04-07','2026-04-07 14:46:32','2026-04-07 14:46:43',10,180,0,'/register',NULL,'2026-04-07 06:46:32','2026-04-07 06:46:43'),(2,NULL,1,'173.215.87.32','IDSUuXJd7s9xW5p5MgnCWES363Pq8dDVOc4dw5C0|3576ff8b-57bf-8a5f-af6a-c20d969f27f2','2026-04-07','2026-04-07 14:46:36','2026-04-07 14:46:47',10,180,0,'/register',NULL,'2026-04-07 06:46:36','2026-04-07 06:46:47'),(3,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|0fb947c1-59c9-1c5b-c7cd-1cd6234821d8','2026-04-07','2026-04-07 14:52:40','2026-04-07 14:52:48',10,180,1,NULL,NULL,'2026-04-07 06:52:40','2026-04-07 06:52:48'),(4,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 14:53:29','2026-04-07 14:53:36',10,180,1,NULL,NULL,'2026-04-07 06:53:29','2026-04-07 06:53:36'),(5,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 14:54:14','2026-04-07 14:54:16',10,180,1,NULL,NULL,'2026-04-07 06:54:14','2026-04-07 06:54:16'),(6,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 14:55:52','2026-04-07 14:55:54',10,180,1,NULL,NULL,'2026-04-07 06:55:52','2026-04-07 06:55:54'),(7,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:00:14','2026-04-07 15:00:27',10,180,1,NULL,NULL,'2026-04-07 07:00:14','2026-04-07 07:00:27'),(8,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:00:36','2026-04-07 15:00:39',10,180,1,NULL,NULL,'2026-04-07 07:00:36','2026-04-07 07:00:39'),(9,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:02:07','2026-04-07 15:02:09',10,180,1,NULL,NULL,'2026-04-07 07:02:07','2026-04-07 07:02:09'),(10,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:02:54','2026-04-07 15:02:55',10,180,1,NULL,NULL,'2026-04-07 07:02:54','2026-04-07 07:02:55'),(11,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:07:28','2026-04-07 15:07:30',10,180,1,NULL,NULL,'2026-04-07 07:07:28','2026-04-07 07:07:30'),(12,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:09:46','2026-04-07 15:09:48',10,180,1,NULL,NULL,'2026-04-07 07:09:46','2026-04-07 07:09:48'),(13,2,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|d90af298-07ef-1dc3-a35c-e1273ec16fad','2026-04-07','2026-04-07 15:09:49','2026-04-07 15:09:51',10,180,1,NULL,NULL,'2026-04-07 07:09:49','2026-04-07 07:09:51'),(14,4,1,'136.158.78.60','EU2fpAg4IpuP1C2GHXvRetXgFLoAirDKXBXLMllW|b03d3de2-8f23-7a0e-7f2b-52438ce43f5e','2026-04-07','2026-04-07 15:13:54','2026-04-07 15:14:24',10,180,0,NULL,NULL,'2026-04-07 07:13:54','2026-04-07 07:14:24'),(15,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|5e7ab632-ec5a-7b9e-01e5-c3c99d7c0af8','2026-04-07','2026-04-07 15:14:28','2026-04-07 15:14:28',10,180,0,'/register',NULL,'2026-04-07 07:14:28','2026-04-07 07:14:31'),(16,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|5e7ab632-ec5a-7b9e-01e5-c3c99d7c0af8','2026-04-07','2026-04-07 15:14:31','2026-04-07 15:14:31',10,180,1,'/register',NULL,'2026-04-07 07:14:31','2026-04-07 07:14:31'),(17,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 15:14:31','2026-04-07 15:14:36',10,180,1,NULL,NULL,'2026-04-07 07:14:31','2026-04-07 07:14:36'),(18,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 15:21:50','2026-04-07 15:21:52',10,180,1,NULL,NULL,'2026-04-07 07:21:50','2026-04-07 07:21:52'),(19,NULL,1,'136.158.60.215','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|95776bca-c8be-fa14-7394-28b9c2861b45','2026-04-07','2026-04-07 15:38:12','2026-04-07 15:38:17',10,180,1,'/register',NULL,'2026-04-07 07:38:12','2026-04-07 07:38:17'),(20,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 16:03:04','2026-04-07 16:03:06',10,180,1,NULL,NULL,'2026-04-07 08:03:04','2026-04-07 08:03:06'),(21,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 16:11:03','2026-04-07 16:11:47',10,180,1,NULL,NULL,'2026-04-07 08:11:03','2026-04-07 08:11:47'),(22,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 16:14:34','2026-04-07 16:14:34',10,180,1,NULL,NULL,'2026-04-07 08:14:34','2026-04-07 08:14:34'),(23,5,1,'136.158.78.60','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-07','2026-04-07 16:50:59','2026-04-07 16:51:01',10,180,1,NULL,NULL,'2026-04-07 08:50:59','2026-04-07 08:51:01'),(24,NULL,1,'34.211.53.65','QFGQYDGMpm1u7tSBSFB1QGmMI8ScNKM74JYkrtHt|60ed3045-e146-c065-c360-1a83c70b56b0','2026-04-07','2026-04-07 16:59:29','2026-04-07 16:59:31',10,180,1,'/register',NULL,'2026-04-07 08:59:29','2026-04-07 08:59:31'),(25,NULL,1,'34.211.53.65','uEXIagZu38Qk4qZZ3155Y9q24WzPFIo8JdX6Sk6r|4b3e8a92-0781-8e59-8e39-89e660963802','2026-04-07','2026-04-07 16:59:36','2026-04-07 16:59:38',10,180,1,'/register',NULL,'2026-04-07 08:59:36','2026-04-07 08:59:38'),(26,5,1,'103.41.9.184','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|ace27233-f7cf-86bf-de54-3f5d7536cacf','2026-04-10','2026-04-10 09:34:50','2026-04-10 09:34:53',10,180,1,NULL,NULL,'2026-04-10 01:34:50','2026-04-10 01:34:53'),(27,5,1,'136.158.78.253','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|bd9e67da-19e6-b9c9-6826-73dcde0dfb56','2026-04-14','2026-04-14 14:43:08','2026-04-14 14:43:10',10,180,1,NULL,NULL,'2026-04-14 06:43:08','2026-04-14 06:43:10'),(28,2,1,'136.158.78.253','8ZGE0tlxDkeZnYCQvkEPUQUPMxMhDM2KwbNKvpgC|aadc4316-d1de-4388-9a93-58824ca123a7','2026-04-14','2026-04-14 14:47:10','2026-04-14 14:47:11',10,180,1,NULL,NULL,'2026-04-14 06:47:10','2026-04-14 06:47:11'),(29,NULL,1,'136.158.60.215','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|d0bfe829-185a-5cfd-4d96-7c7035aac396','2026-04-14','2026-04-14 15:10:06','2026-04-14 15:10:09',10,180,1,'/register',NULL,'2026-04-14 07:10:06','2026-04-14 07:10:09'),(30,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f1ff330a-c47b-6140-e5c4-7777b854c988','2026-04-16','2026-04-16 12:02:36','2026-04-16 12:02:36',10,180,0,'/register',NULL,'2026-04-16 04:02:36','2026-04-16 04:02:40'),(31,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f1ff330a-c47b-6140-e5c4-7777b854c988','2026-04-16','2026-04-16 12:02:40','2026-04-16 12:02:40',10,180,1,'/register',NULL,'2026-04-16 04:02:40','2026-04-16 04:02:40'),(32,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|7ed22862-deb7-fe64-962c-bcd27736bcf6','2026-04-16','2026-04-16 12:02:41','2026-04-16 12:02:45',10,180,1,NULL,NULL,'2026-04-16 04:02:41','2026-04-16 04:02:45'),(33,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|7ed22862-deb7-fe64-962c-bcd27736bcf6','2026-04-16','2026-04-16 14:33:49','2026-04-16 14:33:50',10,180,1,NULL,NULL,'2026-04-16 06:33:49','2026-04-16 06:33:50'),(34,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|7ed22862-deb7-fe64-962c-bcd27736bcf6','2026-04-16','2026-04-16 14:33:52','2026-04-16 14:36:24',10,180,1,NULL,NULL,'2026-04-16 06:33:52','2026-04-16 06:36:24'),(35,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|86f74f5a-fa59-d0de-42ba-f82982ec50f4','2026-04-16','2026-04-16 14:36:56','2026-04-16 14:36:57',10,180,1,NULL,NULL,'2026-04-16 06:36:56','2026-04-16 06:36:57'),(36,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|86f74f5a-fa59-d0de-42ba-f82982ec50f4','2026-04-16','2026-04-16 14:42:12','2026-04-16 14:42:12',10,180,1,NULL,NULL,'2026-04-16 06:42:12','2026-04-16 06:42:12'),(37,9,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|86f74f5a-fa59-d0de-42ba-f82982ec50f4','2026-04-16','2026-04-16 14:47:49','2026-04-16 14:47:52',10,180,1,NULL,NULL,'2026-04-16 06:47:49','2026-04-16 06:47:52'),(38,5,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|e03a63d9-de6e-33f3-5e12-6571bc386c6e','2026-04-16','2026-04-16 14:47:59','2026-04-16 14:47:59',10,180,0,NULL,NULL,'2026-04-16 06:47:59','2026-04-16 06:47:59'),(39,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|8c45c5cb-bdfc-5e87-fb2b-b04eba832911','2026-04-16','2026-04-16 14:48:06','2026-04-16 14:48:08',10,180,1,NULL,NULL,'2026-04-16 06:48:06','2026-04-16 06:48:08'),(40,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|2a1f2bee-efed-7322-98e0-4cc895d1ee41','2026-04-17','2026-04-17 17:13:54','2026-04-17 17:34:22',10,180,0,NULL,NULL,'2026-04-17 09:13:54','2026-04-17 09:34:22'),(41,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|2a1f2bee-efed-7322-98e0-4cc895d1ee41','2026-04-17','2026-04-17 17:49:52','2026-04-17 18:31:52',10,180,0,NULL,NULL,'2026-04-17 09:49:52','2026-04-17 10:31:52'),(42,2,1,'136.158.78.253','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|2a1f2bee-efed-7322-98e0-4cc895d1ee41','2026-04-17','2026-04-17 18:35:13','2026-04-17 18:41:12',10,180,0,NULL,NULL,'2026-04-17 10:35:13','2026-04-17 10:41:12'),(43,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:48:54','2026-04-24 13:49:13',10,180,1,NULL,NULL,'2026-04-24 05:48:54','2026-04-24 05:49:13'),(44,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:50:05','2026-04-24 13:50:06',10,180,1,NULL,NULL,'2026-04-24 05:50:05','2026-04-24 05:50:06'),(45,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 13:50:15','2026-04-24 13:50:18',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 05:50:15','2026-04-24 05:50:18'),(46,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:50:18','2026-04-24 13:50:23',10,180,1,NULL,NULL,'2026-04-24 05:50:18','2026-04-24 05:50:23'),(47,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:53:57','2026-04-24 13:53:58',10,180,1,NULL,NULL,'2026-04-24 05:53:57','2026-04-24 05:53:58'),(48,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 13:53:58','2026-04-24 13:54:16',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 05:53:58','2026-04-24 05:54:16'),(49,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 13:54:54','2026-04-24 13:55:00',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 05:54:54','2026-04-24 05:55:00'),(50,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 13:55:01','2026-04-24 13:55:01',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 05:55:01','2026-04-24 05:55:01'),(51,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:55:02','2026-04-24 13:55:20',10,180,1,NULL,NULL,'2026-04-24 05:55:02','2026-04-24 05:55:20'),(52,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:55:21','2026-04-24 13:55:21',10,180,0,NULL,NULL,'2026-04-24 05:55:21','2026-04-24 05:55:21'),(53,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 13:55:22','2026-04-24 13:55:22',10,180,0,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 05:55:22','2026-04-24 05:55:22'),(54,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 13:55:22','2026-04-24 13:55:22',10,180,1,NULL,NULL,'2026-04-24 05:55:22','2026-04-24 05:55:22'),(55,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:05:36','2026-04-24 14:05:39',10,180,1,NULL,NULL,'2026-04-24 06:05:36','2026-04-24 06:05:39'),(56,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:05:39','2026-04-24 14:05:41',10,180,1,NULL,NULL,'2026-04-24 06:05:39','2026-04-24 06:05:41'),(57,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:06:11','2026-04-24 14:06:13',10,180,1,NULL,NULL,'2026-04-24 06:06:11','2026-04-24 06:06:13'),(58,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:06:21','2026-04-24 14:06:23',10,180,1,NULL,NULL,'2026-04-24 06:06:21','2026-04-24 06:06:23'),(59,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:25:50','2026-04-24 14:25:52',10,180,1,NULL,NULL,'2026-04-24 06:25:50','2026-04-24 06:25:52'),(60,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:26:54','2026-04-24 14:26:56',10,180,1,NULL,NULL,'2026-04-24 06:26:54','2026-04-24 06:26:56'),(61,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:26:57','2026-04-24 14:26:58',10,180,1,NULL,NULL,'2026-04-24 06:26:57','2026-04-24 06:26:58'),(62,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:27:05','2026-04-24 14:27:07',10,180,1,NULL,NULL,'2026-04-24 06:27:05','2026-04-24 06:27:07'),(63,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:27:18','2026-04-24 14:27:20',10,180,1,NULL,NULL,'2026-04-24 06:27:18','2026-04-24 06:27:20'),(64,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:28:10','2026-04-24 14:28:12',10,180,1,NULL,NULL,'2026-04-24 06:28:10','2026-04-24 06:28:12'),(65,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:28:13','2026-04-24 14:28:15',10,180,1,NULL,NULL,'2026-04-24 06:28:13','2026-04-24 06:28:15'),(66,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:28:34','2026-04-24 14:28:36',10,180,1,NULL,NULL,'2026-04-24 06:28:34','2026-04-24 06:28:36'),(67,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:29:20','2026-04-24 14:29:22',10,180,1,NULL,NULL,'2026-04-24 06:29:20','2026-04-24 06:29:22'),(68,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:29:26','2026-04-24 14:29:29',10,180,1,NULL,NULL,'2026-04-24 06:29:26','2026-04-24 06:29:29'),(69,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:32:06','2026-04-24 14:32:08',10,180,1,NULL,NULL,'2026-04-24 06:32:06','2026-04-24 06:32:08'),(70,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 14:40:52','2026-04-24 14:40:54',10,180,1,NULL,NULL,'2026-04-24 06:40:52','2026-04-24 06:40:54'),(71,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 15:04:58','2026-04-24 15:05:00',10,180,1,NULL,NULL,'2026-04-24 07:04:58','2026-04-24 07:05:00'),(72,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 15:21:09','2026-04-24 15:21:11',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 07:21:09','2026-04-24 07:21:11'),(73,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 15:21:42','2026-04-24 15:21:43',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 07:21:42','2026-04-24 07:21:43'),(74,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 15:21:43','2026-04-24 15:21:45',10,180,1,NULL,NULL,'2026-04-24 07:21:43','2026-04-24 07:21:45'),(75,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 15:24:05','2026-04-24 15:24:07',10,180,1,NULL,NULL,'2026-04-24 07:24:05','2026-04-24 07:24:07'),(76,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 15:24:07','2026-04-24 15:24:10',10,180,1,NULL,NULL,'2026-04-24 07:24:07','2026-04-24 07:24:10'),(77,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 15:24:36','2026-04-24 15:24:37',10,180,1,NULL,NULL,'2026-04-24 07:24:36','2026-04-24 07:24:37'),(78,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|f5c963bb-54ab-f0fa-f4c8-73f680ca335b','2026-04-24','2026-04-24 17:06:55','2026-04-24 17:07:13',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:06:55','2026-04-24 09:07:13'),(79,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|d912f373-0253-16dc-df52-e9ecc64e2161','2026-04-24','2026-04-24 17:14:07','2026-04-24 17:14:09',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:14:07','2026-04-24 09:14:09'),(80,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-24','2026-04-24 17:23:24','2026-04-24 17:23:25',10,180,1,NULL,NULL,'2026-04-24 09:23:24','2026-04-24 09:23:25'),(81,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|d912f373-0253-16dc-df52-e9ecc64e2161','2026-04-24','2026-04-24 17:23:25','2026-04-24 17:23:27',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:23:25','2026-04-24 09:23:27'),(82,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|c5f3df8a-114a-23c6-47d1-ff0f444b55ca','2026-04-24','2026-04-24 17:23:28','2026-04-24 17:23:32',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:23:28','2026-04-24 09:23:32'),(83,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|c5f3df8a-114a-23c6-47d1-ff0f444b55ca','2026-04-24','2026-04-24 17:24:04','2026-04-24 17:24:10',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:24:04','2026-04-24 09:24:10'),(84,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|d1eaf1f8-2c4c-fed1-33c1-c5494d19a3f7','2026-04-24','2026-04-24 17:24:12','2026-04-24 17:24:15',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:24:12','2026-04-24 09:24:15'),(85,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|d1eaf1f8-2c4c-fed1-33c1-c5494d19a3f7','2026-04-24','2026-04-24 17:26:50','2026-04-24 17:27:04',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:26:50','2026-04-24 09:27:04'),(86,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|66c83bc5-93a9-8fd9-c761-1445dedff16b','2026-04-24','2026-04-24 17:27:13','2026-04-24 17:27:16',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:27:13','2026-04-24 09:27:16'),(87,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|66c83bc5-93a9-8fd9-c761-1445dedff16b','2026-04-24','2026-04-24 17:27:31','2026-04-24 17:27:33',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:27:31','2026-04-24 09:27:33'),(88,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|4ff2b97a-0b76-acde-a49c-d700fd4aa559','2026-04-24','2026-04-24 17:27:34','2026-04-24 17:27:42',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:27:34','2026-04-24 09:27:42'),(89,2,1,'216.247.87.214','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|4ff2b97a-0b76-acde-a49c-d700fd4aa559','2026-04-24','2026-04-24 17:27:47','2026-04-24 17:27:49',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-24 09:27:47','2026-04-24 09:27:49'),(90,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-27','2026-04-27 14:06:34','2026-04-27 14:06:36',10,180,1,NULL,NULL,'2026-04-27 06:06:34','2026-04-27 06:06:36'),(91,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|4ff2b97a-0b76-acde-a49c-d700fd4aa559','2026-04-27','2026-04-27 14:06:36','2026-04-27 14:06:36',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-27 06:06:36','2026-04-27 06:06:36'),(92,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|6efa5ba7-9f79-7cf8-6ca7-e9ce6d2b3474','2026-04-27','2026-04-27 14:06:36','2026-04-27 14:06:36',10,180,0,NULL,NULL,'2026-04-27 06:06:36','2026-04-27 06:06:36'),(93,2,1,'136.158.78.175','v1APU7box43q93aSZPqp9CUhBqu74TerX01pzzUA|4ff2b97a-0b76-acde-a49c-d700fd4aa559','2026-04-27','2026-04-27 14:06:36','2026-04-27 14:06:36',10,180,1,'/use/1AUse-042026-1-af2r98ux77',NULL,'2026-04-27 06:06:36','2026-04-27 06:06:36'),(94,NULL,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|ad95c398-c5e4-9ce1-94ed-ed08c831998c','2026-04-30','2026-04-30 10:21:42','2026-04-30 10:21:43',10,180,1,'/register',NULL,'2026-04-30 02:21:42','2026-04-30 02:21:43'),(95,NULL,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|ad95c398-c5e4-9ce1-94ed-ed08c831998c','2026-04-30','2026-04-30 10:22:39','2026-04-30 10:22:41',10,180,1,'/register',NULL,'2026-04-30 02:22:39','2026-04-30 02:22:41'),(96,NULL,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|ad95c398-c5e4-9ce1-94ed-ed08c831998c','2026-04-30','2026-04-30 10:23:02','2026-04-30 10:23:02',10,180,0,'/register',NULL,'2026-04-30 02:23:02','2026-04-30 02:23:02'),(97,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|4b81d19a-00d6-9a13-27e0-afe1d9a19c18','2026-04-30','2026-04-30 10:23:11','2026-04-30 10:23:21',10,180,1,NULL,NULL,'2026-04-30 02:23:11','2026-04-30 02:23:21'),(98,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|4b81d19a-00d6-9a13-27e0-afe1d9a19c18','2026-04-30','2026-04-30 10:34:59','2026-04-30 10:35:23',10,180,1,NULL,NULL,'2026-04-30 02:34:59','2026-04-30 02:35:23'),(99,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|4b81d19a-00d6-9a13-27e0-afe1d9a19c18','2026-04-30','2026-04-30 10:37:22','2026-04-30 10:38:25',10,180,1,NULL,NULL,'2026-04-30 02:37:22','2026-04-30 02:38:25'),(100,9,1,'136.158.60.132','c7xtsiajKuRpw8bERft9YIvdWnfCvthIh8yBKK05|4b81d19a-00d6-9a13-27e0-afe1d9a19c18','2026-04-30','2026-04-30 10:46:58','2026-04-30 10:47:01',10,180,1,NULL,NULL,'2026-04-30 02:46:58','2026-04-30 02:47:01'),(101,NULL,1,'136.158.60.132','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|46cf7168-5287-d698-850c-4a00866f1450','2026-04-30','2026-04-30 10:51:49','2026-04-30 10:51:49',10,180,0,'/register',NULL,'2026-04-30 02:51:49','2026-04-30 02:51:49'),(102,9,1,'136.158.60.132','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|dbf025d8-c5a0-6f4f-4315-378cd7660f90','2026-04-30','2026-04-30 10:51:53','2026-04-30 10:51:57',10,180,1,NULL,NULL,'2026-04-30 02:51:53','2026-04-30 02:51:57'),(103,1,1,'136.158.60.132','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|388fbde8-22f0-901b-d513-725c16d1d953','2026-04-30','2026-04-30 10:54:45','2026-04-30 10:54:48',10,180,1,NULL,NULL,'2026-04-30 02:54:45','2026-04-30 02:54:48'),(104,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|b93e376a-01d6-2b6c-799d-b7ea2d302fa9','2026-05-11','2026-05-11 12:05:47','2026-05-11 12:06:00',10,180,1,NULL,NULL,'2026-05-11 04:05:47','2026-05-11 04:06:00'),(105,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|b93e376a-01d6-2b6c-799d-b7ea2d302fa9','2026-05-11','2026-05-11 12:07:35','2026-05-11 12:07:35',10,180,0,NULL,NULL,'2026-05-11 04:07:35','2026-05-11 04:07:35'),(106,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|152d12f4-20ef-d170-7129-cf4b769e2ba5','2026-05-11','2026-05-11 12:10:45','2026-05-11 12:10:45',10,180,0,NULL,NULL,'2026-05-11 04:10:45','2026-05-11 04:10:45'),(107,NULL,1,'158.140.136.41','INcTYdIvfIvpuTKjVDEcUJm15Z9TbOTT6vZhVXvA|453301a8-251f-f74c-d263-c4880b19390c','2026-05-11','2026-05-11 23:02:51','2026-05-11 23:02:57',10,180,1,'/register',NULL,'2026-05-11 15:02:51','2026-05-11 15:02:57'),(108,NULL,1,'158.140.136.41','INcTYdIvfIvpuTKjVDEcUJm15Z9TbOTT6vZhVXvA|453301a8-251f-f74c-d263-c4880b19390c','2026-05-11','2026-05-11 23:03:05','2026-05-11 23:03:11',10,180,1,'/register',NULL,'2026-05-11 15:03:05','2026-05-11 15:03:11'),(109,NULL,1,'158.140.136.41','INcTYdIvfIvpuTKjVDEcUJm15Z9TbOTT6vZhVXvA|a154ec31-d73a-a86e-66ae-1ff5bc57b39e','2026-05-11','2026-05-11 23:03:59','2026-05-11 23:04:00',10,180,1,'/register',NULL,'2026-05-11 15:03:59','2026-05-11 15:04:00'),(110,NULL,1,'158.140.136.41','INcTYdIvfIvpuTKjVDEcUJm15Z9TbOTT6vZhVXvA|a154ec31-d73a-a86e-66ae-1ff5bc57b39e','2026-05-12','2026-05-12 09:03:01','2026-05-12 09:03:02',10,180,1,'/register',NULL,'2026-05-12 01:03:01','2026-05-12 01:03:02'),(111,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|ce0bbd3a-3d62-7210-ee4a-9d2bb58b9343','2026-05-12','2026-05-12 10:26:40','2026-05-12 10:26:40',10,180,0,NULL,NULL,'2026-05-12 02:26:40','2026-05-12 02:26:40'),(112,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|0fd8e52a-716e-0a27-a4ce-a5c2dec6d9c9','2026-05-12','2026-05-12 14:29:33','2026-05-12 14:29:33',10,180,0,NULL,NULL,'2026-05-12 06:29:33','2026-05-12 06:29:33'),(113,1,1,'136.158.60.214','s1MJnBe4UGOGGga2rMbw2CEWu2Vx83zl8HnyiZ2a|5124333f-d792-c6ea-3de4-40a29c7345f3','2026-05-13','2026-05-13 13:36:27','2026-05-13 13:36:27',10,180,0,NULL,NULL,'2026-05-13 05:36:27','2026-05-13 05:36:27'),(114,1,1,'136.158.60.214','EQBtGRYLrvUXm8NZj9h3AifteR4mUCOBVVpTBNRv|78e5cdd1-297e-32f4-6a2f-e85f18d6bbcd','2026-05-13','2026-05-13 18:16:47','2026-05-13 18:16:54',10,180,1,NULL,NULL,'2026-05-13 10:16:47','2026-05-13 10:16:54');
/*!40000 ALTER TABLE `user_session_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_sso_request_logs`
--

DROP TABLE IF EXISTS `user_sso_request_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_sso_request_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `ip_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_device_info_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_sso_request_logs_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_sso_request_logs`
--

LOCK TABLES `user_sso_request_logs` WRITE;
/*!40000 ALTER TABLE `user_sso_request_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_sso_request_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_summaries`
--

DROP TABLE IF EXISTS `user_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_summaries` (
  `user_id` int unsigned NOT NULL,
  `point_balance` decimal(8,2) NOT NULL DEFAULT '0.00',
  `last_login` timestamp NULL DEFAULT NULL,
  `last_home_refresh_at` timestamp NULL DEFAULT NULL,
  `total_chance_provisioned` bigint unsigned NOT NULL DEFAULT '0',
  `total_chance_used` bigint unsigned NOT NULL DEFAULT '0',
  `total_referrals` bigint unsigned NOT NULL DEFAULT '0',
  `total_point_earned` decimal(8,2) NOT NULL DEFAULT '0.00',
  `total_point_spend` decimal(8,2) NOT NULL DEFAULT '0.00',
  `total_voucher_download` int unsigned NOT NULL DEFAULT '0',
  `total_voucher_provisioned` bigint unsigned NOT NULL DEFAULT '0',
  `total_voucher_used` bigint unsigned NOT NULL DEFAULT '0',
  `first_download_voucher_id` bigint unsigned DEFAULT NULL,
  `total_spin` int unsigned NOT NULL DEFAULT '0',
  `first_dstw_entry_status_id` bigint unsigned DEFAULT NULL,
  `last_sms_blast_timestamp` timestamp NULL DEFAULT NULL,
  `last_email_blast_timestamp` timestamp NULL DEFAULT NULL,
  `last_sms_notification_timestamp` timestamp NULL DEFAULT NULL,
  `last_email_notification_timestamp` timestamp NULL DEFAULT NULL,
  `last_inapp_notification_timestamp` timestamp NULL DEFAULT NULL,
  `first_onboard_module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_seconds` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_minutes` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_receipt_timestamp` timestamp NULL DEFAULT NULL,
  `total_receipt_uploaded` bigint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `dsc_progress` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`user_id`),
  UNIQUE KEY `user_summaries_user_id_unique` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_summaries`
--

LOCK TABLES `user_summaries` WRITE;
/*!40000 ALTER TABLE `user_summaries` DISABLE KEYS */;
INSERT INTO `user_summaries` VALUES (1,0.00,'2026-05-13 10:16:48','2026-05-13 10:16:54',5,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-11-09 03:05:34','2026-05-13 10:16:54',''),(2,0.00,'2026-04-27 06:06:31','2026-05-13 06:32:42',8,0,0,0.00,0.00,1,0,0,1,0,NULL,'2026-04-30 05:29:02',NULL,NULL,NULL,NULL,'Voucher',NULL,NULL,NULL,0,'2026-04-07 06:38:12','2026-05-13 06:32:42',''),(3,0.00,NULL,NULL,0,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2026-04-07 07:02:48','2026-04-07 07:02:48',''),(4,0.00,'2026-04-07 07:13:54','2026-04-07 07:13:54',1,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2026-04-07 07:13:46','2026-04-07 07:13:54',''),(5,0.00,'2026-04-16 06:47:59','2026-04-16 06:47:59',8,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,NULL,0,'2026-04-07 07:14:17','2026-05-13 05:40:14',''),(6,0.00,NULL,NULL,0,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2026-04-15 23:53:22','2026-04-15 23:53:22',''),(7,0.00,NULL,NULL,0,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2026-04-15 23:53:23','2026-04-15 23:53:23',''),(8,0.00,NULL,NULL,9,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,'2026-05-13 09:08:37',9,'2026-04-16 00:11:27','2026-05-13 09:09:23',''),(9,0.00,'2026-04-30 02:51:53','2026-04-30 02:51:54',2,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,NULL,0,'2026-04-16 03:16:42','2026-05-13 05:40:15',''),(10,0.00,NULL,NULL,0,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,NULL,0,'2026-05-07 10:26:19','2026-05-13 05:40:15',''),(11,0.00,NULL,NULL,2,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,'2026-05-13 04:25:40',2,'2026-05-08 09:05:58','2026-05-13 05:54:44',''),(12,0.00,NULL,NULL,0,0,0,0.00,0.00,0,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,'Riddle',NULL,NULL,NULL,0,'2026-05-12 00:47:08','2026-05-13 05:40:16','');
/*!40000 ALTER TABLE `user_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_unsubscriptions`
--

DROP TABLE IF EXISTS `user_unsubscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_unsubscriptions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_unsubscriptions_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_unsubscriptions`
--

LOCK TABLES `user_unsubscriptions` WRITE;
/*!40000 ALTER TABLE `user_unsubscriptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_unsubscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_utm_tracks`
--

DROP TABLE IF EXISTS `user_utm_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_utm_tracks` (
  `user_id` bigint unsigned NOT NULL,
  `utm_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `source` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `medium` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `campaign` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `term` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ga_cookie` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gid_cookie` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `http_referer` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `other_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_utm_tracks`
--

LOCK TABLES `user_utm_tracks` WRITE;
/*!40000 ALTER TABLE `user_utm_tracks` DISABLE KEYS */;
INSERT INTO `user_utm_tracks` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'https://ayala-malls.growthdesk.dev/register',NULL,'2022-11-09 03:05:34','2022-11-09 03:05:34'),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-07 06:38:12','2026-04-07 06:38:12'),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-07 07:02:48','2026-04-07 07:02:48'),(4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-07 07:13:46','2026-04-07 07:13:46'),(5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-07 07:14:17','2026-04-07 07:14:17'),(6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-15 23:53:22','2026-04-15 23:53:22'),(7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-15 23:53:23','2026-04-15 23:53:23'),(8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 00:11:27','2026-04-16 00:11:27'),(9,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-04-16 03:16:42','2026-04-16 03:16:42'),(10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-07 10:26:19','2026-05-07 10:26:19'),(11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-08 09:05:58','2026-05-08 09:05:58'),(12,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-05-12 00:47:09','2026-05-12 00:47:09');
/*!40000 ALTER TABLE `user_utm_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL DEFAULT '1',
  `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` text COLLATE utf8mb4_unicode_ci,
  `email` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `email_masked` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_country_code` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `wa_username` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `wa_bsuid` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_twofa` varchar(6) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile_verified` int NOT NULL DEFAULT '0',
  `user_verified_timestamp` datetime DEFAULT NULL,
  `user_membership_id` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `membership_synced_date` datetime DEFAULT NULL,
  `is_membership_auto_sync_mode` tinyint(1) DEFAULT NULL,
  `user_avatar` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `dob` date DEFAULT NULL,
  `birth_month` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `birth_year` int DEFAULT NULL,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_token` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password_changed_at` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referrer_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reg_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reg_order` int DEFAULT NULL,
  `register_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `google2fa_secret` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_api_token_unique` (`api_token`),
  KEY `users_business_account_id_id_index` (`business_account_id`,`id`),
  KEY `users_wa_bsuid_index` (`wa_bsuid`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users`
--

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,1,'eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQSt4S1hpUjdlWEdHMU0yZmlOOGVLdz09IiwibWFjIjoiYjliMmEwOTMxYWMwNGFiN2FlMjQ4YjU2MWIzYmUwMmI2NDE3MjdkZmQ3NmY3ZmQxZGJjOGQwNjE2MTdiNGYzNCJ9',NULL,'eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiekFWYkhabUZyNCtUQVBMNU9XTUl0NWFTXC9OcDBjTCtoWENPcURhOENCOTg9IiwibWFjIjoiN2JmZjA4ZGZiZGM2NzkxYThjODYxMGIxNzQ3NmJhMzBlZmQ0ZmZhN2FiM2MyNzBkMTlkYTJkMTUxNzhjM2U4ZSJ9','ben***@growthdesk.com','eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbH','60',NULL,NULL,'942216',1,'2022-11-09 11:08:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$L2C4sl3viaJyysTAAYytjOFTsB4xj7nfd/y9gGPz8xcAOGcVDFq0m',NULL,NULL,NULL,'ZTQZ3C7U',NULL,NULL,'2022-11-09 11:05:34','2022-11-09 03:05:34','2026-04-07 06:30:19','ZVK6WY3NH2RIKHKE'),(2,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZTF2Q2Y4TE9LcUkzdzd3V1Y5U0tUdz09IiwibWFjIjoiZjI5N2RhZDA2OGNhYzA4NDczMjAxMDk1MzQ4YTIxZDJiM2FjMTc3MGJmMGIwZGFiNzU4Y2M4NWFkZmE1OTllZiJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoid2w3MFFcL281NlExYVgrY0lYd09SeUZmT1wvU25RemJabXZIS1B4c3Q2SHhBPSIsIm1hYyI6IjQ4YzUwZWNkZWYwZDEzZjhiOTYxZGU5N2NmMjY0OGI0YzJjY2ViYmJmNDUzYmZjMDE0MzE3NDA2ODQyOWJjYTkifQ==','aga***@growthdesk.com','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','63','@testuser_nophone3',NULL,'294132',1,'2026-04-07 14:52:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$VVfSbulqM/eqj089i5k76eWOXBIDFfGIT4/r12uC5DUFS2x7Co1Lu','26d5af1082baf87606f9c37f133d20a89948baf36a179a79c2035a3adf0da615',NULL,NULL,'9EDNDAE6',NULL,NULL,'2026-04-07 14:38:12','2026-04-07 06:38:12','2026-04-07 06:53:06','2WOO5C2F6PCQL2QQ'),(4,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMWtaQmRLWFljWHhOXC9MQUZrUkM5ZDBXd2paTnZtKzNZZVVud3JKZzRUZWs9IiwibWFjIjoiMzdiZjI1ODhjZDFiZmY2NzdkYWM3ZDNjZDg5OWM5OTE0ZDI4MGYyNGM0Njc3Njc1YWUxZjFkMWUwNGU5MDdhZCJ9','joh***@growthdesk.dev',NULL,NULL,'johndoe0',NULL,NULL,1,'2026-04-07 15:13:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$HeX0l0JDuNrpEgQC4ND8VuN5DSk3SlQf9zcdittNO/PiTQhzzDReS',NULL,NULL,NULL,'4LGUZLKE',NULL,NULL,'2026-04-07 15:12:59','2026-04-07 07:13:46','2026-04-07 07:13:53',''),(5,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVVZ6S0czbVRBaUVQUGdVMzhtdzNqZz09IiwibWFjIjoiYjQwOWUwMDNiYWY4MTE0NGJlMTFiOGY1YmFiOGZmYTc3M2NkZTRjNjY5MmU4YzQ0MmI1OTRkOWZmODU4MjM2MyJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZWdON1wveW1hMTgxVVR6ZVU1U2JKSU5IUXpDaFwvQWpOdnNmcngzVG9yR1YwPSIsIm1hYyI6Ijc4NGFkOGVjNzhjOGRiMTA2NmZlZjk4MDc4ODc0NWFiNmQ0MjM2ZmQ2NWEyZGQxOTM5YmNiMDM5Y2IxMGFmN2IifQ==','joh***@growthdesk.dev',NULL,NULL,'johndoe3',NULL,NULL,1,'2026-04-07 15:14:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$nH74i7yLI1HTlEbBICjOM.L3uziOQkj2uWO91HwR0qhPsnEK9p5Re',NULL,NULL,NULL,'S0HSKRE7',NULL,NULL,'2026-04-07 15:13:59','2026-04-07 07:14:17','2026-04-07 07:14:30',''),(6,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==','','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','63',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$zTfAKCzKD0oUAD.cDds4Jeo7O6nbTi4zAutwrH9RT71srvG189cLi',NULL,NULL,NULL,'NN2L5SA9',NULL,NULL,'2026-04-16 07:53:11','2026-04-15 23:53:21','2026-04-15 23:53:21',''),(7,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==','','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','63',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$zacZxjbd/i.Dbqqd66AV4e3DLOVljMezBl2JlMo9aft6xLc6hFSRe',NULL,NULL,NULL,'B8F07IZ2',NULL,NULL,'2026-04-16 07:53:11','2026-04-15 23:53:23','2026-04-15 23:53:23',''),(8,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=','wil***@growthdesk.com','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','63','@wilson_nophone','US.13491208655302741925',NULL,1,'2026-05-12 13:50:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$Gb27/BG01i5JpbIDvLJ1GuFd00PGXksMGrQdHH921bPMoQAOUS57G',NULL,NULL,NULL,'HQUE1BSC',NULL,NULL,'2026-04-16 08:11:19','2026-04-16 00:11:27','2026-05-12 08:20:52',''),(9,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoickwrVzZmSFZMQ0x1OFNRblZPT2Y2Zz09IiwibWFjIjoiOWJlNTg2YTViYTE3ZmJiOGM3Y2ZiZjg1YWYwMmVjMWU3OTFiODBmMjNiMWE3Y2FkMDViZTg5NzllMTM2NWViMiJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVE5uQkZEKzJUY09DWldzdkkzbytaXC9cL05uQzNuUW11RDNZcGttUFdVRm5BPSIsIm1hYyI6ImVjMTRkOTc5YmVkN2E0MzdhZTM1NmEwYmM3NzQ4OWI5MjdkMDU2YTQ2NzFhZGJjMDZjMWY1YjFmOWYwOGM0MzAifQ==','aga***@growthdesk.com','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','63',NULL,'PH.4534357273550585',NULL,1,'2026-04-16 12:02:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$fra8UiWF2Q2hIqtPJ1Fy4.pq5HzbjAxoibyfog7eP4L6GawR4Vbpm',NULL,NULL,NULL,'DCVVTN7G',NULL,NULL,'2026-04-16 11:16:36','2026-04-16 03:16:42','2026-04-16 04:02:39',''),(10,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUZEb1ZsVE1FQ2FDMzRpcEZ4OFFtZz09IiwibWFjIjoiMjFhZWQzZjYyNTNkMmNhYmZlYmY0NDVmYmY5MDgwMDJkNmQwNDgwOTgwNGI0ODZhZGNlOTAyMTRlMzVjNDlhYSJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZVwvUHRKUTF2a2FHK1pNVWxiVmtyRUtiOFNPQkpJUDNmNktsc2s3dlFWb1k9IiwibWFjIjoiYmIxZmE1MGU1MmNmZjJmNzA3MWM3MTJkN2JmNWRkYzJmNjcxYTRiNjkxM2YxODY5OTBmNGFlMzRjNWI2NTY0MCJ9','jac***@skale.today','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','60',NULL,'MY.4539361923050120',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$.osRiXvjFP8ieqYsNs72len6hMMn3afC/SeGsKexxkXxq/ru1bxnK',NULL,NULL,NULL,'XV7M7222',NULL,NULL,'2026-02-10 16:33:14','2026-05-07 10:26:19','2026-05-07 10:26:45',''),(11,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMFVHc2ZQSkhvWmNIQXB6WGVtSU9oUT09IiwibWFjIjoiY2Y1ZGExMjVjN2JhZDRkYmVlM2Y5OTc2NDdmODg5OGYxNmE2NGE1ODZhZDIzOTNjZDU3MDFlYzkyYWY4MGI0MiJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiTU5KZ3J6UUU1NmpTRGk0R21PNlpuY3lrWXdobjcwS0YzQlphcWtQUmI1cz0iLCJtYWMiOiJlNmM0M2ZlZTNlNjYwYzdiZjJmOTJjOWFhNjViMWY0M2JmZTBiNjA2ZWQzMzIwOWMxMjBiZDliYTBkNjhjZTIwIn0=','yue***@growthdesk.com','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbH','65',NULL,'SG.4542509739402005',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$g93W7YeCv26QJMqIFOSLsejeEZzpb2DPg6RI.8jtaa8XjVORG5P0q',NULL,NULL,NULL,'SOFS3CIZ',NULL,NULL,'2026-05-08 17:05:43','2026-05-08 09:05:57','2026-05-08 09:06:43',''),(12,1,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9',NULL,'eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9','yue***@gmail.com',NULL,NULL,'@testuser_nophone4','US.13491208655302741927',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$7Iio85mJJM8eN/K2sqUOFe1f9ehHWvgwf815Uai1YBlXZK7Z4yq.6',NULL,NULL,NULL,'AW27BBSD',NULL,NULL,'2026-05-11 23:04:28','2026-05-12 00:47:08','2026-05-12 00:49:46','');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `variant_combinations`
--

DROP TABLE IF EXISTS `variant_combinations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `variant_combinations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned DEFAULT NULL,
  `voucher_series_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `combination` json NOT NULL,
  `total_stock` int NOT NULL DEFAULT '0',
  `remaining_stock` int NOT NULL DEFAULT '0',
  `is_active` tinyint NOT NULL DEFAULT '0',
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `variant_combinations_business_account_id_index` (`business_account_id`),
  KEY `variant_combinations_voucher_series_id_index` (`voucher_series_id`),
  KEY `variant_combinations_is_active_index` (`is_active`),
  CONSTRAINT `variant_combinations_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`) ON DELETE SET NULL,
  CONSTRAINT `variant_combinations_voucher_series_id_foreign` FOREIGN KEY (`voucher_series_id`) REFERENCES `voucher_series` (`series_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `variant_combinations`
--

LOCK TABLES `variant_combinations` WRITE;
/*!40000 ALTER TABLE `variant_combinations` DISABLE KEYS */;
/*!40000 ALTER TABLE `variant_combinations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `variant_values`
--

DROP TABLE IF EXISTS `variant_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `variant_values` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `variant_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `variant_values_value_index` (`value`),
  KEY `variant_values_variant_id_index` (`variant_id`),
  CONSTRAINT `variant_values_variant_id_foreign` FOREIGN KEY (`variant_id`) REFERENCES `variants` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `variant_values`
--

LOCK TABLES `variant_values` WRITE;
/*!40000 ALTER TABLE `variant_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `variant_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `variants`
--

DROP TABLE IF EXISTS `variants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `variants` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned DEFAULT NULL,
  `voucher_series_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `label` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `variants_business_account_id_index` (`business_account_id`),
  KEY `variants_voucher_series_id_index` (`voucher_series_id`),
  KEY `variants_label_index` (`label`),
  CONSTRAINT `variants_business_account_id_foreign` FOREIGN KEY (`business_account_id`) REFERENCES `business_accounts` (`id`) ON DELETE SET NULL,
  CONSTRAINT `variants_voucher_series_id_foreign` FOREIGN KEY (`voucher_series_id`) REFERENCES `voucher_series` (`series_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `variants`
--

LOCK TABLES `variants` WRITE;
/*!40000 ALTER TABLE `variants` DISABLE KEYS */;
/*!40000 ALTER TABLE `variants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `verification_codes`
--

DROP TABLE IF EXISTS `verification_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `verification_codes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `otp` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `expire_at` timestamp NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `verification_codes`
--

LOCK TABLES `verification_codes` WRITE;
/*!40000 ALTER TABLE `verification_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `verification_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_agreements`
--

DROP TABLE IF EXISTS `voucher_agreements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_agreements` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_pdpa` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_age` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_newsletter` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_read_tnc` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_agreements`
--

LOCK TABLES `voucher_agreements` WRITE;
/*!40000 ALTER TABLE `voucher_agreements` DISABLE KEYS */;
INSERT INTO `voucher_agreements` VALUES (1,'1',NULL,NULL,NULL,NULL,'2026-04-24 05:49:01','2026-04-24 05:49:01');
/*!40000 ALTER TABLE `voucher_agreements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_details`
--

DROP TABLE IF EXISTS `voucher_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_id` int unsigned NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_details_voucher_id_``key``(6)_index` (`voucher_id`,`key`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_details`
--

LOCK TABLES `voucher_details` WRITE;
/*!40000 ALTER TABLE `voucher_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_distribution_transactions`
--

DROP TABLE IF EXISTS `voucher_distribution_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_distribution_transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `voucher_series_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_id` bigint unsigned DEFAULT NULL,
  `issue_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_remark` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_auto_approved` tinyint NOT NULL,
  `approval_at` timestamp NULL DEFAULT NULL,
  `approver_user_id` bigint DEFAULT NULL,
  `issue_link_model` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `issue_link_id` bigint unsigned NOT NULL,
  `forfeit_link_model` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `forfeit_link_id` bigint unsigned DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_distribution_transactions`
--

LOCK TABLES `voucher_distribution_transactions` WRITE;
/*!40000 ALTER TABLE `voucher_distribution_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_distribution_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_code_2SKAL`
--

DROP TABLE IF EXISTS `voucher_redeem_code_2SKAL`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_code_2SKAL` (
  `id` int NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `voucher_series` varchar(50) NOT NULL,
  `voucher_serial` varchar(50) DEFAULT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_code_2SKAL`
--

LOCK TABLES `voucher_redeem_code_2SKAL` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_code_2SKAL` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redeem_code_2SKAL` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_code_group_relation`
--

DROP TABLE IF EXISTS `voucher_redeem_code_group_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_code_group_relation` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `group_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_code_group_relation`
--

LOCK TABLES `voucher_redeem_code_group_relation` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_code_group_relation` DISABLE KEYS */;
INSERT INTO `voucher_redeem_code_group_relation` VALUES (1,'1AUse-042026-1','',NULL,NULL);
/*!40000 ALTER TABLE `voucher_redeem_code_group_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_code_group_tables`
--

DROP TABLE IF EXISTS `voucher_redeem_code_group_tables`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_code_group_tables` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `group_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `table_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_code_group_tables`
--

LOCK TABLES `voucher_redeem_code_group_tables` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_code_group_tables` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redeem_code_group_tables` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_code_groups`
--

DROP TABLE IF EXISTS `voucher_redeem_code_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_code_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `discount_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_code_groups`
--

LOCK TABLES `voucher_redeem_code_groups` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_code_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redeem_code_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_codes`
--

DROP TABLE IF EXISTS `voucher_redeem_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_codes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `group_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_series` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sku` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `discount_value` double NOT NULL DEFAULT '0',
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_codes`
--

LOCK TABLES `voucher_redeem_codes` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redeem_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redeem_codes_backup`
--

DROP TABLE IF EXISTS `voucher_redeem_codes_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redeem_codes_backup` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_series` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'This column cannot be empty, must be now or with value',
  `code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `discount_value` double NOT NULL DEFAULT '0',
  `sku` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redeem_codes_backup`
--

LOCK TABLES `voucher_redeem_codes_backup` WRITE;
/*!40000 ALTER TABLE `voucher_redeem_codes_backup` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redeem_codes_backup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_redemption_details`
--

DROP TABLE IF EXISTS `voucher_redemption_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_redemption_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redeem_datetime` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `voucher_series` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `redemption_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_asset_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_redemption_details`
--

LOCK TABLES `voucher_redemption_details` WRITE;
/*!40000 ALTER TABLE `voucher_redemption_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_redemption_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_send_queues`
--

DROP TABLE IF EXISTS `voucher_send_queues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_send_queues` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `identifier` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `generated_password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_send_queues`
--

LOCK TABLES `voucher_send_queues` WRITE;
/*!40000 ALTER TABLE `voucher_send_queues` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_send_queues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series`
--

DROP TABLE IF EXISTS `voucher_series`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'online',
  `promotion_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tc` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tc_link` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redeem_start` datetime NOT NULL,
  `redeem_end` datetime NOT NULL,
  `redeem_max` int NOT NULL,
  `redeem_count` int NOT NULL DEFAULT '0',
  `use_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `max_usable_voucher` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `unique_redeem_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `unique_use_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `use_by` datetime DEFAULT NULL,
  `use_by_date_option` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'custom',
  `use_by_date_days` smallint unsigned DEFAULT NULL,
  `max_use` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `max_download_per_series_per_user` int NOT NULL DEFAULT '1',
  `allow_download_after_expired` tinyint(1) NOT NULL DEFAULT '0',
  `allow_download_after_used` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `merchant_promo_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `req_name` int NOT NULL DEFAULT '1',
  `is_name_mandatory` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `req_mobile` int NOT NULL DEFAULT '1',
  `is_mobile_mandatory` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `req_email` int NOT NULL DEFAULT '1',
  `is_email_mandatory` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `sms_template` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `notification_template_to_admin_id` bigint unsigned DEFAULT NULL,
  `notification_template_to_user_id` bigint unsigned DEFAULT NULL,
  `is_one_sms` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `notif_sms` tinyint(1) NOT NULL DEFAULT '1',
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `is_private` tinyint(1) NOT NULL DEFAULT '0',
  `remark` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redemption_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `promotion_mechanic` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `promotion_mechanic_value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` int NOT NULL DEFAULT '0',
  `is_downloadable` int NOT NULL DEFAULT '0',
  `is_pool` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1 = pool, 0 = non-pool',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `module` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  PRIMARY KEY (`id`),
  KEY `voucher_series_business_account_id_series_id(15)_index` (`business_account_id`,`series_id`(15)),
  KEY `voucher_series_notification_template_to_user_id_foreign` (`notification_template_to_user_id`),
  KEY `voucher_series_notification_template_to_admin_id_foreign` (`notification_template_to_admin_id`),
  KEY `voucher_series_series_id_index` (`series_id`),
  CONSTRAINT `voucher_series_notification_template_to_admin_id_foreign` FOREIGN KEY (`notification_template_to_admin_id`) REFERENCES `notification_templates` (`id`),
  CONSTRAINT `voucher_series_notification_template_to_user_id_foreign` FOREIGN KEY (`notification_template_to_user_id`) REFERENCES `notification_templates` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series`
--

LOCK TABLES `voucher_series` WRITE;
/*!40000 ALTER TABLE `voucher_series` DISABLE KEYS */;
INSERT INTO `voucher_series` VALUES (1,1,'Sample Voucher','1AUse-042026-1','promo_code','free-gift','<p>Not applicable with other discount codes, promotions or offers. General terms and conditions apply.</p>','https://growthdesk.com/legal/privacy-policy/','2026-04-01 00:00:00','2026-05-31 23:59:00',50,2,'4','50','1','3','2026-07-23 23:59:00','custom',NULL,'1',1,0,'0',NULL,0,'1',0,'1',0,'1','',NULL,NULL,'1',0,'active',0,NULL,'https://wa-username-testing.growthdesk.dev/file/images/petfest-indonesia-1776925690-608242036.jpg','none',NULL,NULL,0,0,0,'2026-04-24 05:47:29','2026-04-24 09:27:38','default');
/*!40000 ALTER TABLE `voucher_series` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_asset_relation`
--

DROP TABLE IF EXISTS `voucher_series_asset_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_asset_relation` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` int unsigned NOT NULL,
  `business_asset_id` int unsigned NOT NULL,
  `code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `promotion_mechanic` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `promotion_mechanic_value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_series_asset_relation_business_asset_id_index` (`business_asset_id`),
  KEY `voucher_series_asset_relation_voucher_series_id_index` (`voucher_series_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_asset_relation`
--

LOCK TABLES `voucher_series_asset_relation` WRITE;
/*!40000 ALTER TABLE `voucher_series_asset_relation` DISABLE KEYS */;
INSERT INTO `voucher_series_asset_relation` VALUES (2,1,1,'','unique_promo_code','null',NULL,NULL);
/*!40000 ALTER TABLE `voucher_series_asset_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_category_group_items_relations`
--

DROP TABLE IF EXISTS `voucher_series_category_group_items_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_category_group_items_relations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `item_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `voucher_series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_category_group_items_relations`
--

LOCK TABLES `voucher_series_category_group_items_relations` WRITE;
/*!40000 ALTER TABLE `voucher_series_category_group_items_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_category_group_items_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_details`
--

DROP TABLE IF EXISTS `voucher_series_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_series_details_series_id(15)_index` (`series_id`(15))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_details`
--

LOCK TABLES `voucher_series_details` WRITE;
/*!40000 ALTER TABLE `voucher_series_details` DISABLE KEYS */;
INSERT INTO `voucher_series_details` VALUES (1,'1AUse-042026-1','token_required','0','2026-04-24 05:48:41','2026-04-24 05:48:41');
/*!40000 ALTER TABLE `voucher_series_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_group_relation`
--

DROP TABLE IF EXISTS `voucher_series_group_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_group_relation` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` int NOT NULL,
  `voucher_group_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_group_relation`
--

LOCK TABLES `voucher_series_group_relation` WRITE;
/*!40000 ALTER TABLE `voucher_series_group_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_group_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_groups`
--

DROP TABLE IF EXISTS `voucher_series_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_groups` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_groups`
--

LOCK TABLES `voucher_series_groups` WRITE;
/*!40000 ALTER TABLE `voucher_series_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_import_datas`
--

DROP TABLE IF EXISTS `voucher_series_import_datas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_import_datas` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `import_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_import_datas`
--

LOCK TABLES `voucher_series_import_datas` WRITE;
/*!40000 ALTER TABLE `voucher_series_import_datas` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_import_datas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_import_logs`
--

DROP TABLE IF EXISTS `voucher_series_import_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_import_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `import_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_import_logs`
--

LOCK TABLES `voucher_series_import_logs` WRITE;
/*!40000 ALTER TABLE `voucher_series_import_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_import_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_imports`
--

DROP TABLE IF EXISTS `voucher_series_imports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_imports` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `redemption_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tags` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_updated_datetime` datetime NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_imports`
--

LOCK TABLES `voucher_series_imports` WRITE;
/*!40000 ALTER TABLE `voucher_series_imports` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_imports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_limit_schedules`
--

DROP TABLE IF EXISTS `voucher_series_limit_schedules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_limit_schedules` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_from` datetime NOT NULL,
  `date_to` datetime NOT NULL,
  `total_limit` int unsigned NOT NULL DEFAULT '0',
  `num_balance` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_series_limit_schedules_voucher_series_id_index` (`voucher_series_id`),
  CONSTRAINT `voucher_series_limit_schedules_voucher_series_id_foreign` FOREIGN KEY (`voucher_series_id`) REFERENCES `voucher_series` (`series_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_limit_schedules`
--

LOCK TABLES `voucher_series_limit_schedules` WRITE;
/*!40000 ALTER TABLE `voucher_series_limit_schedules` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_limit_schedules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_stats`
--

DROP TABLE IF EXISTS `voucher_series_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_stats` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_series_stats_series_id(15)_type(6)_index` (`series_id`(15),`type`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_stats`
--

LOCK TABLES `voucher_series_stats` WRITE;
/*!40000 ALTER TABLE `voucher_series_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_summaries`
--

DROP TABLE IF EXISTS `voucher_series_summaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_summaries` (
  `voucher_series_id` bigint unsigned NOT NULL,
  `max_voucher_use_date` date DEFAULT NULL,
  `total_transaction` int NOT NULL DEFAULT '0',
  `total_expired_voucher` int NOT NULL DEFAULT '0',
  `total_transaction_value` double NOT NULL DEFAULT '0',
  `average_transaction_value` double NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`voucher_series_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_summaries`
--

LOCK TABLES `voucher_series_summaries` WRITE;
/*!40000 ALTER TABLE `voucher_series_summaries` DISABLE KEYS */;
INSERT INTO `voucher_series_summaries` VALUES (1,'2026-07-23',0,0,0,0,'2026-04-24 05:49:01','2026-04-24 05:49:01');
/*!40000 ALTER TABLE `voucher_series_summaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_tags`
--

DROP TABLE IF EXISTS `voucher_series_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_tags` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` int NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'keyword',
  `created_by` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_tags`
--

LOCK TABLES `voucher_series_tags` WRITE;
/*!40000 ALTER TABLE `voucher_series_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_series_tags_relation`
--

DROP TABLE IF EXISTS `voucher_series_tags_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_series_tags_relation` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `voucher_series_id` int NOT NULL,
  `voucher_tag_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_series_tags_relation`
--

LOCK TABLES `voucher_series_tags_relation` WRITE;
/*!40000 ALTER TABLE `voucher_series_tags_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_series_tags_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `voucher_stats`
--

DROP TABLE IF EXISTS `voucher_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `voucher_stats` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redeem_start` date NOT NULL,
  `redeem_end` date NOT NULL,
  `redeem_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `unique_redeem_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `use_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `unique_use_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `voucher_stats_business_account_id_index` (`business_account_id`),
  KEY `voucher_stats_business_account_id_type(6)_index` (`business_account_id`,`type`(6))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `voucher_stats`
--

LOCK TABLES `voucher_stats` WRITE;
/*!40000 ALTER TABLE `voucher_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `voucher_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vouchers`
--

DROP TABLE IF EXISTS `vouchers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vouchers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `user_addresses_id` bigint unsigned DEFAULT NULL,
  `variant_combination_id` bigint unsigned DEFAULT NULL,
  `serial` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `series_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `email` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `mobile_country_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mobile` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `use_count` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `use_max` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unuse',
  `last_use` datetime DEFAULT NULL,
  `campaign` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `medium` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referral` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `source` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `matchtype` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `keywords` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `request_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `offline` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `voucher_source` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `vouchers_user_id_index` (`user_id`),
  KEY `vouchers_series_id(15)_index` (`series_id`(15)),
  KEY `vouchers_serial(20)_index` (`serial`(20)),
  KEY `vouchers_variant_combination_id_index` (`variant_combination_id`),
  KEY `vouchers_user_addresses_id_index` (`user_addresses_id`),
  CONSTRAINT `vouchers_user_addresses_id_foreign` FOREIGN KEY (`user_addresses_id`) REFERENCES `user_addresses` (`id`) ON DELETE SET NULL,
  CONSTRAINT `vouchers_variant_combination_id_foreign` FOREIGN KEY (`variant_combination_id`) REFERENCES `variant_combinations` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vouchers`
--

LOCK TABLES `vouchers` WRITE;
/*!40000 ALTER TABLE `vouchers` DISABLE KEYS */;
INSERT INTO `vouchers` VALUES (1,2,NULL,NULL,'1AUse-042026-1-af2r98ux77','1AUse-042026-1','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZTF2Q2Y4TE9LcUkzdzd3V1Y5U0tUdz09IiwibWFjIjoiZjI5N2RhZDA2OGNhYzA4NDczMjAxMDk1MzQ4YTIxZDJiM2FjMTc3MGJmMGIwZGFiNzU4Y2M4NWFkZmE1OTllZiJ9','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==','63','eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ1FnaWQ3bzJcL21XRU9zTHpqZVhtMVE9PSIsIm1hYyI6IjBmN2RlODgzOTg0NTNkZjJlNTQzOGFiNTVhNjg4YjYwZGU3Yzg5MTZlNDhjMGMwNTY0YjI1YTg4ZTE5NGVlNDQifQ==','1','1','redeemed','2026-04-24 17:27:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2026-04-24 05:49:01','2026-04-24 09:27:38');
/*!40000 ALTER TABLE `vouchers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webhook_logs`
--

DROP TABLE IF EXISTS `webhook_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `webhook_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webhook_logs`
--

LOCK TABLES `webhook_logs` WRITE;
/*!40000 ALTER TABLE `webhook_logs` DISABLE KEYS */;
INSERT INTO `webhook_logs` VALUES (1,1,2,'user','{\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhBTHRuQU13YkVmcllnOXdYTVorSFROSjUwS2ZpZldtWHJpWDdwWU9ZcnVMSzd4TE9WVzlSTHZQeFZhZUtLWGRUNzB6RmVLemxPVEVDZ0ZvcCtCaCt2cjN5ZXNGc0NpN0U4V3pKUXZndjNZXC9VUjZUc3RDcW41akgySzNVNXhybE1JRkltNmVsckxxZFZTXC93em5cL3dicXVlTWlJOTdOMWdFVjMyVmYrZ1ZGQmgwZXVVd3BBdE5cL3BlTmw5ZWZjK3htcGRcLzF2VVRvYlJLVEZpRnR6MTF1aXhcL3poZFBReW5idWhkSVFON1wveHgydz0iLCJtYWMiOiI2Nzk1NzcxYzJkYjVjZjM2YTMxMDgyMzI5MTE0OWUzMWU1NzhiY2EyMmVjYTEyMzhjYmViMTFlOGI2YzJkOWY5In0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"registered_at\":\"2026-04-07 14:59:59\",\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile field is required when wa username is not present.\"],\"wa_username\":[\"The wa username field is required when mobile is not present.\"],\"email\":[\"The email must be a valid email address.\"]}}','2026-04-07 07:02:28','2026-04-07 07:02:28'),(2,1,2,'user','{\"wa_username\":\"johndoe0\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhBTHRuQU13YkVmcllnOXdYTVorSFROSjUwS2ZpZldtWHJpWDdwWU9ZcnVMSzd4TE9WVzlSTHZQeFZhZUtLWGRUNzB6RmVLemxPVEVDZ0ZvcCtCaCt2cjN5ZXNGc0NpN0U4V3pKUXZndjNZXC9VUjZUc3RDcW41akgySzNVNXhybE1JRkltNmVsckxxZFZTXC93em5cL3dicXVlTWlJOTdOMWdFVjMyVmYrZ1ZGQmgwZXVVd3BBdE5cL3BlTmw5ZWZjK3htcGRcLzF2VVRvYlJLVEZpRnR6MTF1aXhcL3poZFBReW5idWhkSVFON1wveHgydz0iLCJtYWMiOiI2Nzk1NzcxYzJkYjVjZjM2YTMxMDgyMzI5MTE0OWUzMWU1NzhiY2EyMmVjYTEyMzhjYmViMTFlOGI2YzJkOWY5In0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"registered_at\":\"2026-04-07 14:59:59\",\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"email\":[\"The email must be a valid email address.\"]}}','2026-04-07 07:02:37','2026-04-07 07:02:37'),(3,1,2,'user','{\"wa_username\":\"johndoe0\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMWtaQmRLWFljWHhOXC9MQUZrUkM5ZDBXd2paTnZtKzNZZVVud3JKZzRUZWs9IiwibWFjIjoiMzdiZjI1ODhjZDFiZmY2NzdkYWM3ZDNjZDg5OWM5OTE0ZDI4MGYyNGM0Njc3Njc1YWUxZjFkMWUwNGU5MDdhZCJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"registered_at\":\"2026-04-07 14:59:59\",\"type\":\"user\"}','failed','{\"msg\":\"SQLSTATE[23000]: Integrity constraint violation: 1048 Column \'value\' cannot be null (SQL: insert into `user_details` (`user_id`, `key`, `value`, `updated_at`, `created_at`) values (3, onboarded_source, ?, 2026-04-07 15:02:48, 2026-04-07 15:02:48))\",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Connection.php(672): Illuminate\\\\Database\\\\Connection->runQueryCallback(\'insert into `us...\', Array, Object(Closure))\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Connection.php(502): Illuminate\\\\Database\\\\Connection->run(\'insert into `us...\', Array, Object(Closure))\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Connection.php(454): Illuminate\\\\Database\\\\Connection->statement(\'insert into `us...\', Array)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Query\\/Processors\\/Processor.php(32): Illuminate\\\\Database\\\\Connection->insert(\'insert into `us...\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Query\\/Builder.php(3028): Illuminate\\\\Database\\\\Query\\\\Processors\\\\Processor->processInsertGetId(Object(Illuminate\\\\Database\\\\Query\\\\Builder), \'insert into `us...\', Array, \'id\')\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Builder.php(1657): Illuminate\\\\Database\\\\Query\\\\Builder->insertGetId(Array, \'id\')\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Model.php(1188): Illuminate\\\\Database\\\\Eloquent\\\\Builder->__call(\'insertGetId\', Array)\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Model.php(1153): Illuminate\\\\Database\\\\Eloquent\\\\Model->insertAndSetId(Object(Illuminate\\\\Database\\\\Eloquent\\\\Builder), Array)\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Model.php(994): Illuminate\\\\Database\\\\Eloquent\\\\Model->performInsert(Object(Illuminate\\\\Database\\\\Eloquent\\\\Builder))\\n#9 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Builder.php(896): Illuminate\\\\Database\\\\Eloquent\\\\Model->save()\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/helpers.php(263): Illuminate\\\\Database\\\\Eloquent\\\\Builder->Illuminate\\\\Database\\\\Eloquent\\\\{closure}(Object(App\\\\UserDetails))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Builder.php(897): tap(Object(App\\\\UserDetails), Object(Closure))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Traits\\/ForwardsCalls.php(23): Illuminate\\\\Database\\\\Eloquent\\\\Builder->create(Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Model.php(2132): Illuminate\\\\Database\\\\Eloquent\\\\Model->forwardCallTo(Object(Illuminate\\\\Database\\\\Eloquent\\\\Builder), \'create\', Array)\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Database\\/Eloquent\\/Model.php(2144): Illuminate\\\\Database\\\\Eloquent\\\\Model->__call(\'create\', Array)\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/User.php(1020): Illuminate\\\\Database\\\\Eloquent\\\\Model::__callStatic(\'create\', Array)\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(285): App\\\\User->setDetail(\'onboarded_sourc...\', NULL)\\n#17 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createOrUpdateUser(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(160): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(98): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#50 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#51 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#52 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#53 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#54 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#55 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#56 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#57 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#58 {main}\"}','2026-04-07 07:02:48','2026-04-07 07:02:48'),(4,1,2,'user','{\"wa_username\":\"johndoe0\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMWtaQmRLWFljWHhOXC9MQUZrUkM5ZDBXd2paTnZtKzNZZVVud3JKZzRUZWs9IiwibWFjIjoiMzdiZjI1ODhjZDFiZmY2NzdkYWM3ZDNjZDg5OWM5OTE0ZDI4MGYyNGM0Njc3Njc1YWUxZjFkMWUwNGU5MDdhZCJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMW5NQk9PdE1UbEVqMllwYnlUTmZVSFczSDloZ3ZVcHlYc0ZUXC9lOFZHRDMzRjRDYUlIWUF5Tnhxak1WaVNGSHhjR1VTSTgxdGd5UnorWFQwYUFwQWtIXC9hd2lnUFFlWFgwKzFcL1wvN09jRjhrU1lhajdJSG9pTHhzS3BZTkNsZk16YlhFdkJHa25JNWF5MUJaUGJFQTJ4UzhOXC85WFFCR29UWFBYdXJsRElPT3pPXC9zRjZ2WTROdGJ2VUxpN2drZTJSVURQN0hKVEgzakFOc2hPVTJqK3FDdjZkSEhZS0kwQitlZFU2OFRFOFQ5Q3hPNVwvaGJwWjNRSitiQ05Tb2YxWDlMbmJoZVp5S050b1lBeWl0bm93S2tnPT0iLCJtYWMiOiJlMTJhNDRiMWQ1NWJmNDIzNjgxZWY2MjQ1NDYwM2QxYzk2ODcwNGJkNTMyMTI5Njk0Mzk3YTFhZDBkNWExM2I0In0=\",\"registered_at\":\"2026-04-07 15:12:59\",\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiTVZCRjAzcEdHem5LUWN6RHlQWDM0Zz09IiwibWFjIjoiNmU0ODAxYjAwNmY5ZWU2OWEzOGYzZTExY2FiYzdiMjU4MzQxMGI0NmNkYTc4YWI1YmFlNTQ3MWJjMjY2MGE0YyJ9\",\"action\":\"create\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiRFRvWlwvOHdzekhabGE4MEh6U091R1E9PSIsIm1hYyI6IjJhYmZhMDU0MWM3MzY4ZTZkYTI1YTNiNjk0YjMxYmRkYjRjNTkyYWM0NmRiMzA2MDk2Mjg2YWVkYTM3NzQwYjgifQ==\",\"email\":\"johndoe0@growthdesk.dev\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"johndoe0\",\"guid\":\"a17c2704-7e56-47ff-b168-6c3fb34ba254\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/P07BNPQG04\"}}','2026-04-07 07:13:45','2026-04-07 07:13:46'),(5,1,2,'user','{\"wa_username\":\"johndoe3\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZWdON1wveW1hMTgxVVR6ZVU1U2JKSU5IUXpDaFwvQWpOdnNmcngzVG9yR1YwPSIsIm1hYyI6Ijc4NGFkOGVjNzhjOGRiMTA2NmZlZjk4MDc4ODc0NWFiNmQ0MjM2ZmQ2NWEyZGQxOTM5YmNiMDM5Y2IxMGFmN2IifQ==\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVVZ6S0czbVRBaUVQUGdVMzhtdzNqZz09IiwibWFjIjoiYjQwOWUwMDNiYWY4MTE0NGJlMTFiOGY1YmFiOGZmYTc3M2NkZTRjNjY5MmU4YzQ0MmI1OTRkOWZmODU4MjM2MyJ9\",\"registered_at\":\"2026-04-07 15:13:59\",\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiR3h5aDBneEdhS3E3SzRQeDExTlN4UT09IiwibWFjIjoiNzQxNjVhYTNiMjYzM2U3YTdiMGQ0NTQ0NDQ2MDIzN2ZiNTFkZjNiOGI5Y2ZkMGY5Y2Q1ZGQzMzYyODM1MmFlMSJ9\",\"action\":\"create\",\"name\":\"John Doe\",\"email\":\"johndoe3@growthdesk.dev\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"johndoe3\",\"guid\":\"a17c2734-5694-4ac1-835d-64648e1e6fbb\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/I07X60FF04\"}}','2026-04-07 07:14:17','2026-04-07 07:14:17'),(6,1,2,'riddle','{\"type\":\"riddle\",\"issue_at\":\"2026-04-13T08:37:00.000000Z\",\"completed_at\":\"2026-04-13T08:37:00.000000Z\",\"body\":[{\"is_open_ended\":false,\"title\":\"Are you a cat or a dog person?\",\"options\":[\"Cat\",\"Dog\",\"Both\",\"Neither\"],\"value\":\"Cat\"}]}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile field is required.\"]}}','2026-04-13 08:38:22','2026-04-13 08:38:22'),(7,1,2,'riddle','{\"type\":\"riddle\",\"issue_at\":\"2026-04-13T08:37:00.000000Z\",\"completed_at\":\"2026-04-13T08:37:00.000000Z\",\"body\":[{\"is_open_ended\":false,\"title\":\"Are you a cat or a dog person?\",\"options\":[\"Cat\",\"Dog\",\"Both\",\"Neither\"],\"value\":\"Cat\"}]}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile field is required when wa username is not present.\"],\"wa_username\":[\"The wa username field is required when mobile is not present.\"]}}','2026-04-13 08:39:27','2026-04-13 08:39:27'),(8,1,2,'riddle','{\"wa_username\":\"qwe\",\"type\":\"riddle\",\"issue_at\":\"2026-04-13T08:37:00.000000Z\",\"completed_at\":\"2026-04-13T08:37:00.000000Z\",\"body\":[{\"is_open_ended\":false,\"title\":\"Are you a cat or a dog person?\",\"options\":[\"Cat\",\"Dog\",\"Both\",\"Neither\"],\"value\":\"Cat\"}]}','failed','{\"success\":false,\"error\":\"User not exist\",\"error_msg\":\"User is not exist in our record!\"}','2026-04-13 08:39:35','2026-04-13 08:39:35'),(9,1,2,'riddle','{\"wa_username\":\"johndoe3\",\"type\":\"riddle\",\"issue_at\":\"2026-04-13T08:37:00.000000Z\",\"completed_at\":\"2026-04-13T08:37:00.000000Z\",\"body\":[{\"is_open_ended\":false,\"title\":\"Are you a cat or a dog person?\",\"options\":[\"Cat\",\"Dog\",\"Both\",\"Neither\"],\"value\":\"Cat\"}]}','failed','{\"msg\":\"Inactive riddle challenge\",\"trace\":\"#0 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createRiddle(Object(Illuminate\\\\Http\\\\Request))\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(171): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(109): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#9 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#41 {main}\"}','2026-04-13 08:39:43','2026-04-13 08:39:43'),(10,1,2,'riddle','{\"wa_username\":\"johndoe3\",\"type\":\"riddle\",\"issue_at\":\"2026-04-13T08:37:00.000000Z\",\"completed_at\":\"2026-04-13T08:37:00.000000Z\",\"body\":[{\"is_open_ended\":false,\"title\":\"Are you a cat or a dog person?\",\"options\":[\"Cat\",\"Dog\",\"Both\",\"Neither\"],\"value\":\"Cat\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa0FOa0owSlwvMDROdmIyRm9DZE9BZ1wvdz09IiwibWFjIjoiODViN2VkZGY4OGU0NmRiZTZjNmQ4ZTk1ZmJjYTJjZTRhNzE2Mjc2ZTE4MGZhZjY4Y2M5NzcxZDNkZmM1NjQ0OCJ9\"}}','2026-04-13 09:10:24','2026-04-13 09:10:24'),(11,1,2,'user_address','{\"wa_username\":\"johndoe3\",\"type\":\"user_address\",\"address\":\"City of Santa Rosa, Laguna, Philippines\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoic1ZjOEhRd2k2R2FoWVV4ZGcwMzFEaWRNYXhoNnBTSU9nTG9KUFZod3pJdz0iLCJtYWMiOiI0NmMxYWNlNDU5NDc5M2U0Mzk4NjA0N2ExOTcwNTg4NzkwMDY4MDZlYWI2MDBiMjllNDlkNjNiNTdjNWVlNmZmIn0=\",\"action\":\"create\",\"address\":\"City of Santa Rosa, Laguna, Philippines\"}}','2026-04-13 09:44:57','2026-04-13 09:44:57'),(12,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 07:53:11\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVTdyMzdrbUFcLzd2ckpBVW5vUDE0SFE9PSIsIm1hYyI6IjgxOGQwNzAxODVhZDE0YjU4MDhkNTI4NjU0YjljZDcwNzVmODE2NjIyMmU0ODVlMzA2YTZiYmZlOGM4NTUzOGUifQ==\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":null,\"guid\":\"a18da460-4b33-4231-bd98-b60ed537971c\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/116EFUUX04\"}}','2026-04-15 23:53:21','2026-04-15 23:53:22'),(13,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 07:53:11\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiSk5OSjBMOUxMZ3poUkxtbWY4TUJ5QT09IiwibWFjIjoiOWRmOTQ0NzM5ZTE4NDcxMDgwNzA5YTI1OTBjMDJhZmM3MDMzYmIyNjJlMjZiMmE3YzU5NmNkNDdhYTc0ZjIwNyJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":null,\"guid\":\"a18da461-9c20-426c-87ec-ade8048cb3c9\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/Q16569SO04\"}}','2026-04-15 23:53:22','2026-04-15 23:53:23'),(14,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 08:11:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-16 00:11:26','2026-04-16 00:11:27'),(15,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 08:11:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-16 00:11:27','2026-04-16 00:11:27'),(16,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-04-16 08:11:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-16 00:11:35','2026-04-16 00:11:35'),(17,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-04-16 08:11:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-16 00:11:41','2026-04-16 00:11:41'),(18,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-16T00:11:40.000000Z\",\"completed_at\":\"2026-04-16T00:11:40.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtIaStiY1U2eW1IaGwxSHBHYWtsamRRPT0iLCJtYWMiOiI3YzZlMzVkOGZmMWFlNGNhYjlmZGZkNGZiYTQ4MGMwNzhjYzMzNzAzMDBiYjhkNTNjZGFlOWQzMDc5YjhhNWM1In0=\"}}','2026-04-16 00:11:53','2026-04-16 00:11:54'),(19,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-16T00:12:03.000000Z\",\"completed_at\":\"2026-04-16T00:12:03.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitszu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWUFsbnk0NHZzNXE1VHE0b2ZcL1hNZ2MzdDZXVGR2Yno1enU5OVRzdUhQbHpRPT0iLCJtYWMiOiJhNTNkNzY2NTdjMWZiYTc3YzJhZTRlMzg0MWM3YTUzNjU0ODgxYWMyODZkNTM2M2RhYWRhNDBiYzdkYTQ1MThhIn0=\"}}','2026-04-16 00:12:14','2026-04-16 00:12:14'),(20,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-16T00:12:14.000000Z\",\"completed_at\":\"2026-04-16T00:12:32.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWmNaditHU1VNMnIrU3dYYlltUnAzdWRZOVwvbXNwQ2NDQlpGS2pBRVwvQlo4QT09IiwibWFjIjoiMjM1NTliNWZlZGI0ZmEyMWM0NjY4ZjFmOTQ2OTBkYmNhOWI4OTQ2MWUzNTAzMmU2NzZhZmZmYjg0NTAxMmU3MSJ9\"}}','2026-04-16 00:12:50','2026-04-16 00:12:51'),(21,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 11:16:36\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVUtYSUI4TnFPK0l6dFJidEVUMkVNZz09IiwibWFjIjoiZGFkOThiY2E0ZGZjOGM2OGJjY2M0Zjk2NzcyNDU0MzRkOTI3YjBjYmMyMmJlZGMzOTNhYThiOTQyNTFjYzE0MiJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"guid\":\"a18ded19-1793-41ad-ba67-bede3e5d126f\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/716VPYQU04\"}}','2026-04-16 03:16:42','2026-04-16 03:16:43'),(22,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-16 11:16:36\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVUtYSUI4TnFPK0l6dFJidEVUMkVNZz09IiwibWFjIjoiZGFkOThiY2E0ZGZjOGM2OGJjY2M0Zjk2NzcyNDU0MzRkOTI3YjBjYmMyMmJlZGMzOTNhYThiOTQyNTFjYzE0MiJ9\",\"action\":\"update\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"guid\":\"a18ded19-1793-41ad-ba67-bede3e5d126f\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/716VPYQU04\"}}','2026-04-16 03:16:43','2026-04-16 03:16:43'),(23,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoickwrVzZmSFZMQ0x1OFNRblZPT2Y2Zz09IiwibWFjIjoiOWJlNTg2YTViYTE3ZmJiOGM3Y2ZiZjg1YWYwMmVjMWU3OTFiODBmMjNiMWE3Y2FkMDViZTg5NzllMTM2NWViMiJ9\",\"registered_at\":\"2026-04-16 11:16:36\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVUtYSUI4TnFPK0l6dFJidEVUMkVNZz09IiwibWFjIjoiZGFkOThiY2E0ZGZjOGM2OGJjY2M0Zjk2NzcyNDU0MzRkOTI3YjBjYmMyMmJlZGMzOTNhYThiOTQyNTFjYzE0MiJ9\",\"action\":\"update\",\"name\":\"EJJ\",\"email\":\"\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"guid\":\"a18ded19-1793-41ad-ba67-bede3e5d126f\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/716VPYQU04\"}}','2026-04-16 03:16:49','2026-04-16 03:16:49'),(24,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVE5uQkZEKzJUY09DWldzdkkzbytaXC9cL05uQzNuUW11RDNZcGttUFdVRm5BPSIsIm1hYyI6ImVjMTRkOTc5YmVkN2E0MzdhZTM1NmEwYmM3NzQ4OWI5MjdkMDU2YTQ2NzFhZGJjMDZjMWY1YjFmOWYwOGM0MzAifQ==\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoickwrVzZmSFZMQ0x1OFNRblZPT2Y2Zz09IiwibWFjIjoiOWJlNTg2YTViYTE3ZmJiOGM3Y2ZiZjg1YWYwMmVjMWU3OTFiODBmMjNiMWE3Y2FkMDViZTg5NzllMTM2NWViMiJ9\",\"registered_at\":\"2026-04-16 11:16:36\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiVUtYSUI4TnFPK0l6dFJidEVUMkVNZz09IiwibWFjIjoiZGFkOThiY2E0ZGZjOGM2OGJjY2M0Zjk2NzcyNDU0MzRkOTI3YjBjYmMyMmJlZGMzOTNhYThiOTQyNTFjYzE0MiJ9\",\"action\":\"update\",\"name\":\"EJJ\",\"email\":\"agas.ejtest@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"guid\":\"a18ded19-1793-41ad-ba67-bede3e5d126f\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/716VPYQU04\"}}','2026-04-16 03:17:10','2026-04-16 03:17:10'),(25,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"type\":\"riddle\",\"issue_at\":\"2026-04-16T03:17:10.000000Z\",\"completed_at\":\"2026-04-16T03:17:10.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"Pet Clinic 123\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYW9KclR0MWczemxvUTZOTFArMkpCVys2T1drSmtndmw3ajN2KzVpSzdBSEE9PSIsIm1hYyI6ImI5M2FlMTlkM2MzZTRlNmEzYWFiNDA1YmUxM2M5OWM3NjYyM2FmZmMzNGNlNDhkYjZiMmU1MjNiMDZmNDQ2ZmIifQ==\"}}','2026-04-16 03:17:25','2026-04-16 03:17:25'),(26,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiQ0lic01uNmxnRndPUEVscFZmazdidz09IiwibWFjIjoiZDllMGQzNzVjYjRlMTg2MTI0NjU0MTU4OTQ1MjcyZjFkMGQ2YmVlNDgxNDkyNWU4MzMwNGI4YmU4NzRlOThiZSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534357273550585\",\"type\":\"riddle\",\"issue_at\":\"2026-04-16T03:17:31.000000Z\",\"completed_at\":\"2026-04-16T03:17:58.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Black\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"1-5 years\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYnVyK3dPTzdsN3o2R1Qramxad1A2TmNkV2Nwc1JRckw2V1lIU1o5VjczaXc9PSIsIm1hYyI6ImNkMDRiZWE4ODVhZjE5MTVkYWY4OWNkY2EyMjMwMGNjNTBiNmEzNjA1NTAxZDE2ZGNkMWQ0NTg1NDUyN2Q4NjkifQ==\"}}','2026-04-16 03:18:10','2026-04-16 03:18:10'),(27,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-30 10:14:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-30 02:14:49','2026-04-30 02:14:49'),(28,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-04-30 10:14:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-30 02:14:50','2026-04-30 02:14:50'),(29,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-04-30 10:14:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-30 02:15:03','2026-04-30 02:15:03'),(30,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-04-30 10:14:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-04-30 02:15:12','2026-04-30 02:15:12'),(31,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-30T02:15:12.000000Z\",\"completed_at\":\"2026-04-30T02:15:12.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWTduMm1xajdHUFZZNG0raHh3Vjkrb2p4MExrcktPNkF1clBtb2FJQkxyd3c9PSIsIm1hYyI6IjQ2NTBjN2MzMDU4YmNlNTA1MjZlNDBhZmY1Yzk3YjE4N2RiOWRlYjIxOTExNjMyZTI2NWIyMDRlNmI4NzAyMzYifQ==\"}}','2026-04-30 02:15:24','2026-04-30 02:15:24'),(32,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-30T02:17:32.000000Z\",\"completed_at\":\"2026-04-30T02:17:32.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitsu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYUUxYmYwa251SjRpUm1Wdk0yaEJhRTFSWHd5TTBXUVJJTmU4enkyc2lBenc9PSIsIm1hYyI6IjI4ZTQ2ZjBlZmEyYWUzNDJjZmFlNDZmNWFlMjNiMTZmZWMyZmFjYWY0MTkwMDEzZTA3YjE4ZmZjZTJiM2JhODcifQ==\"}}','2026-04-30 02:17:39','2026-04-30 02:17:39'),(33,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-04-30T02:17:39.000000Z\",\"completed_at\":\"2026-04-30T02:17:58.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWXEyN2FBUDFvK3dobjRhYm9HV1QwZVlsVmdmVk02RHZjcVVwMEExR050aXc9PSIsIm1hYyI6IjFhNjEwYTNiZDkyNTE2YzA3MWNiNzNkNGE2MDYwYzgwYWQ5YTMyMWYwNDBhZTZmMGI0NTQ5NmZlYmQ0OTFmZjMifQ==\"}}','2026-04-30 02:18:06','2026-04-30 02:18:07'),(34,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"email\":null,\"name\":null,\"registered_at\":\"2026-02-10 16:33:14\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiK2tKUlpvN1FwcVE0b3g1ekJSVGJwZz09IiwibWFjIjoiNDU2MjZkZmFiYTFlOGFhZTgxNDE1MDEyOTA5M2Q2ZTc4Zjk1Mzg3ZmNiZmJiYjRkMmU4OWE2NDExOGFlNDEwMCJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"60\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"guid\":\"a1b8c567-f6bd-476f-aefb-53432c034151\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/F07Q5L6705\"}}','2026-05-07 10:26:19','2026-05-07 10:26:19'),(35,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"email\":null,\"name\":null,\"registered_at\":\"2026-02-10 16:33:14\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiK2tKUlpvN1FwcVE0b3g1ekJSVGJwZz09IiwibWFjIjoiNDU2MjZkZmFiYTFlOGFhZTgxNDE1MDEyOTA5M2Q2ZTc4Zjk1Mzg3ZmNiZmJiYjRkMmU4OWE2NDExOGFlNDEwMCJ9\",\"action\":\"update\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"60\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"guid\":\"a1b8c567-f6bd-476f-aefb-53432c034151\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/F07Q5L6705\"}}','2026-05-07 10:26:20','2026-05-07 10:26:20'),(36,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUZEb1ZsVE1FQ2FDMzRpcEZ4OFFtZz09IiwibWFjIjoiMjFhZWQzZjYyNTNkMmNhYmZlYmY0NDVmYmY5MDgwMDJkNmQwNDgwOTgwNGI0ODZhZGNlOTAyMTRlMzVjNDlhYSJ9\",\"registered_at\":\"2026-02-10 16:33:14\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiK2tKUlpvN1FwcVE0b3g1ekJSVGJwZz09IiwibWFjIjoiNDU2MjZkZmFiYTFlOGFhZTgxNDE1MDEyOTA5M2Q2ZTc4Zjk1Mzg3ZmNiZmJiYjRkMmU4OWE2NDExOGFlNDEwMCJ9\",\"action\":\"update\",\"name\":\"Jacytest\",\"email\":\"\",\"mobile_country_code\":\"60\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"guid\":\"a1b8c567-f6bd-476f-aefb-53432c034151\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/F07Q5L6705\"}}','2026-05-07 10:26:31','2026-05-07 10:26:31'),(37,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiZVwvUHRKUTF2a2FHK1pNVWxiVmtyRUtiOFNPQkpJUDNmNktsc2s3dlFWb1k9IiwibWFjIjoiYmIxZmE1MGU1MmNmZjJmNzA3MWM3MTJkN2JmNWRkYzJmNjcxYTRiNjkxM2YxODY5OTBmNGFlMzRjNWI2NTY0MCJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUZEb1ZsVE1FQ2FDMzRpcEZ4OFFtZz09IiwibWFjIjoiMjFhZWQzZjYyNTNkMmNhYmZlYmY0NDVmYmY5MDgwMDJkNmQwNDgwOTgwNGI0ODZhZGNlOTAyMTRlMzVjNDlhYSJ9\",\"registered_at\":\"2026-02-10 16:33:14\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiK2tKUlpvN1FwcVE0b3g1ekJSVGJwZz09IiwibWFjIjoiNDU2MjZkZmFiYTFlOGFhZTgxNDE1MDEyOTA5M2Q2ZTc4Zjk1Mzg3ZmNiZmJiYjRkMmU4OWE2NDExOGFlNDEwMCJ9\",\"action\":\"update\",\"name\":\"Jacytest\",\"email\":\"jacy@skale.today\",\"mobile_country_code\":\"60\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"guid\":\"a1b8c567-f6bd-476f-aefb-53432c034151\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/F07Q5L6705\"}}','2026-05-07 10:26:44','2026-05-07 10:26:45'),(38,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"type\":\"riddle\",\"issue_at\":\"2026-05-07T10:26:45.000000Z\",\"completed_at\":\"2026-05-07T10:26:45.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa00xYnlGXC9RbWtqcCtrUzUwR2x5MVVRPT0iLCJtYWMiOiI1ODUyY2YwMmU4NjQ3NzA5ZTBlNWIyZTY1MDZiZWFjN2YxOWJjNDhkZjVmYzU0MzJmMDk0ODZjYTI2ZDUzZDYxIn0=\"}}','2026-05-07 10:26:55','2026-05-07 10:26:55'),(39,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"type\":\"riddle\",\"issue_at\":\"2026-05-07T10:27:03.000000Z\",\"completed_at\":\"2026-05-07T10:27:03.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Labro\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa2w3TGJ2OWRoT25tcTRlcnJjSGNidXc9PSIsIm1hYyI6ImQwOGVlZTQ5MzlkZWJiN2JkYjNhOGRlNDg5OTdjNGYwOTZmNmNjMGVlNjFjMmZhM2ExZmJjYWMxZDhjOWM2YmUifQ==\"}}','2026-05-07 10:27:17','2026-05-07 10:27:18'),(40,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWUMydWVSYVwvZnFBc0lGTEo2Y3ZUSVE9PSIsIm1hYyI6ImQwMmE2NmQxOGE4M2I3YzRmOWMyNjNkMjdiZTZmYTRmYTIzNDAzZjJhYzhmNjdkYzg4OTQyMWQ1MzQ2ZmZlNWYifQ==\",\"wa_username\":null,\"wa_bsuid\":\"MY.4539361923050120\",\"type\":\"riddle\",\"issue_at\":\"2026-05-07T10:27:18.000000Z\",\"completed_at\":\"2026-05-07T10:27:43.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Lexie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"1-5 years\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"Yes\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa0VReEtKcm54Z1NZbXVUUUdvMTlpbFE9PSIsIm1hYyI6ImQ5ZTc3Mjk3NDJkNjBlNDg5M2ViYWRkMWExNzI0ZTVkNjFkOThhZmNhMGI0YzAwMjI1NmYyNGRkYjgwZTI3MmUifQ==\"}}','2026-05-07 10:27:52','2026-05-07 10:27:52'),(41,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-08 17:05:43\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieGZXSDhiV2U5N1ppMlZoK25ucHY1dz09IiwibWFjIjoiYzgxOTczNTllOGJmNDJkOGViNGJmOTEyMDRlOGJlNDA0OTAwMzhmNmYzNTNlMzM2MmY0NTk1OTMwY2IzYmNlZiJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"65\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T08IZIDG05\"}}','2026-05-08 09:05:57','2026-05-08 09:05:58'),(42,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-08 17:05:43\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieGZXSDhiV2U5N1ppMlZoK25ucHY1dz09IiwibWFjIjoiYzgxOTczNTllOGJmNDJkOGViNGJmOTEyMDRlOGJlNDA0OTAwMzhmNmYzNTNlMzM2MmY0NTk1OTMwY2IzYmNlZiJ9\",\"action\":\"update\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":\"65\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T08IZIDG05\"}}','2026-05-08 09:05:58','2026-05-08 09:05:58'),(43,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMFVHc2ZQSkhvWmNIQXB6WGVtSU9oUT09IiwibWFjIjoiY2Y1ZGExMjVjN2JhZDRkYmVlM2Y5OTc2NDdmODg5OGYxNmE2NGE1ODZhZDIzOTNjZDU3MDFlYzkyYWY4MGI0MiJ9\",\"registered_at\":\"2026-05-08 17:05:43\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieGZXSDhiV2U5N1ppMlZoK25ucHY1dz09IiwibWFjIjoiYzgxOTczNTllOGJmNDJkOGViNGJmOTEyMDRlOGJlNDA0OTAwMzhmNmYzNTNlMzM2MmY0NTk1OTMwY2IzYmNlZiJ9\",\"action\":\"update\",\"name\":\"Yuet whey siah\",\"email\":\"\",\"mobile_country_code\":\"65\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T08IZIDG05\"}}','2026-05-08 09:06:18','2026-05-08 09:06:18'),(44,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiTU5KZ3J6UUU1NmpTRGk0R21PNlpuY3lrWXdobjcwS0YzQlphcWtQUmI1cz0iLCJtYWMiOiJlNmM0M2ZlZTNlNjYwYzdiZjJmOTJjOWFhNjViMWY0M2JmZTBiNjA2ZWQzMzIwOWMxMjBiZDliYTBkNjhjZTIwIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiMFVHc2ZQSkhvWmNIQXB6WGVtSU9oUT09IiwibWFjIjoiY2Y1ZGExMjVjN2JhZDRkYmVlM2Y5OTc2NDdmODg5OGYxNmE2NGE1ODZhZDIzOTNjZDU3MDFlYzkyYWY4MGI0MiJ9\",\"registered_at\":\"2026-05-08 17:05:43\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieGZXSDhiV2U5N1ppMlZoK25ucHY1dz09IiwibWFjIjoiYzgxOTczNTllOGJmNDJkOGViNGJmOTEyMDRlOGJlNDA0OTAwMzhmNmYzNTNlMzM2MmY0NTk1OTMwY2IzYmNlZiJ9\",\"action\":\"update\",\"name\":\"Yuet whey siah\",\"email\":\"yuetwhey@growthdesk.com\",\"mobile_country_code\":\"65\",\"mobile\":false,\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T08IZIDG05\"}}','2026-05-08 09:06:43','2026-05-08 09:06:43'),(45,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"type\":\"riddle\",\"issue_at\":\"2026-05-08T09:06:43.000000Z\",\"completed_at\":\"2026-05-08T09:06:43.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"Ritma clinic\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa0JNK05tdE0rMzdBNDFNekpoQWl4dnc9PSIsIm1hYyI6IjBmMGRkMmEzZmMwOWRmNzY2NmUzZGI0MDhjNTM4NThiMGEyZWM3OTI4ZWNlM2QyYWZiMGI5MDJkNzk4ZGQ1MzkifQ==\"}}','2026-05-08 09:07:09','2026-05-08 09:07:09'),(46,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiU1RVMjZWcU1qeXBhUkxnQ1pXdXRVdz09IiwibWFjIjoiYTcyNzIyZDRkYmM4MTQ0OTBjZDcxMDI2MTM4MDFiNDcwN2ExM2MzMDI2M2I5ZmQ3MWZhYzUwNDRhZDY5ZjBlOCJ9\",\"wa_username\":null,\"wa_bsuid\":\"SG.4542509739402005\",\"type\":\"riddle\",\"issue_at\":\"2026-05-08T09:08:26.000000Z\",\"completed_at\":\"2026-05-08T09:08:26.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Maltipoo\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa1I4dGVqVVF5TXNIbHh0RjRWY2lBOHc9PSIsIm1hYyI6ImRhY2Q3YTFlOTMzOTQzYzBjMjcyNGI3Yzk1NDVjYTkxMjIyMDgwNzdiZjI5ZGI3ZWZiMmI3YzFjODQ1Yjc5MjYifQ==\"}}','2026-05-08 09:08:37','2026-05-08 09:08:37'),(47,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":null,\"completed_at\":null,\"body\":[]}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"body\":[\"The body field is required.\"],\"issue_at\":[\"The issue at field is required.\"],\"completed_at\":[\"The completed at field is required.\"]}}','2026-05-11 02:51:00','2026-05-11 02:51:00'),(48,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":null,\"completed_at\":null,\"body\":[]}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"body\":[\"The body field is required.\"],\"issue_at\":[\"The issue at field is required.\"],\"completed_at\":[\"The completed at field is required.\"]}}','2026-05-11 02:54:38','2026-05-11 02:54:38'),(49,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 10:58:15\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 02:58:22','2026-05-11 02:58:22'),(50,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 10:58:15\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 02:58:22','2026-05-11 02:58:22'),(51,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 10:58:15\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 02:58:30','2026-05-11 02:58:31'),(52,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 10:58:15\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 02:58:37','2026-05-11 02:58:37'),(53,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T02:58:38.000000Z\",\"completed_at\":\"2026-05-11T02:58:38.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSazJtY3ladDAzQjR5WmVaM0RKVVwvblV3PT0iLCJtYWMiOiI2N2VlODNkZGNiYzBmYTEzMTE1NTI5ZmE0YzMyNjY1ZDEyNWI1YzI1ODY1YjFiNWM5ODNkYjEwNDQ4Y2EwODU4In0=\"}}','2026-05-11 02:58:46','2026-05-11 02:58:46'),(54,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T02:58:54.000000Z\",\"completed_at\":\"2026-05-11T02:58:54.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa0lTd1FVVVJjcnpUY2hEZzFKZWl6Ymc9PSIsIm1hYyI6IjQ1OTYyNWViYjJkZGI3NGJmZWJjMDI4NzcwZWFkY2FiZDZhMDRkYjNjM2I5NTVmZDEyZWFiMmUwMWVlZGY2ZWQifQ==\"}}','2026-05-11 02:59:05','2026-05-11 02:59:05'),(55,1,2,'riddle','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T02:59:04.000000Z\",\"completed_at\":\"2026-05-11T02:59:19.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa3h6RVpPN0xWOHdjQjFjQWxQYnRqcHc9PSIsIm1hYyI6IjZkODZjZTVhMmZlZjgwNmRlYzUxMjRjZTE1ZWMyMGY5YzRmMjVmNmY0NjhjMmY0ZjcxZTFiMzMxNWMyZTZjMmQifQ==\"}}','2026-05-11 02:59:29','2026-05-11 02:59:29'),(56,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 11:13:05\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:13:58','2026-05-11 03:13:58'),(57,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 11:13:05\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:13:58','2026-05-11 03:13:58'),(58,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 11:13:05\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:14:07','2026-05-11 03:14:07'),(59,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoieW1wWmtGMWxlcW1iVWs4RG1QSHR5dz09IiwibWFjIjoiOTU4OTVlYzA1OTU0OGRmZWEyNDgzNzQ1ZWM4NTIyMDRkNmU1ZmNiMzhjNjNiYzY4NmFlNWM2OTllNGU2NDcwOSJ9\",\"wa_username\":null,\"wa_bsuid\":\"PH.4534499620203017\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 11:13:05\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"PH.4534499620203017\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:14:13','2026-05-11 03:14:13'),(60,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 11:17:24\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:58:22','2026-05-11 03:58:22'),(61,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 11:17:24\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:58:23','2026-05-11 03:58:23'),(62,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 11:17:24\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:58:54','2026-05-11 03:58:54'),(63,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-11 11:17:24\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-11 03:59:31','2026-05-11 03:59:31'),(64,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T03:59:32.000000Z\",\"completed_at\":\"2026-05-11T03:59:32.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa3FPTld3WXZSWU9xd3hSOWV3TlFGQXc9PSIsIm1hYyI6ImQyMTQ5NGQ4MWM1M2M2NjVmZGY4MjU4MDAwN2NkOTEzN2YzODI1MDhjNmE1YWMxNThmNWFjOTY4YjM4NzA2N2UifQ==\"}}','2026-05-11 03:59:41','2026-05-11 03:59:41'),(65,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T03:59:52.000000Z\",\"completed_at\":\"2026-05-11T03:59:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYXpYeVRpRUV3SWdzemJTZWh0OTBSa1c2bEhmdjh6eTJlQWlTcEJGQkZMWGc9PSIsIm1hYyI6ImU3YTA0YWQ1MTg3ZmRmOWU2ODAyMmQxZDEwMjQ4YmJiZWYzYTIzMWY5YjdlMDljMWQwNDIxOGRjMGRkODdiZTQifQ==\"}}','2026-05-11 04:00:01','2026-05-11 04:00:01'),(66,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-11T04:00:01.000000Z\",\"completed_at\":\"2026-05-11T04:00:22.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtMRGNDMGV5STBHZkVtcktQVUxKd2JRPT0iLCJtYWMiOiI2YzlhYTcwYjc4N2U4MjAzOGNlZmIxZTMzYWFlM2M5ZmY4ZGE0OGFkNzY0OWZlODg4NmE2ODNlOWFhNTI2OGNjIn0=\"}}','2026-05-11 04:00:43','2026-05-11 04:00:44'),(67,1,2,'user','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNkFRU2o0cGI3RlU5WEVNZGhTekdOdz09IiwibWFjIjoiZTM5NzA5NWI2YzQ5ODQ5NTllMDZlOTgwMTY3MmE5YTg2NmFhYjJlOTVmOTM4MmI1OWVjZjIwOWVlOTgwOWIxNSJ9\",\"action\":\"create\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"guid\":\"a1c20532-c9b8-46bf-8837-04bc2c7eb4a6\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/D12LZRYX05\"}}','2026-05-12 00:47:08','2026-05-12 00:47:09'),(68,1,2,'user','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNkFRU2o0cGI3RlU5WEVNZGhTekdOdz09IiwibWFjIjoiZTM5NzA5NWI2YzQ5ODQ5NTllMDZlOTgwMTY3MmE5YTg2NmFhYjJlOTVmOTM4MmI1OWVjZjIwOWVlOTgwOWIxNSJ9\",\"action\":\"update\",\"name\":\"\",\"email\":\"\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"guid\":\"a1c20532-c9b8-46bf-8837-04bc2c7eb4a6\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/D12LZRYX05\"}}','2026-05-12 00:47:10','2026-05-12 00:47:10'),(69,1,2,'user','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNkFRU2o0cGI3RlU5WEVNZGhTekdOdz09IiwibWFjIjoiZTM5NzA5NWI2YzQ5ODQ5NTllMDZlOTgwMTY3MmE5YTg2NmFhYjJlOTVmOTM4MmI1OWVjZjIwOWVlOTgwOWIxNSJ9\",\"action\":\"update\",\"name\":\"Yuet Whey Siah\",\"email\":\"\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"guid\":\"a1c20532-c9b8-46bf-8837-04bc2c7eb4a6\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/D12LZRYX05\"}}','2026-05-12 00:47:51','2026-05-12 00:47:51'),(70,1,2,'user','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNkFRU2o0cGI3RlU5WEVNZGhTekdOdz09IiwibWFjIjoiZTM5NzA5NWI2YzQ5ODQ5NTllMDZlOTgwMTY3MmE5YTg2NmFhYjJlOTVmOTM4MmI1OWVjZjIwOWVlOTgwOWIxNSJ9\",\"action\":\"update\",\"name\":\"Yuet Whey Siah\",\"email\":\"yuetwhey@gmail.com\",\"mobile_country_code\":null,\"mobile\":false,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"guid\":\"a1c20532-c9b8-46bf-8837-04bc2c7eb4a6\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/D12LZRYX05\"}}','2026-05-12 00:49:46','2026-05-12 00:49:46'),(71,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T00:49:47.000000Z\",\"completed_at\":\"2026-05-12T00:49:47.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtoSzhxZmQyQlJ1YSs4alNaVXBKRGZBPT0iLCJtYWMiOiI1NzVjZTlhZTQ0NjE4ODJiMjkwOTdmYmYzZmFkYjkyY2QyMTU1Yzk5OWI1YTMyMzdjYTYxNGYxZWZmYTMwZWFmIn0=\"}}','2026-05-12 00:49:59','2026-05-12 00:49:59'),(72,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T00:50:10.000000Z\",\"completed_at\":\"2026-05-12T00:50:10.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"maltipoo\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtpU3cwVVNiNmxzRm00XC82dEorZ1VSZz09IiwibWFjIjoiNmRiYjIyYTQ4YjY2NDBlZGMwMjRiMDA1YjkyNGY0N2QwMmJhYTEzMjAyYjYyOWU3MjQ2NWU2MGExMWU3MzQwOCJ9\"}}','2026-05-12 00:50:25','2026-05-12 00:50:25'),(73,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T00:50:23.000000Z\",\"completed_at\":\"2026-05-12T00:52:54.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Rory\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"1-5 years\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGt0Y1dJWGc1MW5hekVVSjhCRjNlanhRPT0iLCJtYWMiOiI3YzgzMWE5ODM0NDM2MGUyMDkzYzE2N2VkZGM4ODNkOTcwYTVhMGYzZGZmMzg3ZjNmMzM3MzIyMjhmNzcyN2FlIn0=\"}}','2026-05-12 00:53:34','2026-05-12 00:53:34'),(74,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"type\":\"riddle\",\"issue_at\":null,\"completed_at\":null,\"body\":[]}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"body\":[\"The body field is required.\"],\"issue_at\":[\"The issue at field is required.\"],\"completed_at\":[\"The completed at field is required.\"]}}','2026-05-12 00:54:35','2026-05-12 00:54:35'),(75,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:38:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:38:48','2026-05-12 02:38:48'),(76,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:38:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:38:48','2026-05-12 02:38:48'),(77,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:38:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:38:58','2026-05-12 02:38:58'),(78,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:38:39\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:39:06','2026-05-12 02:39:06'),(79,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:39:06.000000Z\",\"completed_at\":\"2026-05-12T02:39:06.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtwNjFPRGhVVGdDcUw5Q2N1MHBiMmVBPT0iLCJtYWMiOiJiN2ZmNjljMDAxNzgyOWQxZjhjOWYyMmMwZjAwZDI2OGMzNTQyYjVkNDVhYzRkYWU0Mjg3MzE5MjY3NGEwNzc5In0=\"}}','2026-05-12 02:39:13','2026-05-12 02:39:13'),(80,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:39:24.000000Z\",\"completed_at\":\"2026-05-12T02:39:24.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtzZFZ0Vm9xOUU4bHoxQ0kxMXozNEpnPT0iLCJtYWMiOiIxZWYwYzhiZTJiYjQ5NzZkNzRiM2RmYTliNTk1ZmYzNWY5OGIxZTQwYjA5ZDUwODUyZjU2ZTVkYThjMWI3OWE1In0=\"}}','2026-05-12 02:39:34','2026-05-12 02:39:35'),(81,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:39:35.000000Z\",\"completed_at\":\"2026-05-12T02:39:49.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtMZjF5SlhITkc4UW05MlwvZUQwOXQ4QT09IiwibWFjIjoiZDM0M2IxZjY1OTgyYmJhYzFmZGNiYWUxZWVmYTQ0YmZiOGMyNDUwNDA1OTNmOTA3Mjg3NTY4ZmNlNWI2MmU2ZCJ9\"}}','2026-05-12 02:39:59','2026-05-12 02:39:59'),(82,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoidlh6RSswXC8zR05kNVg5aXhnRmM4WWc9PSIsIm1hYyI6ImFjYzkxYmVjMThlOGQ0NzMzN2E3MGY2MGQ4ZThhNmRhMDMyMTZmY2ZiNjEyMWUyYTBiNDI3MGNmNmE4YWNiMTcifQ==\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:42:50\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile format is invalid.\"]}}','2026-05-12 02:42:59','2026-05-12 02:42:59'),(83,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoidlh6RSswXC8zR05kNVg5aXhnRmM4WWc9PSIsIm1hYyI6ImFjYzkxYmVjMThlOGQ0NzMzN2E3MGY2MGQ4ZThhNmRhMDMyMTZmY2ZiNjEyMWUyYTBiNDI3MGNmNmE4YWNiMTcifQ==\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:42:50\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile format is invalid.\"]}}','2026-05-12 02:43:00','2026-05-12 02:43:00'),(84,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoidlh6RSswXC8zR05kNVg5aXhnRmM4WWc9PSIsIm1hYyI6ImFjYzkxYmVjMThlOGQ0NzMzN2E3MGY2MGQ4ZThhNmRhMDMyMTZmY2ZiNjEyMWUyYTBiNDI3MGNmNmE4YWNiMTcifQ==\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:42:50\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile format is invalid.\"]}}','2026-05-12 02:43:09','2026-05-12 02:43:09'),(85,1,2,'user','{\"mobile\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoidlh6RSswXC8zR05kNVg5aXhnRmM4WWc9PSIsIm1hYyI6ImFjYzkxYmVjMThlOGQ0NzMzN2E3MGY2MGQ4ZThhNmRhMDMyMTZmY2ZiNjEyMWUyYTBiNDI3MGNmNmE4YWNiMTcifQ==\",\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:42:50\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','failed','{\"success\":false,\"error\":\"The given data was invalid.\",\"error_msg\":\"The given data was invalid.\",\"error_arr\":{\"mobile\":[\"The mobile format is invalid.\"]}}','2026-05-12 02:43:19','2026-05-12 02:43:19'),(86,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:43:20.000000Z\",\"completed_at\":\"2026-05-12T02:43:20.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtUUHZCcFd2NEJOWjI0MFpxVlYwUDFBPT0iLCJtYWMiOiJlYThiOTA3OGEwNmQ1MjMyNzhmOWJmOWVkNGVkYjYyYjBiZjMwZjYxZjQzYWU0YTIyZTA4ZWIyOTNiNzAxNDU0In0=\"}}','2026-05-12 02:43:28','2026-05-12 02:43:28'),(87,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:43:35.000000Z\",\"completed_at\":\"2026-05-12T02:43:35.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"shitzsu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGtKaHhuSzQ2eG5QOXh2SUFtTndIUGpBPT0iLCJtYWMiOiI4OTM1NGNhNDk0ZjUyMWVjYWZkZTliNWE2M2NlZDgzYzE2NjI1ZGIxOGI5MDQ2MjQyNDMzNmUzZDcxNmEwZjMyIn0=\"}}','2026-05-12 02:43:43','2026-05-12 02:43:43'),(88,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T02:43:42.000000Z\",\"completed_at\":\"2026-05-12T02:43:58.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrYmZ1VXlma1wvRzY2TlV2SmRhQVR0UGt3ZVdwb2RGZHYzTW4rV2JHNitLR0FBPT0iLCJtYWMiOiIzYjE4YmNlMDU5ZTEwYTI3ODQ2ZWM1ZjE1YTM4ZTVmOWQwZWE4MTVjYWJmZTQ1YjMyZWQzMDRiY2M1NTM4MjViIn0=\"}}','2026-05-12 02:44:14','2026-05-12 02:44:14'),(89,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:48:35\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:48:45','2026-05-12 02:48:45'),(90,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 10:48:35\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:48:46','2026-05-12 02:48:46'),(91,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:48:35\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:48:52','2026-05-12 02:48:52'),(92,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 10:48:35\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 02:49:01','2026-05-12 02:49:01'),(93,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:01:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:01:27','2026-05-12 03:01:27'),(94,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:01:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:01:28','2026-05-12 03:01:28'),(95,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-05-12 11:01:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:01:36','2026-05-12 03:01:36'),(96,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-05-12 11:01:19\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:01:41','2026-05-12 03:01:41'),(97,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:03:52\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:04:02','2026-05-12 03:04:02'),(98,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:03:52\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:04:02','2026-05-12 03:04:02'),(99,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:03:52\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:04:12','2026-05-12 03:04:12'),(100,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:03:52\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:04:19','2026-05-12 03:04:19'),(101,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:06:53\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:07:03','2026-05-12 03:07:03'),(102,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:06:53\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:07:04','2026-05-12 03:07:04'),(103,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-05-12 11:06:53\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:07:16','2026-05-12 03:07:16'),(104,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiWmlyRTVDOFZia2tHQ3p6OGFia21jUT09IiwibWFjIjoiZTlmOGE0N2MzOTExNzQzMWU0M2YxYWY5YWU5ZWQ5ODg2MmIxZGIxZTc3NDk3Yzk2OTRjY2U3NjI0OTMxNzQ2OCJ9\",\"registered_at\":\"2026-05-12 11:06:53\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:07:24','2026-05-12 03:07:24'),(105,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T03:07:24.000000Z\",\"completed_at\":\"2026-05-12T03:07:24.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c2372b-62cb-44cb-8b02-228fb53a4b61\\/a1c23c22-529e-4c87-b23c-1c4b0d6ced49.jpeg\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWUFsbnk0NHZzNXE1VHE0b2ZcL1hNZ2NcL092OFg4OHpmcU5lbElHRCs4bmtwUT09IiwibWFjIjoiZWI3NjYxNWU4YzU2NTg4ODU0MWUxY2I4YTg5MzljN2E2MTgxMGZlNDQwMWIwZDc2ZjhlMWFhNzFlNWJjZjY0OCJ9\"}}','2026-05-12 03:20:48','2026-05-12 03:20:48'),(106,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:39:29','2026-05-12 03:39:29'),(107,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:39:29','2026-05-12 03:39:29'),(108,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:39:38','2026-05-12 03:39:38'),(109,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 03:39:45','2026-05-12 03:39:46'),(110,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T03:39:47.000000Z\",\"completed_at\":\"2026-05-12T03:39:47.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWUFsbnk0NHZzNXE1VHE0b2ZcL1hNZ2NZNmZNMkRBMHVTQldhUk54cXFSbGhBPT0iLCJtYWMiOiJiNjUwMWQ0NTk3ZThhMjJhMjZiMTVlNjBiNmYwYTMyZTZmMzdjMGUyMzNlNzQwOGYxZDlmN2QwMTIyMGJjNzk5In0=\"}}','2026-05-12 03:40:30','2026-05-12 03:40:30'),(111,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T03:40:39.000000Z\",\"completed_at\":\"2026-05-12T03:40:39.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"shitzsu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWUFsbnk0NHZzNXE1VHE0b2ZcL1hNZ2NuSlZkZG1mbzdnaVdOcnNheEVUTGlBPT0iLCJtYWMiOiJmMDFiNTA4N2E1YzgyNWQ3MDY1YjNmZjIxMzc1NjkwMTI2YWZiYTFjZmU3NDUyMGNjMTg0NjY0MTk4NDY1ODRkIn0=\"}}','2026-05-12 03:40:46','2026-05-12 03:40:46'),(112,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T03:40:45.000000Z\",\"completed_at\":\"2026-05-12T03:41:03.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWUFsbnk0NHZzNXE1VHE0b2ZcL1hNZ2NyZnlLOTBkZXFlMmhiVGFOcnFra0NRPT0iLCJtYWMiOiIyNzk0ODQxZTYzYzRmYmI4N2ZmNWY5NTE0ZTBlNzgxODQyMzVkMWVjMDhkMzJjMzQxMGNkZDI5NjdhZDc4NDc1In0=\"}}','2026-05-12 03:41:36','2026-05-12 03:41:37'),(113,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c243a8-36e3-49d4-813a-0b91932f8b04.jpeg\",\"upload_datetime\":\"2026-05-12T03:41:49.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 03:42:05','2026-05-12 03:42:10'),(114,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2448f-5544-4931-a687-3c169662b82b.jpeg\",\"upload_datetime\":\"2026-05-12T03:44:20.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 03:44:36','2026-05-12 03:44:37'),(115,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c24c3b-e32e-4821-964f-de50a12489ff.jpeg\",\"upload_datetime\":\"2026-05-12T04:05:48.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 04:10:00','2026-05-12 04:10:02'),(116,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T04:05:48.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T04:0...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 04:10:05','2026-05-12 04:10:05'),(117,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c24dc9-7679-45a3-944b-f17d360346f1.jpeg\",\"upload_datetime\":\"2026-05-12T04:10:08.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 04:10:17','2026-05-12 04:10:18'),(118,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2679b-9b26-4149-93df-8e0c1d062623.jpeg\",\"upload_datetime\":\"2026-05-12T05:22:21.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 05:22:31','2026-05-12 05:22:32'),(119,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T05:22:22.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T05:2...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 05:22:33','2026-05-12 05:22:33'),(120,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2704c-f1ff-4777-870f-960c4c08fed2.jpeg\",\"upload_datetime\":\"2026-05-12T05:46:39.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 05:46:47','2026-05-12 05:46:48'),(121,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T05:46:40.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T05:4...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 05:46:48','2026-05-12 05:46:49'),(122,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c242c3-db45-4067-afb2-92bf465ea369\\/a1c2716f-a608-4bc6-a5a0-bfbcdae8d893.jpeg\",\"upload_datetime\":\"2026-05-12T05:49:49.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 05:49:57','2026-05-12 05:49:58'),(123,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiUHFnbUZDd1FYS3c3N3NzU2JEQWdWTjc4RXRyOTFoY25OY2IyZW9mcWI5WT0iLCJtYWMiOiI4ZTc1ZTliMjBmMDQ1OWMyMmNhNjkzNTMyNWRlYzdjYzEwMWJlNDM3OWFkNTg0ZDBmNTUyOTZjM2UxN2FhZjZmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 11:39:18\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T05:49:50.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T05:4...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 05:49:58','2026-05-12 05:49:58'),(124,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:52:10','2026-05-12 07:52:10'),(125,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:52:14','2026-05-12 07:52:14'),(126,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:52:17','2026-05-12 07:52:17'),(127,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:52:22','2026-05-12 07:52:22'),(128,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:52:28','2026-05-12 07:52:28'),(129,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:53:37','2026-05-12 07:53:37'),(130,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:53:41','2026-05-12 07:53:41'),(131,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:53:46','2026-05-12 07:53:46'),(132,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:53:51','2026-05-12 07:53:51'),(133,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:54:04','2026-05-12 07:54:05'),(134,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 07:58:29','2026-05-12 07:58:29'),(135,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:37','2026-05-12 08:20:37'),(136,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":null,\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:37','2026-05-12 08:20:37'),(137,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:48','2026-05-12 08:20:48'),(138,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:48','2026-05-12 08:20:48'),(139,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:49','2026-05-12 08:20:49'),(140,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:49','2026-05-12 08:20:49'),(141,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":null,\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson@sample.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:50','2026-05-12 08:20:50'),(142,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson.santacruz@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:52','2026-05-12 08:20:52'),(143,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson.santacruz@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:53','2026-05-12 08:20:53'),(144,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson.santacruz@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:54','2026-05-12 08:20:54'),(145,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson.santacruz@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:54','2026-05-12 08:20:54'),(146,1,2,'user','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"user\"}','processed','{\"success\":true,\"message\":null,\"data\":{\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiY0gwQzB4UHB3RTEwKzNHY0lES1B3dz09IiwibWFjIjoiN2MyM2NlYjRiYjM3YjRkZWJjOThmNjhmNTdmMzdiOGQzYjA5MmI2N2ZkZDkyNzE1ODA4Yzk0NDRiNzVjYzA5OCJ9\",\"action\":\"update\",\"name\":\"Wilson\",\"email\":\"wilson.santacruz@growthdesk.com\",\"mobile_country_code\":\"63\",\"mobile\":false,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\",\"login_url\":\"https:\\/\\/wa-username-testing.growthdesk.dev\\/uid\\/T16ZM2JP04\"}}','2026-05-12 08:20:55','2026-05-12 08:20:55'),(147,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:20:52.000000Z\",\"completed_at\":\"2026-05-12T08:20:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWmNaditHU1VNMnIrU3dYYlltUnAzdUFwTGM0dFR1NGx5R09kd3Ftb3k1VXc9PSIsIm1hYyI6IjZiZmIxMmFkNDI1MTE3MzRkMGU0MjRiNzU0NTAzMDU3ZDgxODZhM2JkNjAxNzVhZTQ3ZjM4ODkzMmUyZWU3MGEifQ==\"}}','2026-05-12 08:21:05','2026-05-12 08:21:05'),(148,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:20:52.000000Z\",\"completed_at\":\"2026-05-12T08:20:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:06','2026-05-12 08:21:06'),(149,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:20:52.000000Z\",\"completed_at\":\"2026-05-12T08:20:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:07','2026-05-12 08:21:07'),(150,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:20:52.000000Z\",\"completed_at\":\"2026-05-12T08:20:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:07','2026-05-12 08:21:07'),(151,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:20:52.000000Z\",\"completed_at\":\"2026-05-12T08:20:52.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"Which pet clinic or pet expo did you register from? (Reply \\u2018NONE\\u2019 if you did not register from any.)\",\"options\":[],\"value\":\"NONE\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:08','2026-05-12 08:21:08'),(152,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:14.000000Z\",\"completed_at\":\"2026-05-12T08:21:14.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWmNaditHU1VNMnIrU3dYYlltUnAzdTJyUUMyZVVYYUo4WHdmRFwvMm9xdU5BPT0iLCJtYWMiOiJiMjIyNjFiNzAxZDU0ZmY0MmM3MWE2N2JiNzZmMmFjZjM5NzY1YTA5NTY3ZTgzMzVhMjAwMjJiMzNiNTFhYjQ5In0=\"}}','2026-05-12 08:21:33','2026-05-12 08:21:33'),(153,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:14.000000Z\",\"completed_at\":\"2026-05-12T08:21:14.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:34','2026-05-12 08:21:34'),(154,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:14.000000Z\",\"completed_at\":\"2026-05-12T08:21:14.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:34','2026-05-12 08:21:34'),(155,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:14.000000Z\",\"completed_at\":\"2026-05-12T08:21:14.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:35','2026-05-12 08:21:35'),(156,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:14.000000Z\",\"completed_at\":\"2026-05-12T08:21:14.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the breed of your pet?\",\"options\":[],\"value\":\"Shitzsu\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:21:36','2026-05-12 08:21:36'),(157,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:33.000000Z\",\"completed_at\":\"2026-05-12T08:22:11.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','processed','{\"success\":true,\"message\":null,\"data\":{\"action\":\"create\",\"identifier\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibGhEUGhQT2xWcVFhajFtRUsxQnZ3S1hpY09EdmlSaHdZVXdtWXhNZVUrWmNaditHU1VNMnIrU3dYYlltUnAzdUlESkNEdVduT2FcL2tNSndMVjYxYkNBPT0iLCJtYWMiOiJjNGEwYWE2Mjc3YThjYzA5MzRkNjZmZGFhMjIzYTRiYTIxMDg3NmZkNzZlZmE0MDhhZTlhYzRjNGI3NzNkYjA4In0=\"}}','2026-05-12 08:22:25','2026-05-12 08:22:25'),(158,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:33.000000Z\",\"completed_at\":\"2026-05-12T08:22:11.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:22:25','2026-05-12 08:22:25'),(159,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:33.000000Z\",\"completed_at\":\"2026-05-12T08:22:11.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:22:26','2026-05-12 08:22:26'),(160,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:33.000000Z\",\"completed_at\":\"2026-05-12T08:22:11.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:22:27','2026-05-12 08:22:27'),(161,1,2,'riddle','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"type\":\"riddle\",\"issue_at\":\"2026-05-12T08:21:33.000000Z\",\"completed_at\":\"2026-05-12T08:22:11.000000Z\",\"body\":[{\"is_open_ended\":true,\"title\":\"What is the name of your pet? (Just reply your pet name)\",\"options\":[],\"value\":\"Annie\"},{\"is_open_ended\":false,\"title\":\"How old is your pet?\",\"options\":[\"<1 year\",\"1-5 years\",\"5-10 years\",\"10 years+\"],\"value\":\"<1 year\"},{\"is_open_ended\":false,\"title\":\"Are you a multiple pet household? (more than 1 pet)\",\"options\":[\"Yes\",\"No\"],\"value\":\"No\"}]}','failed','{\"success\":false,\"error\":\"Duplicate Riddle Session\",\"error_msg\":\"Riddle have been processed!\"}','2026-05-12 08:22:28','2026-05-12 08:22:28'),(162,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c29d2b-82a8-4344-8010-b2f1184c972d\\/a1c2a82c-bd5a-41d5-9178-a58b9413fcc5.jpeg\",\"upload_datetime\":\"2026-05-12T08:22:52.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 08:23:00','2026-05-12 08:23:02'),(163,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T08:22:53.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T08:2...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 08:23:03','2026-05-12 08:23:03'),(164,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c2a976-1bb4-4ce1-8483-d023ddb72ee7.jpeg\",\"upload_datetime\":\"2026-05-12T08:26:29.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-12 08:26:53','2026-05-12 08:26:54'),(165,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-12T08:26:30.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-12T08:2...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-12 08:26:54','2026-05-12 08:26:55'),(166,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c4563b-2e86-4032-80cf-f1abb50145bf.jpeg\",\"upload_datetime\":\"2026-05-13T04:25:25.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-13 04:25:40','2026-05-13 04:25:41'),(167,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-13T04:25:26.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','failed','{\"msg\":\"File not found at path: \",\"trace\":\"#0 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/league\\/flysystem\\/src\\/Filesystem.php(329): League\\\\Flysystem\\\\Filesystem->assertPresent(\'\')\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemAdapter.php(424): League\\\\Flysystem\\\\Filesystem->getSize(\'\')\\n#2 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Filesystem\\/FilesystemManager.php(411): Illuminate\\\\Filesystem\\\\FilesystemAdapter->size(NULL)\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Support\\/Facades\\/Facade.php(261): Illuminate\\\\Filesystem\\\\FilesystemManager->__call(\'size\', Array)\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(167): Illuminate\\\\Support\\\\Facades\\\\Facade::__callStatic(\'size\', Array)\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Collections\\/Traits\\/EnumeratesValues.php(245): App\\\\Http\\\\Controllers\\\\ReceiptsController->App\\\\Http\\\\Controllers\\\\{closure}(Array, 0)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/ReceiptsController.php(187): Illuminate\\\\Support\\\\Collection->each(Object(Closure))\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1462): App\\\\Http\\\\Controllers\\\\ReceiptsController->upload(Object(Illuminate\\\\Http\\\\Request))\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1393): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->createReceiptChallenge(Object(Illuminate\\\\Http\\\\Request), Object(App\\\\User), Array, \'2026-05-13T04:2...\')\\n#9 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#43 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#44 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#45 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#46 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#47 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#48 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#49 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#50 {main}\"}','2026-05-13 04:25:42','2026-05-13 04:25:42'),(168,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c475c1-80ac-4b02-bdd9-05a79931edce.jpeg\",\"upload_datetime\":\"2026-05-13T05:53:34.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','failed','{\"msg\":\"get_class() expects parameter 1 to be object, null given\",\"trace\":\"#0 [internal function]: Illuminate\\\\Foundation\\\\Bootstrap\\\\HandleExceptions->handleError(2, \'get_class() exp...\', \'\\/home\\/growthdes...\', 1397, Array)\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1397): get_class(NULL)\\n#2 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#9 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#43 {main}\"}','2026-05-13 05:53:45','2026-05-13 05:53:46'),(169,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"Upload Complete\",\"upload_datetime\":\"2026-05-13T05:53:35.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','failed','{\"msg\":\"get_class() expects parameter 1 to be object, null given\",\"trace\":\"#0 [internal function]: Illuminate\\\\Foundation\\\\Bootstrap\\\\HandleExceptions->handleError(2, \'get_class() exp...\', \'\\/home\\/growthdes...\', 1397, Array)\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1397): get_class(NULL)\\n#2 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#9 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#43 {main}\"}','2026-05-13 05:53:46','2026-05-13 05:53:46'),(170,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"testuser_nophone4\",\"wa_bsuid\":\"US.13491208655302741927\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiaGRFOFc2XC9QK0NJK0NnMkNEUDRYYTZDSjRFVEllTU13Tk1nTklqdXZyZUE9IiwibWFjIjoiMzc4ZDJmMWEzYzhhMDg2YWFmNjA0NGEyZDM2ZDc0YTc4Y2QyZDZjNTc0MWM1ZGJiYWVlOTI3NWYyZWNlOTM1YSJ9\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiNTJGbE9seDFuSzgyWkQyeFIzUDY0QT09IiwibWFjIjoiNmFhMGUxYzJjYWY0YTVhYTU0ODY5MzlkZjI2ZGY2MTU2MzIwNTJiNjc4OGUyNTI5OTlmZDRlZGRlZDE2OGJmYyJ9\",\"registered_at\":\"2026-05-11 23:04:28\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c134d0-fce0-469a-b823-984c8a8a579b\\/a1c4866e-362d-46db-8a63-bdb350de5781.jpeg\",\"upload_datetime\":\"2026-05-13T06:40:11.000000Z\",\"app_guid\":\"a1baaba6-dd1d-4b24-abe0-8d5f5ed1b3ed\"}','failed','{\"msg\":\"get_class() expects parameter 1 to be object, null given\",\"trace\":\"#0 [internal function]: Illuminate\\\\Foundation\\\\Bootstrap\\\\HandleExceptions->handleError(2, \'get_class() exp...\', \'\\/home\\/growthdes...\', 1397, Array)\\n#1 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(1397): get_class(NULL)\\n#2 [internal function]: App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->processSmartReceiptAsync(Object(Illuminate\\\\Http\\\\Request))\\n#3 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(174): call_user_func(Array, Object(Illuminate\\\\Http\\\\Request))\\n#4 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Controller.php(54): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->index(Object(Illuminate\\\\Http\\\\Request))\\n#5 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/ControllerDispatcher.php(45): Illuminate\\\\Routing\\\\Controller->callAction(\'index\', Array)\\n#6 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(262): Illuminate\\\\Routing\\\\ControllerDispatcher->dispatch(Object(Illuminate\\\\Routing\\\\Route), Object(App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController), \'index\')\\n#7 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Route.php(205): Illuminate\\\\Routing\\\\Route->runController()\\n#8 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(721): Illuminate\\\\Routing\\\\Route->run()\\n#9 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Routing\\\\Router->Illuminate\\\\Routing\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#10 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Controllers\\/Webhook\\/WebhookController.php(112): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#11 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(149): App\\\\Http\\\\Controllers\\\\Webhook\\\\WebhookController->App\\\\Http\\\\Controllers\\\\Webhook\\\\{closure}(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#12 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(127): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#13 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(103): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequest(Object(Illuminate\\\\Http\\\\Request), Object(Closure), Array)\\n#14 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Middleware\\/ThrottleRequests.php(55): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\', Object(Closure))\\n#15 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure), \'webhook\')\\n#16 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/WebhookAuthMiddleware.php(33): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#17 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\WebhookAuthMiddleware->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#18 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/app\\/Http\\/Middleware\\/SetLocaleByBusinessAccount.php(37): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#19 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): App\\\\Http\\\\Middleware\\\\SetLocaleByBusinessAccount->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#20 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#21 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(723): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#22 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(698): Illuminate\\\\Routing\\\\Router->runRouteWithinStack(Object(Illuminate\\\\Routing\\\\Route), Object(Illuminate\\\\Http\\\\Request))\\n#23 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(662): Illuminate\\\\Routing\\\\Router->runRoute(Object(Illuminate\\\\Http\\\\Request), Object(Illuminate\\\\Routing\\\\Route))\\n#24 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Routing\\/Router.php(651): Illuminate\\\\Routing\\\\Router->dispatchToRoute(Object(Illuminate\\\\Http\\\\Request))\\n#25 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(167): Illuminate\\\\Routing\\\\Router->dispatch(Object(Illuminate\\\\Http\\\\Request))\\n#26 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(128): Illuminate\\\\Foundation\\\\Http\\\\Kernel->Illuminate\\\\Foundation\\\\Http\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#27 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/fideloper\\/proxy\\/src\\/TrustProxies.php(57): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#28 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Fideloper\\\\Proxy\\\\TrustProxies->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#29 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#30 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ConvertEmptyStringsToNull.php(31): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#31 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#32 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TransformsRequest.php(21): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#33 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/TrimStrings.php(40): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#34 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TrimStrings->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#35 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/ValidatePostSize.php(27): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#36 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#37 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Middleware\\/PreventRequestsDuringMaintenance.php(86): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#38 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(167): Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\\\Http\\\\Request), Object(Closure))\\n#39 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Pipeline\\/Pipeline.php(103): Illuminate\\\\Pipeline\\\\Pipeline->Illuminate\\\\Pipeline\\\\{closure}(Object(Illuminate\\\\Http\\\\Request))\\n#40 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(142): Illuminate\\\\Pipeline\\\\Pipeline->then(Object(Closure))\\n#41 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/vendor\\/laravel\\/framework\\/src\\/Illuminate\\/Foundation\\/Http\\/Kernel.php(111): Illuminate\\\\Foundation\\\\Http\\\\Kernel->sendRequestThroughRouter(Object(Illuminate\\\\Http\\\\Request))\\n#42 \\/home\\/growthdeskuser\\/public_html\\/wa-username-testing\\/enterprise-solutions\\/public\\/index.php(68): Illuminate\\\\Foundation\\\\Http\\\\Kernel->handle(Object(Illuminate\\\\Http\\\\Request))\\n#43 {main}\"}','2026-05-13 06:40:32','2026-05-13 06:40:33'),(171,1,2,'smart_receipt_async','{\"mobile\":null,\"wa_username\":\"@wilson_nophone\",\"wa_bsuid\":\"US.13491208655302741925\",\"email\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoibEN0eDBOTWozcXZUOE9YV0c2Y2VJdVN2ak0wVXdRVUNMVGhDYWdXVm1Lbz0iLCJtYWMiOiI5YmIxMDFlOWI5MDAxZDNmZTVkNDA3YjBkYjczZGRhN2YyMzJlMjg2OWJmNmI2YzU4Y2E3NjViMzJlNDc3NjFmIn0=\",\"name\":\"eyJpdiI6ImMydGhiR1V0Wlc1MGMyOHRNakF5TWc9PSIsInZhbHVlIjoiOXlwU21zenZVSWZLNUtTeHArbXJadz09IiwibWFjIjoiMTk2MzYxZTVhMWEzMGI0YWMyZGVkZDk4MTBlYmExMWU5MjcyMjc4NTc5ZWIxNjRhMWZhZWM0YzNkYTdiN2UyNCJ9\",\"registered_at\":\"2026-05-12 15:52:06\",\"referer_guid\":null,\"onboarded_source\":null,\"reward_code\":null,\"type\":\"smart_receipt_async\",\"receipt_url\":\"https:\\/\\/wa-username.growthdesk.dev\\/storage\\/channel\\/43\\/recipient\\/a1c29d2b-82a8-4344-8010-b2f1184c972d\\/a1c4bb72-1f77-4143-8825-ee45deacefa6.jpeg\",\"upload_datetime\":\"2026-05-13T09:08:25.000000Z\",\"app_guid\":\"a18daad7-93c8-4edf-9f9e-be1078642c05\"}','processed','{\"success\":true,\"message\":\"Request have been accepted and processing\",\"data\":{\"ref\":null,\"status\":\"processing\"}}','2026-05-13 09:08:37','2026-05-13 09:08:39');
/*!40000 ALTER TABLE `webhook_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `widget_settings`
--

DROP TABLE IF EXISTS `widget_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `widget_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `business_account_id` bigint unsigned NOT NULL,
  `container_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `widget_settings_business_account_id_index` (`business_account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `widget_settings`
--

LOCK TABLES `widget_settings` WRITE;
/*!40000 ALTER TABLE `widget_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_settings` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-13 18:25:39
