const response = { data: { user: { name: "Jean", email: "jean@example.com", role: "admin" } } }; // Votre code ici