Authorization: Bearer ********************curl --location '/api/v1/PartyPhone/Delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"partyPhone": {
"phone": "string",
"partyPhoneId": 0
}
}'