Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/project/list?v&language&limit&offset' \
--header 'Authorization: oauth <token>'
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"id": 1,
"user_id": 1,
"project_id": 1,
"access_type": 0,
"project": {
"user_id": 1,
"project_id": 1,
"name": "Test",
"fename": "Tester",
"photo_50": "https://ya.ru/a.jpg",
"type": 0,
"external_id": 1,
"access_type": 0
},
"member_count": 1
}
]
}