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