Get current user

Retrieves information about the currently authenticated user. Returns the user's profile, including name, role, project assignments, and organizational details.

Responses
Request Example for get/data/v1/me
curl https://cli.wseng.ai/data/v1/me \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
{
  "name": "string",
  "fullName": "string",
  "jiraId": "string",
  "xoAssignmentId": "string",
  "githubUsername": "string",
  "projectId": "string",
  "teamRoomName": "string",
  "onboarding": true,
  "external": true,
  "category": "string",
  "leaving": true,
  "email": "string",
  "startDate": "string",
  "googleId": "string",
  "canQc": true
}