{
"commentModule": "issue",
"linkId": 1,
"plainContent": "xxx",
"commentId": 1,
"content": "xxx"
}
curl --location --request POST 'https://ligai.cn/openapi/api/comment/add' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"commentModule": "issue",
"linkId": 1,
"plainContent": "xxx",
"commentId": 1,
"content": "xxx"
}'
{
"code": "0",
"data": {
"id": 1
}
}