curl --location --request GET 'https://apicfa.convirza.com/v2/webhook?ouId&limit&offset&filter' \
--header 'Authorization: Bearer <token>'{
"result": "string",
"err": "string",
"data": {
"webhook_id": 0,
"webhook_name": "string",
"target_url": "string"
}
}