{
"hitKeywords": "new ArrayList<>()",
"excludeKeywords": "new ArrayList<>()",
"nonReplyKeywords": "new ArrayList<>()"
}
curl --location --request POST '/userPlatform/hdp/review/keyword/saveOfGlobal' \
--header 'Content-Type: application/json' \
--data-raw '{
"hitKeywords": "new ArrayList<>()",
"excludeKeywords": "new ArrayList<>()",
"nonReplyKeywords": "new ArrayList<>()"
}'
{
"code": 0,
"message": "",
"data": null
}