curl --location --request POST 'https://staging.syncode.anggita.org/api/rooms' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"problemId": "ec266659-7df9-4c6c-913e-9aea62927d35",
"language": "python",
"mode": "peer",
"config": {
"maxParticipants": 2,
"maxDuration": 120,
"isPrivate": true
}
}'{
"roomId": "c3631f02-ff67-42b8-8775-18c47f52a678",
"roomCode": "string",
"name": "string",
"status": "waiting",
"mode": "peer",
"hostId": "70e3fb2d-1cb6-4dbc-ab8d-fa7209aca5dd",
"problemId": "ec266659-7df9-4c6c-913e-9aea62927d35",
"language": "python",
"config": {
"maxParticipants": 2,
"maxDuration": 0,
"isPrivate": true
},
"createdAt": "2019-08-24T14:15:22.123Z",
"collabCreated": true,
"mediaCreated": true
}