Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
Authorization: Bearer ********************
{
"session-name": "Poway Soccer Team"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/portal/users/1123/messagesessions/HASHHACK1' \
--header 'Content-Type: application/json' \
--data-raw '{
"session-name": "Poway Soccer Team"
}'
{
"code": 202,
"message": "Accepted"
}