{
"user_id": "string",
"username": "string",
"avatar": "string",
"content": "string",
"module": "string",
"resource_id": "string",
"score": "string",
"replied_username": "string",
"root_comment_id": "string",
"parent_comment_id": "string"
}
curl --location --request POST '/api/v1/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"username": "string",
"avatar": "string",
"content": "string",
"module": "string",
"resource_id": "string",
"score": "string",
"replied_username": "string",
"root_comment_id": "string",
"parent_comment_id": "string"
}'
{}