create(); Sanctum::actingAs($user); $response = $this->getJson('/api/system/status'); $response->assertStatus(403); });