curl --location --request PUT 'https://peertube2.cpy.re/api/v1/users/me/notification-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"abuseAsModerator": 0,
"autoInstanceFollowing": 0,
"blacklistOnMyVideo": 0,
"commentMention": 0,
"myVideoImportFinished": 0,
"myVideoPublished": 0,
"newCommentOnMyVideo": 0,
"newFollow": 0,
"newInstanceFollower": 0,
"newUserRegistration": 0,
"newVideoFromSubscription": 0,
"videoAutoBlacklistAsModerator": 0
}'{}