Authorization: Bearer ********************
curl --location -g --request GET '{{BASE_URL}}/v1/billing/usage' \
--header 'Authorization: Bearer <token>'
{
"data": {
"balance": 0,
"used": 0,
"cache_used": 0
},
"success": true
}