publishEventForReviews curl

curl --location --request POST 'http://localhost:61129/reviewEventService' \
--header 'Content-Type: application/json' \
--data-raw '{
  "id": "123",
  "method": "publishEventForReviews",
  "params": [
    {
      "reviewIdList": [
        "1649355086505198746"
      ],
      "objectType": "EXPERIENCE",
      "reviewEvent": "TRANSLATE"
    }
  ]
}'