Authorization: Bearer ********************{
"commentId": 0,
"content": "string",
"site": "http://example.com",
"displayName": "string",
"email": "user@example.com",
"isPass": true
}curl --location --request PUT 'http://localhost:8098/admin/comment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"commentId": 0,
"content": "string",
"site": "http://example.com",
"displayName": "string",
"email": "user@example.com",
"isPass": true
}'{
"code": 200,
"errMsg": null,
"data": true
}