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