curl --location --request PUT '/api/Tenant/Update' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessKey": "string",
"secretKey": "string",
"taxNumber": "string",
"bheIngresoCode": "string",
"certificateHolderTaxNumber": "string",
"economicActivityCode": 0,
"title": "string",
"isProduction": true,
"boletaSenderRut": "string",
"nroResol": 0,
"fchResol": "string",
"streetAddress": "string",
"district": "string",
"city": "string"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": true
}