curl --location '/api/v1/Party/Save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"party": {
"partyId": 0,
"type": 0,
"name": "string",
"lastName": "string",
"economicCode": "string",
"identificationCode": "string",
"registrationCode": "string",
"isInBlacklist": true,
"isVendor": true,
"vendorGroupingRef": 0,
"isBroker": true,
"brokerGroupingRef": 0,
"creator": 0,
"isEmployee": true,
"isCustomer": true,
"discountRate": 0,
"phone": "string",
"configTypeParty": "string",
"address": "string",
"locationRef": 0,
"zipCode": "string"
}
}'