Authorization: Bearer ********************
{
"participant": "1234",
"name": "John Doe",
"call": "no",
"keep": "no",
"auto_ans": "no",
"auto_con": "no",
"auto_dsc": "no",
"rcv_only": "no",
"leader": "participant",
"pin": ""
}
curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/conferences//participants' \
--header 'Content-Type: application/json' \
--data-raw '{
"participant": "1234",
"name": "John Doe",
"call": "no",
"keep": "no",
"auto_ans": "no",
"auto_con": "no",
"auto_dsc": "no",
"rcv_only": "no",
"leader": "participant",
"pin": ""
}'
{
"code": 0,
"message": "string"
}