curl --location -g --request GET 'https://api.jasper.ai/v1/usage?start={{last7DaysDateTime}}&end={{currentDateTime}}&granularity=day&granularity=week'
{
"requestId": "bce766ea-a4ef-48e5-9da1-d9602bfecf2d",
"resource": "usage",
"data": {
"requests": [
{
"t": "2023-09-11T13:28:59.318Z",
"v": 83
},
{
"t": "2023-09-11T14:28:59.318Z",
"v": 173
},
{
"t": "2023-09-11T15:28:59.318Z",
"v": 162
}
]
}
}