curl --request POST \
--url https://api.g-tateth.com/api/v1/webhooks \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"headers": {},
"retryPolicy": {
"maxRetries": 123,
"backoffStrategy": "linear"
}
}
'