curl --location '/webhooks?search=&per_page=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"title": "string",
"url": "http://example.com",
"event": "string",
"trigger_all_products": true,
"created_at": "2026-08-16 14:30:02"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"has_more_pages": false
}
}