{
"id": "string",
"content": "string",
"replyInfo": {
"replyCommentId": "string",
"replyUserId": "string"
}
}
curl --location --request POST 'http://localhost:0721/api/comment/new' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"content": "string",
"replyInfo": {
"replyCommentId": "string",
"replyUserId": "string"
}
}'
{
"code": 200,
"message": "sed ullamco Duis cupidatat",
"data": "deserunt sit"
}