Authorization: Bearer ********************
{
"conference": "3005",
"owner": "3005",
"name": "My Conference Room",
"conference_type": "dedicated",
"direct_dial": "3005",
"leader_pin": "",
"participants_pin": "",
"max_participants": "10",
"save_participants": "yes",
"request_name": "no",
"annc_part": "yes",
"leader_required": "no"
}
curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/conferences' \
--header 'Content-Type: application/json' \
--data-raw '{
"conference": "3005",
"owner": "3005",
"name": "My Conference Room",
"conference_type": "dedicated",
"direct_dial": "3005",
"leader_pin": "",
"participants_pin": "",
"max_participants": "10",
"save_participants": "yes",
"request_name": "no",
"annc_part": "yes",
"leader_required": "no"
}'
{}