curl --location --request POST '/api/Etiqueta/AlterarFuncoes/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
0
]'
{
"id": 0,
"nome": "string",
"cor": "string",
"funcoesIds": [
0
],
"funcoes": "string"
}