Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/channel_invite/get_for_project?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>'
{
"project_channel_invite_id": 1,
"channel_id": 1,
"to_project_id": 1,
"access_type": 1,
"date": 1,
"secret": 1,
"email": 1,
"reject": 1,
"from_user_id": 1,
"channel_": {
"user_id": 1,
"name": "Alon",
"fename": "Walker",
"photo_50": "https://example.com/photo.jpg",
"ref_id": "asdfaD9",
"channel_id": 1
}
}