Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_storage?v&language&project_id' \
--header 'Authorization: oauth <token>'
{
"before": {
"id": 1,
"size": 0,
"period": "month",
"date_end": "2019-08-24T14:15:22Z"
},
"current": {
"id": 1,
"size": 0,
"period": "month",
"date_end": "2019-08-24T14:15:22Z"
},
"next": {
"id": 1,
"size": 0,
"period": "month",
"date_end": "2019-08-24T14:15:22Z"
}
}