x-api-key: ********************curl --location --request DELETE '/lists//leads' \
--header 'x-workspace;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"leadIds": [
"64a1b2c3d4e5f6a7b8c9d0e1"
]
}'