curl --location --request POST '/api/reports/domains' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "https://malicious-site.com",
"keyword": "free crypto giveaway",
"type": "normal",
"platforms": [
"string"
]
}'