curl --location --request GET 'https://api.adamchatbot.chat/dashboard/billing/usage' \ --header 'Authorization: sk-xxxx'
{ "object": "list", "total_usage": 463.2 //该字段的值/100得到的是使用的金额数 }