Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/support/plans' \
--header 'Accept;'
[
{
"id": 147,
"name": "basic",
"available": true,
"price": 0,
"price_with_vat": 0
},
{
"id": 144,
"name": "professional",
"available": true,
"price": 50,
"price_with_vat": 60
},
{
"id": 145,
"name": "premium",
"available": true,
"price": 150,
"price_with_vat": 180
}
]