curl --location '/processo/lt-natureza' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"nome": "string",
"sigla": "strin",
"contaContabil": "string",
"esocial": true,
"tipoProcesso": "JUDICIAL",
"objetos": [
{
"id": 0,
"nome": "string",
"sigla": "strin",
"categorias": [
{
"id": 0,
"nome": "string",
"sigla": "strin"
}
],
"naturezas": [
{
"id": 0,
"nome": "string",
"sigla": "strin",
"contaContabil": "string",
"esocial": true
}
]
}
],
"tiposAcao": [
{
"id": 0,
"nome": "string",
"sigla": "strin",
"procedimento": {
"id": 0,
"nome": "string",
"sigla": "strin"
}
}
]
}'