curl --location --request GET 'https://prod.your-api-server.com/courses//projects'
[
{
"projectId": 0,
"clusterId": 0,
"groupId": 0,
"name": "string",
"description": "string",
"maxScore": 0,
"visible": true,
"status": "string",
"submissionUrl": "string",
"testUrl": "string",
"deadline": "string",
"progress": {
"completed": 0,
"total": 0
},
"course": {
"name": "string",
"url": "string",
"courseId": 0
}
}
]