Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/notify_user/setting?v&project_id' \
--header 'Authorization: oauth <token>'
{
"user_id": 0,
"channels": {
"cabinet": true,
"telegram": true,
"mobile": true
},
"relation": {
"cabinet": [
"important"
],
"telegram": [
"important"
],
"mobile": [
"important"
],
"project_id": 0
}
}