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