cURL
curl --request PUT \ --url https://api.gptmaker.ai/v2/chat/{chatId}/stop-human \ --header 'Authorization: Bearer <token>'
{ "success": true }
Encerrar atendimento humano, isso fará que a proxima interação do cliente, o agente volte a responder.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do chat
Atendimento encerrado com sucesso