{
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"name": "string",
"url": "string"
}
curl --location --request PATCH '/api/v1/webhooks/' \
--header 'Content-Type: application/json' \
--data-raw '{
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"name": "string",
"url": "string"
}'
{
"id": 0,
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"name": "string",
"url": "string"
}