| Key | Description |
|---|---|
| notifications_settings | json |
| notifications_settings.notification_types | json |
{
"status": ok
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/users/me/account/notifications_settings' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--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
}
}
}
}