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