Authorization: Bearer ********************curl --location -g --request GET 'https://api.vpsbg.eu/v1/servers//vpcs//metrics?filter[start]&filter[end]&aggregation_interval' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"timestamp": 1776765600,
"network_in": 0,
"network_out": 2.0077
},
{
"timestamp": 1776758400,
"network_in": 0,
"network_out": 1.854366726
}
]
}