Receives a webhook event payload, validates its JSON schema and signature, simulates a configurable delay, and can return custom HTTP responses for testing webhook integrations.This endpoint is intended for use in integration and end-to-end testing scenarios where webhook consumers need to validate their handling of event payloads, delays, and custom responses.
The endpoint performs the following:
· Validates the incoming JSON payload against the expected schema for EventWebHookPocRequest.
· Validates the x-gd-signature header if present, using the program-specific signing key.
· Simulates a configurable delay if set via the configuration endpoint.
· Returns a custom HTTP response if configured, otherwise returns a standard response with event identifiers.
post https://example.com/programs//testeventwebhook-rcv
