{
"allowCommentReplyNotification": true
}curl --location --request PUT '/user/notification-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowCommentReplyNotification": true
}'{
"code": 0,
"data": {
"allowCommentReplyNotification": true
},
"message": "string"
}