curl --location --request POST '/api/ModeloDocumento' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "nome": "string", "ativo": true, "texto": "string", "editorAvancado": true }'