Authorization: Bearer ********************curl --location '/api/v1/PartyAddress/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"search": "",
"partyAddressId": 0,
"partyRef": 0,
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'