{
"live_id": 0,
"metadata": {
"is_disable_comment": true,
"is_disable_audience_comment": true,
"is_enable_anonymous_comment": true
}
}curl --location '/api/active_configs/disable_comment/storage' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data '{
"live_id": 0,
"metadata": {
"is_disable_comment": true,
"is_disable_audience_comment": true,
"is_enable_anonymous_comment": true
}
}'{}