Authorization: Bearer ********************{
"MessageContent": "string",
"SessionID": "string"
}curl --location '/Message/SendMsg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"MessageContent": "string",
"SessionID": "string"
}'{
"Success": true,
"Massage": "string"
}