# Fluxo para cadastro de um setor. Cadastrado com sucesso Endpoint: POST /api/v1/gerencial/setores Version: v1.0.0 ## Request fields (application/json): - `nome` (string,null, required) Nome do setor - `descricao` (string,null, required) Descrição do setor - `ativo` (boolean, required) Indica se o setor está ativo ou não ## Response 200 fields (application/json): - `id` (string,null, required) ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)