List webhook subscriptions

URL : https://api.scloby.com/v2/webhooks
METHOD : GET

RESPONSE

{
  "result": [
    {
      "id": 1,
      "token_id": "token_OBSCURED*********",
      "entity_type": "${entity}",
      "event_type": "${event}",
      "url": "your_url",
      "created_at": "2022-02-22T15:40:53.000Z"
    }
  ]
}