curl --location --request GET 'https://staging.syncode.anggita.org/api/admin/rooms?cursor&limit&status&mode&sortBy&sortOrder' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"roomId": "c3631f02-ff67-42b8-8775-18c47f52a678",
"roomCode": "string",
"name": "string",
"status": "waiting",
"mode": "peer",
"hostUsername": "string",
"participantCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"duration": 0
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}