curl --location --request GET 'https://api.cardioexplorer.aiapi/ccs/v1/tests//report/download?language=de' \
--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."
]
}