curl --location --request PUT '/api/ConfiguracaoClickSign' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"apiToken": "string",
"habilitarSelfie": true,
"habilitarAssinaturaEscrita": true,
"habilitaDocumentoOficial": true,
"lembreteDias": 0,
"id": 0,
"excluido": true,
"dataInclusao": "2019-08-24T14:15:22Z",
"dataAlteracao": "2019-08-24T14:15:22Z",
"dataExclusao": "2019-08-24T14:15:22Z"
}