curl --location --request DELETE 'https://api.leadfeeder.com/v1/companies/159001425/lists?account_id=123456' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"type": "list",
"id": "company_123"
},
{
"type": "list",
"id": "company_456"
}
]
}'{
"data": null,
"meta": {
"request_id": "abc123"
}
}