curl --location --request GET 'https://api.chatgptsb.com/v1/dashboard/billing/usage?start_date=2024-10-10&end_date=2024-12-16' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json'
{
"object": "list",
"total_usage": 226.8152
}