curl --request POST \
--url https://api.supersonic.cv/lists/bulk_add_entry \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"list_id": "<string>",
"entries": [
{
"record_id": "<string>",
"data": {}
}
]
}
'