Authorization: ********************
{
"room_id": "string",
"payload": "string",
"nonce": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/room303/room303api/createmessage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": "string",
"payload": "string",
"nonce": "string"
}'
{
"message": {
"org_id": "string",
"message_id": "string",
"room_id": "string",
"from_user": {
"user_id": "string",
"full_name": "string",
"display_name": "string"
},
"status": "MESSAGE_STATUS_ACTIVE",
"received_at": "1s",
"updated_at": "1s",
"payload": "string",
"unread": true,
"nonce": "string"
}
}