Authorization: Bearer ********************
{
"isEnabled": true
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/user/notification-preferences/' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true
}'
{
"id": 1,
"user": {
"id": 1,
"firstname": "test",
"surname": "testov",
"email": "admin@test.com",
"phone": "79145755555",
"additionalPhone": "0",
"isAdmin": true
},
"key": "account_is_paid",
"name": "Счёт оплачен",
"description": "Уведомление об успешной оплате счёта."
}