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