POST /api/v1/public/chats/:prospect_id/send-message/

Send a message in a chat. Auth: X-API-Key Body
{
  "message": "Hey there from the API!"
}