curl --location --request POST '/api/ModeloPreProposta' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"ativo": true,
"texto": "string",
"editorAvancado": true,
"loja": 0,
"paisagem": true,
"tipoGrupo": "GrupoB",
"urlCapa": "string"
}'