attributes->get('user'); return new JsonResponse([ 'user' => [ 'id' => $user->getId(), 'email' => $user->getEmail()->value(), ], ]); } }