Authorization: Bearer ********************
curl --location --request GET 'https://api.apicore.ai/v1/dashboard/billing/usage?start_date&end_date' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json'
{
"object": "list",
"total_usage": 695.9646
}