{
  "success": true,
  "message": "Autenticação realizada com sucesso",
  "data": {
    "debug": true,
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
    "refreshToken": "refresh_token_aqui_opcional",
    "expiresIn": 86400,
    "user": {
      "id": "user_123",
      "name": "Carlos Silva",
      "email": "carlos@empresa.com",
      "department": "TI"
    },
    "sipAccount": {
      "displayName": "Carlos - Escritório",
      "username": "1000",
      "password": "123123",
      "domain": "10.4.0.23",
      "transport": "udp",
      "outboundProxy": "",
      "port": 5060,
      "regIntervalSec": 3600,
      "codecs": [
        "pcmu",
        "pcma",
        "opus"
      ]
    },
    "permissions": {
      "canTransfer": true,
      "canRecord": false,
      "canConference": true,
      "maxCallDuration": null
    },
    "settings": {
      "autoAnswer": false,
      "callForwarding": null,
      "dnd": false
    }
  },
  "timestamp": "2025-11-05T14:30:00Z"
}