curl --request GET \
--url https://{server-url}/evoai/fetchSessions/:evoaiId/{instance} \
--header 'apikey: <api-key>'{
"sessions": "<string>"
}Recupera as sessões ativas de um bot EvoAI específico, com base no ID do bot (evoaiId) e na instância do bot (instance).
curl --request GET \
--url https://{server-url}/evoai/fetchSessions/:evoaiId/{instance} \
--header 'apikey: <api-key>'{
"sessions": "<string>"
}