curl --location '/api/UpdatePartyByCode' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"type": 0,
"name": "string",
"lastName": "string",
"identificationCode": "string",
"phone": "string",
"economicCode": "string",
"registrationCode": "string",
"isInBlacklist": true,
"isVendor": true,
"isBroker": true,
"isEmployee": true,
"isCustomer": true,
"code": "string"
}'