curl --request POST \
--url https://api.txcloud.io/v1/watchlist/screen/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entities": [
{
"reference_id": "<string>",
"type": "<string>",
"name": "<string>"
}
],
"lists": [
"<string>"
],
"webhook_url": "<string>"
}
'