{
"notifications_settings": {
"notification_types": {
"operations_alert_accepted": {
"sms": false,
"email": true,
"push": true
}
}
}
}curl --location --request GET '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'{
"notifications_settings": {
"notification_types": {
"operations_alert_accepted": {
"sms": false,
"email": true,
"push": true
}
}
}
}