curl --location 'https://api.cardioexplorer.ai/api/ccs/v1/tests//report/download?language=en' \
--header 'Authorization: Bearer <token>'{
"status": "error",
"message": "Test has no results",
"ccsTestId": "b4f1a1d4-0ef7-4f0e-9f34-2c3c5e4f6a10",
"errors": [
"Cannot generate report for a test without results. Please run the test first."
]
}