{ "theme_id": "string", "message_id": "string", "is_insight": 0, "vote_type": "string", "comment": "string" }
curl --location --request POST '/public-api/feedback/vote-message' \ --header 'Timestamp;' \ --header 'Cookie: uIdToken=xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "theme_id": "string", "message_id": "string", "is_insight": 0, "vote_type": "string", "comment": "string" }'
{ "code": 0, "message": "string", "data": {} }