curl --location --request PATCH 'https://staging.syncode.anggita.org/api/rooms//control/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "python",
"maxDuration": 0
}'{
"roomId": "c3631f02-ff67-42b8-8775-18c47f52a678",
"language": "python",
"maxDuration": 0,
"maxParticipants": 0,
"isPrivate": true
}