curl --location --request GET 'http://api.firsteld.com/openapi/webhook/triggers/'
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"value": "string",
"label": "string"
}
]
}