curl --location --request PATCH 'https://staging.syncode.anggita.org/api/rooms//participants/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "host",
"isMuted": true
}'{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"role": "host",
"isActive": true,
"joinedAt": "2019-08-24T14:15:22.123Z"
}