curl --location --request POST '/api/evidence/exists-batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"example.com",
"test.com"
]
}'{
"data": [
{
"domain": "string",
"exists": true
}
]
}