curl --location 'https://api.beatapi.io/v1/usage' \
--header 'Authorization: Bearer <token>'{
"data": {
"object": "usage",
"credit_balance": 1080,
"total_tasks": 12,
"credits_settled": 720,
"credits_refunded": 450,
"concurrency": {
"limit": 2,
"active": 1
},
"by_workflow": [
{
"workflow": "music-video",
"tasks": 8,
"credits_settled": 480
},
{
"workflow": "ecommerce-video",
"tasks": 4,
"credits_settled": 240
}
]
}
}