CRM
    • tarefas
      • Tarefas
        GET
      • Tarefas
        POST
      • Tarefas
        PUT
      • Tarefas
        DELETE
    • leads
      • Leads
        GET
      • Lead
        GET
      • Criar Lead
        POST
      • Editar Lead
        PUT
      • Delete Lead
        DELETE
    • status-api
      GET
    • Esquemas
      • Tarefas
      • Lead

    Lead

    {
        "fullName": "string",
        "email": "string",
        "description": "string",
        "facebook": "string",
        "instagram": "string",
        "linkedin": "string",
        "twitter": "string",
        "phone": "string",
        "company": "string",
        "value": 0,
        "status": "string",
        "source": "string"
    }
    Built with