curl --request PUT \
--url http://localhost:3000/v1/notifications/preferences/{userId} \
--header 'Content-Type: application/json' \
--data '"<unknown>"'{
"preferences": "<unknown>"
}Updates notification preferences for a user.
curl --request PUT \
--url http://localhost:3000/v1/notifications/preferences/{userId} \
--header 'Content-Type: application/json' \
--data '"<unknown>"'{
"preferences": "<unknown>"
}