Authorization: Bearer ********************{
"context": {
"property1": "string",
"property2": "string"
}
}curl --location '/v1/webhooks//test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"context": {
"property1": "string",
"property2": "string"
}
}'{
"message": "Webhook test queued.",
"delivery_id": 0,
"event_id": "string",
"status": "pending"
}