curl --location --request POST '/webhook/keyword-result' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword_id": 1,
"task_id": "64f1a2b3c4d5e6f7a8b9c0d1",
"engine": 0,
"device": 0,
"results": [
{
"position": 1,
"url": "https://example.com/page",
"title": "Mua giày thể thao tại Hà Nội",
"domain": "example.com"
}
]
}'{
"message": "Operation successful",
"data": {}
}