cURL
curl --request PUT \ --url https://api.gptmaker.ai/v2/chat/{chatId}/start-human \ --header 'Authorization: Bearer <token>'
{ "success": true }
Marcar que um humano vai assumir o atendimento, IA para de responder o chat.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do chat
Humano assumiu o atendimento com sucesso