curl --location --request GET 'https://demo-api.easypayx.com/v3/webhooks' \
--header 'Authorization: Bearer '
{
"data": [
{
"id": "string",
"url": "string",
"types": [
"string"
]
}
]
}