curl --location --request DELETE 'https://app.leiga.com/openapi/api/comment/remove' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": "0",
"data": {
"success": true
}
}