curl --location --request POST 'https://api.valut.app/core/v1/account/notifications/config' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"app_notifications": true,
"email_notifications": true,
"sms_notifications": true
}'
{}