curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/conferences' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"conference": "1234",
"name": "My Conference Room",
"conference_type": "dedicated",
"owner": "1234",
"direct_dial": "1234",
"leader_pin": "123456",
"participants_pin": "654321",
"max_participants": 15,
"quorum": 2,
"leader_required": "yes",
"annc_part": "yes",
"request_name": "yes"
}'