Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/room303/room303api/getglobalconfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"edited_by": "string",
"config": {
"create_room": "LIMITED",
"join_existing_room": "LIMITED",
"send_message_to_supervisor": "LIMITED",
"send_message_to_non_supervisor": "LIMITED"
},
"date_created": "1s",
"last_edited": "1s"
}