{ "status": ok }
{ "notifications_settings": { "notification_types": { "operations_article_published": { "sms": false, "push": true, "email": true } } } }
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/users/me/account/notifications_settings' \ --header 'X-User-Agent;' \ --header 'X-Product-Name;' \ --header 'X-Loyalty-Club-Slug;' \ --header 'X-Customer;' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "notifications_settings": { "notification_types": { "operations_article_published": { "sms": false, "push": true, "email": true } } } }'
{ "notifications_settings": { "notification_types": { "operations_alert_accepted": { "sms": false, "email": true, "push": true } } } }