{ "result": "ok", "message": "A chat has been created", "quetzal_chat_id": 123, "external_id": "<string>", "participants": [ { "id": "<string>", "locale": "<string>", "role": "<string>" } ]}
Define a new chat by providing a list of participants.Every participant must have a locale, and then optionally a name and a role.All messages that are then added to a chat will be translated for every other participant.