curl --location --request GET '/api/v1/webhooks'
{
"webhooks": [
{
"id": 0,
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"name": "string",
"url": "string"
}
]
}