Authorization: ********************{
"enabled": true,
"events": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"name": "string",
"retry_count": 0,
"secret": "string",
"timeout": 0,
"url": "string"
}curl --location --request POST '/webhooks' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"events": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"name": "string",
"retry_count": 0,
"secret": "string",
"timeout": 0,
"url": "string"
}'{
"code": 0,
"data": {
"created_at": "string",
"enabled": true,
"events": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"id": 0,
"name": "string",
"retry_count": 0,
"secret": "string",
"timeout": 0,
"updated_at": "string",
"url": "string"
},
"message": "string"
}