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

    Tarefas

    {
        "title": "string",
        "description": "string",
        "priority": "low",
        "status": "pending"
    }
    Built with