curl --location 'https://api.beatapi.io/v1/tasks/task_8K2qA' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "task_8K2qA",
"object": "task",
"workflow": "music-video",
"status": "queued",
"created_at": 1782210000,
"updated_at": 1782210000,
"output": null,
"usage": {
"credits_reserved": 450,
"credits_settled": 0,
"credits_refunded": 0
},
"request_id": "req_abc123",
"error_code": null,
"error_message": null
}
}