curl --location --request PUT 'https://api-homolog.docsend.com.br/api/v1/obrigacoes/departamentos/?tenantId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"nome": "string",
"isAtivo": true,
"tenantId": 0,
"parentId": 0,
"scheduleType": "string",
"scheduleDetail": "string",
"emailIndividualSubject": "string",
"emailIndividualBody": "string",
"emailIndividualDocTitle": "string",
"emailAgendadoSubject": "string",
"emailAgendadoBody": "string",
"emailAgendadoDocTitle": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"children": [
{}
]
}'