curl --location --request GET 'http://127.0.0.1/billing/costs/' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
{
"trials": 0,
"costs": {
"total": 0,
"resources": 0,
"data_transfer_and_storage": 0
},
"balance": {
"available": 0,
"line_items": [
{
"start": "2019-08-24T14:15:22Z",
"ecu_balance": 0,
"end": "2019-08-24T14:15:22Z",
"id": "string",
"ecu_quantity": 0
}
],
"remaining": 0
},
"hourly_rate": 0
}