Authorization: Bearer ********************{
"type": 0,
"targetId": 0,
"content": "string"
}curl --location --request POST '/api/interactive/comment/publish' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"targetId": 0,
"content": "string"
}'{
"code": 0,
"data": {},
"message": "string"
}