{
"company_ids": [
14,
27
]
}curl --location --request POST 'https://api.financialreports.eu/watchlist/companies/bulk-remove/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_ids": [
14,
27
]
}'{
"status": "success",
"message": "2 companies removed from watchlist.",
"company_ids": [
14,
27
]
}