curl --location --globoff 'http://dev-cn.your-api-server.com/v2/webhooks?limit={%24limit}&offset=%24offset' \
--header 'Authorization: $API_KEY'{
"webhooks":[
{
(Webhook object keys)
},
{
(Webhook object keys)
}
],
"nextOffset":100,
}