Authorization: Bearer ********************
{
"participants": "0010@portal,2500@portal,0009@portal,001010@portal,1123@portal",
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/portal/users/1123/messagesessions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"participants": "0010@portal,2500@portal,0009@portal,001010@portal,1123@portal",
}'
{
"code": 202,
"message": "Accepted"
}