curl --location --request PATCH 'https://app.leiga.com/openapi/api/comment/update-sticker-status' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleteFlag": 0,
"linkEntity": "comment",
"issueId": 1,
"linkId": 1,
"stickerCode": "liga-OK",
"linkModule": "issue"
}'
{
"code": "0",
"data": {
"success": true
}
}