Get a caseReturns a single test case by IDGET/cases/{caseId}Configure Server/cases/{caseId}Sendx-api-key*stringThe Authorization access tokenPathAuthorizationx-api-key<token>In: headerPath ParameterscaseIdRequiredstringcURLJavaScriptGoPythoncurl -X GET "https://api.posium.ai/cases/string" \ -H "x-api-key: <token>"200Case detailsResponse{ "id": "string", "suite_id": "string", "name": "string", "description": "string", "steps": [ "string" ], "expected_result": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }TypeScriptPreviousDelete a suite DELETENextHealth check endpoint GET