Retrieve a specific test case by its ID.
Returns a TestCase object for the given test case ID.
test_case = galtea.test_cases.get(test_case_id="YOUR_TEST_ID")
The ID of the test case you want to retrieve.