[
  {
    "id": 1,
    "username": "admin",
    "email": "admin@crm.com",
    "password": "$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi",
    "nombre": "Administrador",
    "activo": true,
    "created_at": "2026-04-02T00:00:00Z"
  },
  {
    "id": 2,
    "username": "vendedor1",
    "email": "vendedor1@crm.com",
    "password": "$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi",
    "nombre": "Vendedor 1",
    "activo": true,
    "created_at": "2026-04-02T00:00:00Z"
  }
]
