curl --location --request PUT '/notifications/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notifyOnFollow": true,
"notifyOnLike": true,
"notifyOnRepost": true,
"notifyOnComment": true,
"notifyOnDM": true
}'{
"notifyOnFollow": true,
"notifyOnLike": true,
"notifyOnRepost": true,
"notifyOnComment": true,
"notifyOnDM": true
}