🔑 Kommo Token Service (Autenticação Longa)

Status: ✅ Ativo

📊 Informações:

🚀 Endpoints:

💡 Exemplos de uso:

# Criar lead (atalho: Aluguel Fixo)
curl -X POST https://luxocrm.freedomai.dev.br/api/leads/create/aluguel \
  -H "Content-Type: application/json" \
  -d '{ "name": "Cliente Teste", "custom_fields_values": "Cidade: RJ capital, 3q, piscina" }'

# Criar lead (Temporada)
curl -X POST https://luxocrm.freedomai.dev.br/api/leads/create/temporada \
  -H "Content-Type: application/json" \
  -d '{ "name": "Família Souza", "price": 0, "custom_fields_values": "Floripa, 6 hóspedes, jan/2026" }'

# Criar lote (Kommo nativo)
curl -X POST https://luxocrm.freedomai.dev.br/api/leads \
  -H "Content-Type: application/json" \
  -d '[{ "name": "Lead A", "pipeline_id": 6751571, "status_id": 60162323 }, { "name": "Lead B", "pipeline_id": 6776591, "status_id": 57027391 }]'