Send Messagescurl --location --request POST 'https://sgtr-api.returning.ai/v1/messages/send' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "r3444rf556tg",
"message": "Hello! How is everyone doing?",
"sender": "johndoe@gmail.com"
}'{
"status": "success",
"message": "Message send successfully"
}