curl --location --request PATCH '/api/projects//notifications/settings' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channels": {
"cabinet": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"tg": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"vk": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"max": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
}
}
}'{
"id": "string",
"user_id": "string",
"project_id": "string",
"channels": {
"cabinet": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"tg": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"vk": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
},
"max": {
"active": true,
"categories": [
"billing",
"analytics",
"access"
]
}
},
"messenger_verification": {
"tg": {
"verified": false,
"account": {
"name": "Максим Лаптев",
"avatar_url": "https://vk.com/images/avatar.jpg",
"profile_url": "https://vk.com/id67890",
"external_user_id": "67890"
}
},
"vk": {
"verified": false,
"account": {
"name": "Максим Лаптев",
"avatar_url": "https://vk.com/images/avatar.jpg",
"profile_url": "https://vk.com/id67890",
"external_user_id": "67890"
}
},
"max": {
"verified": false,
"account": {
"name": "Максим Лаптев",
"avatar_url": "https://vk.com/images/avatar.jpg",
"profile_url": "https://vk.com/id67890",
"external_user_id": "67890"
}
}
}
}