request('GET', '/api/me'); $this->assertResponseIsSuccessful(); $this->assertMatchesResourceItemJsonSchema(User::class); } }