curl --location --request GET 'http://127.0.0.1/billing/costs//deployments' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
{
"total_cost": 0,
"deployments": [
{
"deployment_id": "string",
"costs": {
"total": 0,
"resources": 0,
"data_transfer_and_storage": 0
},
"deployment_name": "string",
"hourly_rate": 0
}
]
}