curl --location --request PUT '/api/SignatarioPadrao/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"nome": "string",
"email": "string",
"celular": "string",
"cpf": "string",
"dataNascimento": "2019-08-24T14:15:22Z",
"assinarComo": "sign",
"tipoAuth": "email",
"modelosDocumentosIds": [
0
],
"modelosDocumentos": "string"
}