curl --location 'https://app.mgpanel.co/api/functions/68f1a2b3c4d5e6f7a8b9c0d1/logs' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"data": [
{
"_id": "68f1a2b3c4d5e6f7a8b9c0e2",
"level": "info",
"timestamp": "2026-05-04T12:00:05.000Z",
"message": "Ejecución completada",
"metadata": {
"duracionMs": 128
}
}
]
}