curl --location --request GET 'https://api.paylogos.com.br/v1/webhooks'{
    "resource": "string",
    "uri": "string",
    "limit": 0,
    "offset": 0,
    "has_more": true,
    "total": 0,
    "items": [
        {
            "method": "string",
            "url": "string",
            "description": "string",
            "event": [
                "string"
            ],
            "status": "new",
            "last_error": "string",
            "retries": 0,
            "events_sent": 0,
            "batches_sent": 0,
            "metadata": {},
            "created_at": "string",
            "updated_at": "string",
            "last_sent_at": "string",
            "uri": "string",
            "id": "string",
            "resource": "string"
        }
    ]
}