GET /v1/users/me — Get the Authenticated User Profile
Fetch the full profile of the authenticated user, including id, email, name, avatarUrl, kycStatus, and account status. Requires a Bearer token.
Retrieve the complete profile for the currently authenticated user. This endpoint returns identity details, KYC status, and account standing, and is the primary way to hydrate user state on the client after sign-in.GET/v1/users/meRequires a Bearer token in the Authorization header.