curl --location --request POST '/v1.3/object_comment_flag/update?access_token=<ACCESS_TOKEN>×tamp=<TIMESTAMP>&nonce=<NONCE>' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'adcreative_id=<ADCREATIVE_ID>' \
--data-urlencode 'op_type=' \
--data-urlencode 'comment_id='{
"code": 0,
"message": "",
"message_cn": ""
}