Get current user's project

Retrieves the primary project assignment for the currently authenticated user. Returns project details including name, ID, and associated metadata.

Responses
Request Example for get/data/v1/me/project
curl https://cli.wseng.ai/data/v1/me/project \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
{
  "id": "string",
  "shortName": "string",
  "friendlyName": "string",
  "company": "string",
  "product": "string",
  "dailyTime": "string",
  "jiraProject": "string",
  "jiraFilter": "string",
  "ticketTypeUsage": "Mixed",
  "autoAcceptSpThreshold": 1,
  "mainProductContextPack": "string"
}