Authorization: Bearer ********************
curl --location --request GET 'https://api.gpt.ge/v1/dashboard/billing/usage?start_date=1716149437000&end_date=1746517437000' \
--header 'Authorization: Bearer <token>'
{
"object": "list",
"total_usage": 695.9646
}