Authorization: Bearer ********************curl --location --request POST '/run-manual-keywork' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": [
"Điện tử",
"Nạp thẻ"
],
"engines": [
"google"
],
"type": "retry",
"tags": [
"tag1",
"tag2"
]
}'{
"success": true,
"message": "string"
}