Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/ModeloPreProposta' \
--header 'Authorization: <api-key>' \
--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"
}'