curl --location --request GET 'https://staging.syncode.anggita.org/api/rooms//submissions?cursor&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"submissionId": "string",
"status": "pending",
"language": "python",
"createdAt": "2019-08-24T14:15:22.123Z",
"progress": {
"completed": 0,
"total": 0
},
"summary": {
"passed": 0,
"failed": 0,
"error": 0
}
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}