Send a message to a session.
cURL
curl --request POST \ --url https://api.usehavoc.com/api/sessions/{sessionId}/messages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>" } '
Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.
Message sent