0, 'value' => '/auth', 'method' => 'POST', 'type' => 'backend', 'bypass' => '1', 'description' => '', 'created_by' => 'admin', ], [ 'endpoint_id' => 1, 'value' => '/endpoencode', 'method' => 'POST', 'type' => 'backend', 'bypass' => '0', 'description' => '', 'created_by' => 'admin', ], [ 'endpoint_id' => 2, 'value' => '/endpodecode', 'method' => 'POST', 'type' => 'backend', 'bypass' => '0', 'description' => '', 'created_by' => 'admin', ] ]; $this->db->table('endpoint')->insertBatch($data); } }