Authorization: Bearer ********************curl --location --request GET 'https://api.uniapi.io/v1/billing/usage' \
--header 'Authorization: Bearer <token>'{
"data": {
"balance": -1,
"used": 0.000024,
"cache_used": 0
},
"success": true
}