curl --location --request GET 'https://api.cardioexplorer.aiapi/ccs/v1/tests//report' \
--header 'Authorization: Bearer <token>'{
"status": "error",
"message": "CCS Test not found",
"ccsTestId": "b4f1a1d4-0ef7-4f0e-9f34-2c3c5e4f6a10",
"errors": [
"The specified CCS test does not exist"
]
}