get('http://localhost:8000/api/product'); $response->assertStatus(200); $response->assertJsonStructure(['success', 'data' => ['products']]); } }