curl --request POST \ --url https://api.platform.datastreamer.io/api/search \ --header 'accept: application/json' \ --header 'apiKey: xxx' \ --header 'content-type: application/*+json' \ --data ' { "query": { "data_sources": [ "wsl_instagram", "sample_data365_twitter_keywords", "opoint_news" ], "size": 2, "query": "content.body:\"active shooter\"" }, "operations": [ { "name": "violence", "destination_path": "enrichment.violence", "priority": "1", "parameters": { "main": "content.body", "language": "enrichment.language" } } ] } '