{
"email_notifications": true,
"email_promo_notifications": true,
"real_time_notifications": true,
"sms_notifications": true,
"sms_promo_notifications": true
}
curl --location --request PUT 'https://api.neucron.io/v1/notification/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"email_notifications": true,
"email_promo_notifications": true,
"real_time_notifications": true,
"sms_notifications": true,
"sms_promo_notifications": true
}'
{
"property1": "string",
"property2": "string"
}