{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"difficulty": "easy",
"tags": [
"string"
],
"company": "string",
"acceptanceRate": 0,
"isBookmarked": true,
"attemptStatus": "solved",
"testCaseCount": 0,
"hiddenTestCaseCount": 0,
"totalSubmissions": 0,
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": "string",
"constraints": "string",
"examples": [
{
"input": "string",
"output": "string",
"explanation": "string"
}
],
"testCases": [
{
"input": "string",
"expectedOutput": "string",
"description": "string",
"isHidden": true,
"timeoutMs": 0,
"memoryMb": 0
}
],
"starterCode": {
"property1": "string",
"property2": "string"
},
"userAttempts": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}