Authorization: Bearer ********************curl --location '/api/v1/PartyAddress/Save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"partyAddress": {
"partyAddressId": 0,
"partyRef": 0,
"isMain": 0,
"type": 2,
"address": "",
"locationRef": 0,
"zipCode": ""
}
}'