curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "domain.order.success",
"eventId": "evt_9f8e7d6c5b4a",
"data": {
"userId": "usr_1a2b3c4d",
"userEmail": "customer@example.com",
"orderId": "co_5f6e7d8c9b0a",
"domainId": "dom_2b3c4d5e6f7a",
"domainName": "example-order.com",
"expiryDate": "2027-08-27T00:00:00.000Z",
"creationtime": "2026-08-27T09:00:00.000Z",
"price": 12.99
}
}'