cURL
curl --request POST \ --url https://kratos.api.toolzz.com.br/api/v1/chat/send-message \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "conversation_id": "<string>", "description": "<string>" }'
{ "message": { "content": "<string>", "conversationId": "<string>" } }
Endpoint to make send the user message to chat
Payload