curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "domain.order.failed",
"eventId": "evt_9f8e7d6c5b4a",
"data": {
"userId": "usr_1a2b3c4d",
"message": "Domain contains restricted phrase",
"userEmail": "customer@example.com",
"domainName": "example-order.com",
"orderId": "co_5f6e7d8c9b0a",
"price": 12.99
}
}'