curl --request POST \
--url https://your-sift-api-url.com/api/v1/webhooks:test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webhookId": "<string>",
"webhook": {
"webhookId": "<string>",
"organizationId": "<string>",
"targetUrl": "<string>",
"name": "<string>",
"eventType": "WEBHOOK_EVENT_TYPE_UNSPECIFIED",
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdByUserId": "<string>",
"modifiedByUserId": "<string>",
"httpHeaders": [
{
"name": "<string>",
"value": "<string>"
}
],
"payload": "<string>",
"archivedDate": "2023-11-07T05:31:56Z"
},
"createRequest": {
"name": "<string>",
"targetUrl": "<string>",
"eventType": "WEBHOOK_EVENT_TYPE_UNSPECIFIED",
"httpHeaders": [
{
"name": "<string>",
"value": "<string>"
}
],
"payload": "<string>"
}
}
'