create(); $this->actingAsForApi(User::factory()->viewUsers()->create()) ->getJson(route('api.users.show', $user)) ->assertOk(); } }