curl --location --request GET 'https://seupabxutech.exemplo.com.br/utech/v1/chatbot/chatbotlist?token&page'{
"status": "ok",
"chatbotlist": {
"chatbots": [
{
"id": "1",
"extension": "3300",
"name": "Atendimento Comercial"
},
{
"id": "2",
"extension": "1991",
"name": "Atendimento Suporte"
}
],
"total": 2,
"count": 2,
"page": 0
}
}