Authorization: Bearer ********************
curl --location --request GET 'https://console-api.fptcloud.com/api/v1/billing/bill/service-types' \
--header 'Authorization: Bearer *****' \
--header 'Content-Type: application/json'
{
"data": [
"vm",
"storage",
"vdi",
"snapshot",
"s3",
"registry",
"public-ip",
"custom-image",
"load-balancer",
"backup-db",
"backup-license",
"backup-storage",
"fixed-price",
"gpu",
"firewall-checkpoint",
"key-vault",
"monitoring",
"license-windows"
],
"message": "ok",
"status": 200
}