curl --request DELETE \
--url https://live.copilot.fabric.inc/data-customer/v1/user-addresses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-site-context: <x-site-context>' \
--data '{
"userId": "TEST_USER",
"addressId": "6123f2adcbab9f51ccc420d6"
}'