curl --location --request PUT '/relatorio/?executar=undefined' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"nome": "string",
"descricao": "string",
"tipoRelatorio": "PADRAO",
"estiloRelatorio": "TABULAR",
"formatoArquivo": "CSV",
"filtroCampoRelatorio": "string",
"filtroCampoExibicao": "string",
"compactar": true,
"campos": [
{
"property1": {},
"property2": {}
}
],
"columnOrderSpecification": [
{
"name": "string",
"context": "string"
}
],
"joins": "string",
"nomeChave": "relatorio-exemplo",
"sharedUsers": [
{
"id": 0,
"nome": "string",
"login": "string",
"email": "string",
"idioma": "PT_BR",
"ultimoExecutorDaFase": true
}
],
"tipoExibicaoDados": "LINHAS_SEPARADAS"
}'