curl --request POST \
--url https://api.magne.app/v1/channels/{channelId}/voice/media \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"muted": true,
"deafened": true,
"streaming": true,
"video": true
}
'