Authorization: Bearer ********************
{
"cpanel": "cpanel-pro-30",
"microsoft_rds_sal": 5,
"microsoft_office_sal": 4
}
curl --location --request POST 'https://api.vpsbg.eu/v1/servers//addons/scale/calculate' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpanel": "cpanel-pro-30",
"microsoft_rds_sal": 5,
"microsoft_office_sal": 4
}'
{
"amount": "15.33",
"amount_with_vat": "18.40"
}