curl --location --request POST '/api/CategoriaArquivo/AlterarFuncoes/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
0
]'
{
"ordem": 0,
"nome": "string",
"tipo": "Projeto",
"funcoesIds": [
0
],
"funcoes": "string",
"id": 0,
"excluido": true,
"dataInclusao": "2019-08-24T14:15:22Z",
"dataAlteracao": "2019-08-24T14:15:22Z",
"dataExclusao": "2019-08-24T14:15:22Z"
}