curl --location 'https://your-api-server.com' \
--header 'X-Woldy-Signature: MEUCIQD3v...' \
--header 'X-Woldy-Signature-Version: ed25519-v1' \
--header 'X-Woldy-Event-ID: wev_VQ6EA4np...' \
--header 'X-Woldy-Event-Type;' \
--header 'X-Woldy-Timestamp: 1737720000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "wev_VQ6EA4np...",
"branch_id": "cb_VQ6EA4np...",
"webhook_id": "wh_VQ6EA4np...",
"type": "charge.completed",
"api_version": "2024-01-01",
"created_at": 1737720000,
"data": {
"id": "ch_VQ6EA4np...",
"status": "COMPLETED",
"amount": "10.00",
"currency": "USDC",
"completed_at": "2026-07-20T14:20:00Z",
"failed_at": null,
"cancelled_at": null,
"chain_id": "eip155:8453",
"created_at": "2026-07-20T14:16:00Z",
"reference": {
"type": "PAYMENT_LINK",
"id": "pl_VQ6EA4np..."
}
}
}'