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