Authorization: Bearer ********************
curl --location --request GET 'https://openai.aihey.cc/openai/billing/credit_grants?start_date=2022-12-10&end_date=2023-05-10'
{ "list_used": [ { "start_date": "2022-12-10", "end_date": "2023-03-10", "used": 0 }, { "start_date": "2023-03-11", "end_date": "2023-06-09", "used": 0 }, { "start_date": "2023-06-10", "end_date": "2023-07-10", "used": 0.017604 } ], "total_used": 0.017604, "total_granted": 5.00004, "start_date": "2022-12-10", "end_date": "2023-07-10" }