Update the current user's profile
User data to update (e.g., name)
Updated user profile
import { updateUser } from "@cpod/sdk";const user = await updateUser({ name: "New Name" }); Copy
import { updateUser } from "@cpod/sdk";const user = await updateUser({ name: "New Name" });
Update the current user's profile