curl --location --request DELETE 'https://api.ggkp.org/search-federator/delete-products' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_id": "src_123",
"product_ids": [
"prod_456",
"prod_789"
]
}'