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