ProductCreateOn this pageCreateCreates a new product.Examples$saved = new SureCart\Models\Product([ 'name' => 'Product 1', 'description' => 'Product 1 description',])->save();Model AttributesResponse Attributes